Skip to content
Sasha Baranov edited this page Jun 12, 2026 · 1 revision

Web UI

The web UI lets players browse chat history, start new chats, and continue conversations from a browser.

Enabling

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).

Linking your Minecraft account

  1. Open the web UI and enter your Minecraft username.
  2. Join the server and run /ailink.
  3. 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.

What players can do

  • View all saved chats
  • Start new chats from the browser
  • Continue previous conversations
  • See the same chat numbers as in-game

Admin tips

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

Clone this wiki locally