Quick Start
Code (Text):
python3 webui/app.py
Open the WebUI locally:
Code (Text):
http://127.0.0.1:8088/
For LAN access:
Code (Text):
MCDOCKER_WEBUI_HOST=0.0.0.0 MCDOCKER_WEBUI_PORT=8088 python3 webui/app.py
Basic Workflow
- Create or select a server profile.
- Set container name, RAM, server type, ports and data directory.
- Click Save to save the WebUI profile.
- Click Apply to create or recreate the Docker container.
- Use Start, Stop or Restart for normal operation.
Save only saves the profile.
Apply recreates the Docker container so changes like RAM, ports, image, RCON or volumes become active.
Velocity Networks
Give your Velocity proxy and backend servers the same network group name.
Then use
Apply Network to write the basic Velocity and Paper forwarding configuration.
After that, recreate the affected containers with
Apply or
Restart.
Backups
The WebUI can create backups, restore backups into existing profiles and import backups as new server profiles.
During backup creation the action log shows progress while the archive is being written.
Config Editor
The file browser can open text config files directly, for example:
- server.properties
- velocity.toml
- forwarding.secret
- .yml / .yaml
- .json
- .conf
- .txt
Config files are highlighted in the file list and can be edited inside the WebUI.