Can't get RCON client to connect
I am trying to connect to RCON using a Linux server.

However, I can't connect ... The ports are already open and are not blocking access, but it doesn't connect ..

Idk where's the problem..

________________________________________________

runds.sh

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`dirname $0`/RustDedicated_Data/Plugins/x86_64

./RustDedicated -batchmode -batchmode +server.port 28015 +rcon.port 28016 +rcon.ip iphere +rcon.password "pass" +rcon.web "1" -logfile 2>&1

________________________________________________

start.sh

#!/bin/sh
clear while : do
exec ./RustDedicated -batchmode -nographics \
-server.ip iphere \
-server.port 28015 \
-rcon.ip iphere \
-rcon.port 28016 \
-rcon.password "pass" \
-server.maxplayers 100 \
-server.hostname "my server name" \
-server.identity "my_server_identity" \
-server.level "Procedural Map" \
-server.seed 61830482 \
-server.worldsize 6000 \
-server.saveinterval 300 \
-server.globalchat true \
-server.description "description" \
-server.url "url"
echo "\nRestarting server...\n" done

________________________________________________

oxide.config

{
"Options": {
"Modded": false,
"PluginWatchers": true,
"DefaultGroups": {
"Players": "default",
"Administrators": "admin"
}
},
"OxideConsole": {
"Enabled": true,
"MinimalistMode": true,
"ShowStatusBar": true
},
"OxideRcon": {
"Enabled": true,
"Port": 28016,
"Password": "",
"ChatPrefix": "[Server Console]"
}
}
You have OxideRcon on the same port as your webrcon. Disable OxideRcon.
5df121d013ded.png runescape
You have OxideRcon on the same port as your webrcon. Disable OxideRcon.

Thanks for answering,

I made the change, and now the server is not starting: /



5df121d013ded.png runescape
You have OxideRcon on the same port as your webrcon. Disable OxideRcon.

Disregard the previous message, I already fixed it, it was a command line that was missing "

However, RCON still doesn't work.

Have you tried other rcon clients?
5df121d013ded.png runescape
Have you tried other rcon clients?

Are there any other files that I can make changes to try to solve the problem?

Try to set experimental in rust admin. websocket rcon u've linked doesnt work IIRC at all.
5b6ed4c9ac8e4.jpg misticos
Try to set experimental in rust admin. websocket rcon u've linked doesnt work IIRC at all.

Now I understand what you mean

5b6ed4c9ac8e4.jpg misticos
Try to set experimental in rust admin. websocket rcon u've linked doesnt work IIRC at all.

In Experimental mode it doesn't work either.



Merged post

If anyone can help me through Discord's screen sharing,, here's my username 0101011101010000#3158
I will be using a translator to communicate via text there.

Merged post

2ZzwOJH.png
9CW7nh3.png

Any errors in thess files?
Probably won't make a difference but you have 2x -batchmode

Merged post

Your executable line in the 2nd image also seems to be missing most of the parameters listed in your startup file.