Bedrock-server-manager

Latest version: v3.0.3

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

2.0.0

1. Complete rewrite of script in python
2. Added Windows support
- Windows support has a few limitations such as:
- No send-command support
- No attach to console support
- Doesn't auto restart if crashed

Bash vs Python

The short lived Bedrock Server Manager Bash script is being discontinued and replaced with a new Python-based version. The Bash script was originally designed to support only Debian-based systems, which limited its usability across different operating systems. The bash script will continue to be available but will no longer receive updates.

The switch to python allows cross platform support, standardized processes, and less dependencies. The new script has full feature parity to the bash script

To switch to the new version, follow these steps:

- Replace the bash script with the new python script:
- Follow install instructions above
- Place the .py file in the same folder as the .sh file
- Delete the old .sh file if wanted
- Run the script, open the advanced menu then Reconfigure Auto-Update

1.4.2

1. Removed writing to version.txt

1.4.1

1. Check for internet in update function

1.4.0

1. Added list-servers command
- List all servers, their status, and version
- Also shows in the menus
2. Added scan-players command
- Scans server_output.txt for players+xuid and saves it to ./.config/players.json
- Used to add players to permissions.json file
- Added to cron scheduler
3. Added add-players command
- Manually adds player+xuid to ./.config/players.json
4. Save script output to ./.logs/log_{$timestamp}.log
- Redirect to file instead of /dev/null when applicable
5. Refactored backups
- You can now choose to backup all files, just export the world to a .mcworld file, or backup an individual config file.
- Backup all executed when running backup-server command
5. Added Restore menu
- You can now restore all most recent files, a specific world file, or specific config file
- Restore all executed when running update-server command
6. Moved server configurations such as installed/target version to ./.config/$server_name/config.json
- The script will try to migrate existing configs (server name, installed version, and target version) to the new file
7. Perform validation on server.properties entries
8. Split most of the bigger functions such as download_server into smaller more modular functions
9. Added permissions configuration
- You can choose players saved in ./config/players.json to add to a server permissions file
10. Don't download server if target version is already downloaded
11. Moved script default values to ./config/script_config.json
- Edit this file to set your own servers directory, how many backups and downloads to keep
12. Moved systemd commands to script, reconfigure systemd configuration to update

1.3.0

1. BREAKING CHANGE: Migrate ./bedrock_server_manager to ./servers
- The script will try to auto migrate servers+systemd services after the user confirms
- Its recommended to take a backup BEFORE updating the script
2. Moved backups out of server folder to ./backups
3. Moved server downloads out of server folder to ./.downloads
4. Added support for .mcaddon file import (import in bulk)

1.2.1

1. Added option to enable/disable update on start to systemd flow
- Added Reconfigure Systemd Service option
2. Fixed Resource Usage page

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.