Secure browser console and admin dashboard for Paper/Purpur/Spigot 1.21.x servers.
!alias, including chained aliases with &&.plugins/Better-WebConsole/users.dat with BCrypt hashes.plugins/ folder.plugins/Better-WebConsole/config.yml./bwc adduser admin YourStrongPassword123
http://your-server-ip:4242
Production recommendation: bind to 127.0.0.1 and expose the panel through Nginx, Caddy, a VPN or a tunnel with HTTPS.
Main command aliases: /betterwebconsole, /bwc, /webconsole, /bwconsole, /betterconsole.
Permission: betterwebconsole.admin (default: op).
| Command | Description |
|---|---|
/bwc status | Show web server, user, session and config status |
/bwc reload | Reload config values that do not require web server restart |
/bwc adduser <user> <password> | Add a web user |
/bwc removeuser <user> | Remove a web user and invalidate sessions |
/bwc listusers | List web users |
/bwc setpassword <user> <new-password> | Change password and invalidate sessions |
/bwc logoutall <user> | Invalidate active sessions for a user |
Extra command aliases: useradd, createuser, deluser, deleteuser, users, passwd, password, killsessions.
The default config is intentionally small and only contains implemented behavior.
web:
port: 4242
bind-address: "0.0.0.0"
log-buffer-size: 1000
security:
session-timeout-minutes: 60
max-login-attempts: 5
lockout-duration-minutes: 15
command-rate-limit-per-minute: 30
ip-whitelist: []
secure-cookies: false
logging:
log-commands: true
log-auth: true
audit-log: true
system-stats:
# Adds host CPU, machine RAM, disk, OS and JVM details to the dashboard.
enabled: true
# OS-level polling interval. Keep this above 2 seconds for production servers.
update-interval-seconds: 5
# Reports disk usage for the Minecraft server folder.
show-disk: true
commands:
blocked: []
aliases:
tps: "tps"
list: "list"
save: "save-all"
day: "time set day"
night: "time set night"
clear-weather: "weather clear"
system-stats can be disabled if the host does not allow OS-level metrics or if you only need Minecraft/JVM data.
Use commands.blocked to prevent risky commands from web access, for example:
commands:
blocked: ["stop", "restart", "op", "deop"]
Use an alias by typing !name in the web console. Aliases can chain up to 10 commands with &&.
/bwc reload updates aliases, logging, system stats settings and command block rules. Restart the Minecraft server after changing web.port, web.bind-address, security.ip-whitelist, session timeout or rate-limit settings.
0.0.0.0:4242 directly to the internet unless firewall/IP whitelist/VPN rules are in place.secure-cookies: true only when users access the panel through HTTPS.stop, restart, op, deop, ban-ip and whitelist.commands.blocked empty only when every web user is trusted as a full console administrator.
Secure real-time web console for Minecraft servers