Oxide / uMod, on your Rust server, for the companion plugin: https://umod.org
A Rust server with WebRCON enabled (rcon.web 1) is also required. This product does not use any external license key activation.
---- .env
HOST=0.0.0.0
PORT=30001
SESSION_SECRET=please-generate-a-long-random-string
# DEMO_UPLOAD_SECRET is OPTIONAL. If left unset, a strong random secret is
# generated automatically (stored in storage/.demo_upload_secret) and pushed
# to every connected plugin over RCON. You normally never need to set this.
# DEMO_UPLOAD_SECRET=
# Demos transfer over the RCON channel by DEFAULT (no network setup needed).
# PANEL_PUBLIC_URL is only used if you switch a plugin to DemoTransport="http".
# It is the address your GAME SERVERS use to reach this panel for HTTP uploads.
# Use a direct IPORT (not a Cloudflare/proxy domain, port 30001 is not proxied).
# Examples:
# PANEL_PUBLIC_URL=http://57.129.79.156:30001 (panel on a public VPS)
# PANEL_PUBLIC_URL=http://172.17.0.1:30001 (game server in Docker on same host)
PANEL_PUBLIC_URL=
DEMO_RETENTION_DAYS=7
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=rustrconhub
DB_PASSWORD=your-database-password
DB_NAME=rustrconhub
DB_POOL=10
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change-this-password
ADMIN_DISPLAY=Administrator
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.