How to Set Up RCON on Your Rust Server

How to enable and use RCON for remote administration of your Rust dedicated server.

Enabling RCON

Via startup parameters:

+rcon.port 28016 +rcon.password "YourPassword" +rcon.web 1
SettingDescription
rcon.portTCP port (default 28016)
rcon.passwordAuth password (no spaces/special chars)
rcon.web1 = WebSocket RCON (modern standard)

RCON Tools

ToolType
Facepunch WebRCONOfficial, free, browser-based
RustAdminDesktop app (free) / Cloud service (paid)
BattleMetricsWeb-based RCON + player tracking
Rusty (rcon.io)Web-based RCON

How is this guide?

40% Off — Limited TimeGet your Rust server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page