#RCON refuses to work
107 messages · Page 1 of 1 (latest)
UDP or the other?
forwarded, trying
nope
doesn't work
IP and Port, I do enter the RCON port or the server port?
tried both 31.130.156.245:27015 and 31.130.156.245:16261, nothin'
this is the rcon I use btw
https://github.com/gorcon/rcon-cli/tree/v0.10.3
You should not enter any port actually
As far as I understand the tool you are using
huh
nope
doesn't work without ports
if I enter a port it hangs a little before closing
without a port it closes instantly
although
Hm, and you have Rcon enabled in the game settings?
yes
And the port is set to 27015?
Try opening both TCP and UDP then
do i need to restart the server after each port opening?
restarted just to be sure
also, on some server restarts, the discord integration bot keeps renaming to servertest
no dice
That is its default name and cannot be changed
well it can, just have to go to the discord dev panel
Likely an issue with the tool you are using or you may be writing the port incorrectly, try a different one?
Or read the description and see the options it has
not sure how to use those
Hm, and you are very certain that you port forwarded the rcon port right?
You using Windows or Linux?
Windows
oh
wow
alright
now it's 27015
still doesn't work
let me restart real quick
It should be opened in your firewall as well
And you tried both variation in the cli tool?
I don't know any other rcon tools
gimme a minute
Just gave a test with my own server, the port has to be the Rcon port
27015
The tool you linked works fine
can you send me a screenshot of the console window?
how it's supposed to work
(don't forget to hide the psw)
connect how?
You press Enter
Are you launching the .exe or using the command line?
the exe
Go through the command line instead as mentioned above
how do i do that
cli: auth: rcon: dial tcp 31.130.156.245:27015: connectex: No connection could be made because the target machine actively refused it.
now we're getting somewhere
Yep, seems like something is still blocking / refusing it
I can only either blame the ports not being opened, or perhaps any other security measure blocking rcon connections
Hm, try changing the password? Just as a test
The server itself seems to be fine as far as I can tell, it uses the right port and everything
yeah I've tested the server with multiple people
the server itself works perfectly
except all the balancing and debugging and mod options I have to do
still
cli: auth: rcon: dial tcp 31.130.156.245:27015: connectex: No connection could be made because the target machine actively refused it.
target machine actively refusing it
what does that mean
stack overflow states:
If this happens always, it literally means that the machine exists but that it has no services listening on the specified port, or there is a firewall stopping you.