Helios Rust Console Bot Documentation
Rust Console Server Connection Guide (WebRCON)
Connect Rust Console servers to Helios through a server connection (WebRCON) with validation and failure checks.
Page Summary
- This page explains how to connect Helios to a Rust Console server through a server connection (WebRCON).
- It is for owners/admins validating that live commands and player polling work correctly.
- Use this as the required gate before enabling killfeed, economy, and automation modules.
Overview
Helios connects to your server through a server connection called WebRCON. This connection powers live commands, feeds, and event data.
Related Product Pages
- Rust Console Edition Bot Overview
- Rust Console Server Automation
- G-Portal Rust Console Bot Setup
- Nitrado Rust Console Bot Setup
- G-Portal Host Guide
- Nitrado Host Guide
- Server Connection Troubleshooting (WebRCON)
Who This Is For
- Owners and admins responsible for server operations
Requirements
- Rust server IP
- Server connection port (WebRCON port)
- RCON Password
Manage Serverpermission in Discord
Setup
- Add a server with
/server add. - Confirm registration with
/server list. - Run
/cmd send command:"fps"to verify command execution. - Run
/whosonto verify online player polling. - If needed, update values with
/server edit.
Commands or Controls
/server add
/server list
/server edit
/server enable
/cmd send
/whoson
Example Use Case
/server add name:EU Duo host:203.0.113.10 port:28016 password:RCON_PASSWORD
/cmd send command:"fps" server:EU Duo
/whoson server:EU Duo
Common Issues
Problem
/cmd send fails on a newly added server.
Likely Cause
Wrong host, port, or RCON Password.
Fix
Use /server edit and retest with /cmd send command:"fps".
Prevention
Store source-of-truth connection values in your owner runbook.
Tips / Best Practices
- Keep server names stable (for example: region + mode).
- Disable servers with
/server enable enabled:noduring maintenance windows. - Re-run connection tests after every host migration.
Related Guides
- G-Portal Rust Console Setup Guide
- Nitrado Rust Console Setup Guide
- Rust Console Server Connection Troubleshooting (WebRCON)
- Troubleshooting Playbooks
Server Connection Checklist
- Server added
- FPS command returns data
- Player list command returns data
- Feed target channels are set
- Server name follows your naming standard