-
Notifications
You must be signed in to change notification settings - Fork 0
Web UI
Sasha Baranov edited this page Jun 12, 2026
·
1 revision
The web UI lets players browse chat history, start new chats, and continue conversations from a browser.
In web.yml:
enabled: true
port: 8765
bind-address: "0.0.0.0"Open http://<server-ip>:8765 (replace with your server IP and port).
- Open the web UI and enter your Minecraft username.
- Join the server and run
/ailink. - A code is shown only to you in-game. Enter it on the web page.
Codes expire after link-code-expiry-minutes (default: 2 minutes). If it expires, start over from step 1.
- View all saved chats
- Start new chats from the browser
- Continue previous conversations
- See the same chat numbers as in-game
| Goal | Suggestion |
|---|---|
| Remote access | Open/forward the web port in your firewall |
| HTTPS | Set bind-address: "127.0.0.1" and put nginx/Caddy in front |
| Disable web only | Set enabled: false — in-game chat and DB still work |
| Security | Do not expose the web UI publicly without HTTPS and access controls |