Trouble with executing rcon commands
-
- New to forums
- Posts: 6
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Jan 24, 2006 7:18 am
Trouble with executing rcon commands
When i got the server about 3 days ago everything was fine. Now i can only get access to rcon thru the control panel. I have no control of the server in-game.
If the 'rcon tool' in the control panel is working, then it should also be working in-game. Do you remember to enter rcon_password "whateveritis" each time you connect? Are you sure you don't have a key bound to the rcon_password and maybe it's for the wrong server? When you do an rcon command from in-game does it say "BAD rcon_password"? In cal.cfg did you leave the blank "rcon_password" line in there? (this wipes your password and makes rcon non-functionable)
Check these things and if you are still having problems, come visit us in the livechat through the control panel.
Check these things and if you are still having problems, come visit us in the livechat through the control panel.
Thats what i thought it was at 1st. In my cal.cfg i have no rcon password, but then i fixed it. When i put in the rcon password it doesnt say anything. It should say bad pass so i would know its working but i doesnt. Commands like "rcon exec calcss.cfg" dont get a reponse at all. When i enter "exec calcss.cfg by it self then it says "cant exec calcss.cfg" or "not running server".
Ok, I checked your configs and calcss.cfg still had a bad line for rcon_password.calot.cfg had it correctly though:
The cal cfgs are pretty dumb in the first place for even making you set an rcon_password, since server.cfg does this for you whenever your server loads a map. So, I have just deleted the rcon_password lines from each config.
I also joined your server to make sure it was working, and I was able to run multiple rcon commands from in-game.
Please let me know if it is now working for you.
Code: Select all
rcon_password yourpassword// Enter your RCON password here before the double slashes
Code: Select all
rcon_password "yourpassword" // Enter your RCON password here before the double slashes
I also joined your server to make sure it was working, and I was able to run multiple rcon commands from in-game.
Please let me know if it is now working for you.
That's the first time I've ever seen that error.
You might want to make sure your rcon client is connecting to the right server:
Seems rediculous that your school would affect the way that rcon works but I suppose it is possible if they block certain traffic.
You might want to make sure your rcon client is connecting to the right server:
Code: Select all
rcon_address thirdrealm.nuclearfallout.net
rcon_port 27015
rcon password "yourpass"
rcon status (to check)