Rust Web RCON

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
suki
New to forums
New to forums
Posts: 7
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Feb 08, 2021 9:07 am

Rust Web RCON

Post by suki »

We're having issues with connecting to the web Rcon. We've added these lines to our start.bat

+rcon.web 1
+rcon.password "no special characters"
+rcon.port 28020

we've also allowed the ports 28016-28020 in our firewall rules. in+out bound. for TCP and UDP. (tried disabling firewall too)

we still aren't able to connect.
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Rust Web RCON

Post by Caliban55 »

Try to set these parameters in your server.cfg (without the +).

Code: Select all

rcon.web 1
rcon.password "no special characters"
rcon.port 28020
Which RCon client are you using?
Post Reply