Appearance
Web Config Editor
The web editor lets you view and update config.yml from a browser. It also includes a Linked Players page for managing Discord links.
Setup
- Ensure
web-editor.enabled: true(default). - Keep
web-editor.bind-addressas0.0.0.0for external access (default). Use127.0.0.1for local-only access. - Set
web-editor.portif you want a different port. - Reload or restart the server.
- Open
http://YOUR_SERVER_IP:8166.
Access Methods
Magic Link (Recommended)
Run this from console or an OP account:
/da webThis returns a one-time link that logs you in without a token. The link expires after 5 minutes and the session lasts about 12 hours. If you need a different host (reverse proxy or domain), use:
/da web your.domain.comYou can also pass a full URL (including https://) if needed. Alternatively, set web-editor.public-url in config.yml to define the default URL used for magic links.
Token
If you prefer token access, use the web-editor.token value from config.yml. The token is stored in your browser local storage for convenience.
Linked Players Page
The Linked Players tab lets you:
- Unlink a Discord account from a Minecraft UUID.
- Randomize a device ID to force a new device approval on next join.
Language
Use the Language dropdown to update the locale setting directly from the page.
Notes
- Sensitive values stay hidden unless you update them.
- If you bind to
0.0.0.0or a public IP, use a firewall or reverse proxy and treat access like a password. - Changing
web-editor.*settings may restart the editor.