Rust Dedicated Server: (Ubuntu) Unable to get into RCON #3927
-
I'm having an issue where the rust config is properly set and I define my own rcon password and leave everything else like port and IP default, however when I go to use RustAdmin, I put in all my info and it fails to connect. And yes rcon web is set 1. I have spent 8+ hours and have found no documentation on this issue of how I'm unable to connect via rcon to give myself admin. I am able to connect normally though the game client and see the correct server description and title, its just when I launch the linux rust server, I get an output that tells me the command line configuration, showing me things like -server.hostname and stuff like that and the rcon password is present, (It also claims that rcon.password is not a command which tells me it sees things like a command? what?) however I just can't connect and it seems to be a problem with lgsm and not rustadmin or the linux configuration since I've checked to make sure all dependencies are installed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
are you using the right port (RCON Port)? default is 28016 and it has to be forwarded. |
Beta Was this translation helpful? Give feedback.
-
Never Mind, I figured it out, it turns out what I was doing before with the plain rust server without using lgsm was the right way to do it, since the command line issues I was having to get my config working was wrong, and so I just stopped using a bash/shell script and instead just typed in parameters on the command line when starting the server and all the config as well as the rcon worked. There was genuinely an issue with the rcon on the lgsm server though. For anyone wondering the same thing and are new to linux, this is the exact command I used to get the rust server to launch with the parameters: |
Beta Was this translation helpful? Give feedback.
Never Mind, I figured it out, it turns out what I was doing before with the plain rust server without using lgsm was the right way to do it, since the command line issues I was having to get my config working was wrong, and so I just stopped using a bash/shell script and instead just typed in parameters on the command line when starting the server and all the config as well as the rcon worked. There was genuinely an issue with the rcon on the lgsm server though.
For anyone wondering the same thing and are new to linux, this is the exact command I used to get the rust server to launch with the parameters:
./RustDedicated +server.hostname "theserverhostname" +server.port 28015 +server.level…