Waiting for rcon to come up rust что делать

Обновлено: 02.07.2024

And server console is spamming:
Waiting for RCON to come up.
Waiting for RCON to come up.

My startup script has same parameters as default one, but I don't want to use default script, because I need to edit parameters automatically using cron jobs for automatic server wipes.

The text was updated successfully, but these errors were encountered:

Eclip7e commented Jun 27, 2020

But its exactly same as default one!

parkervcp commented Jun 27, 2020

did you also allocate enough ram to the server? it requires something like 6 gigs.

Eclip7e commented Jun 27, 2020

Yes 20gb. Ok you maybe misunderstood situation, server works fine with your custom startup command, but when i edit it like I wrote in first post to run my script which is the same as your default startup command it happens what i described.

I want to use my own script to be able to edit it using cron jobs, therefore I do what I do :)

parkervcp commented Jun 27, 2020

So your script should be wrapped by the wrapper.js and that is what is waiting for the rcon to come up. It sounds like your changes are making it so the server isn't actually starting, or you aren't using the variables correctly.

Eclip7e commented Jun 27, 2020

server is starting

parkervcp commented Jun 27, 2020

Did your set the rcon port variable to match what's in your script?

Eclip7e commented Jun 27, 2020

obraz

If you use it the problem still persists: Waiting for RCON to come up.

parkervcp commented Jun 27, 2020

Can you open your file in sftp and get the permissions on the file please.

Eclip7e commented Jun 27, 2020

644, changed them to 777 and problem still persists

Eclip7e commented Jun 27, 2020

Also I'd like to point out that websocket is starting correctly:
WebSocket RCon Started on 28026

parkervcp commented Jun 28, 2020

So the fact that you moved the command to a shell script and that broke it I am going to say my actual egg is perfectly fine and your modifications broke it.

You say you want to use a cron job to edit things but I have no idea what you want it to edit. Most of that you could probably do with the API honestly.

Eclip7e commented Jun 28, 2020

Ok so I want to delete selected files + edit world seed value in order to wipe server into a new map. World seed value is parameter from startup command.

This is when i use my own ./startup.sh script as Startup Command:

Success! App '258550' already up to date.
:/home/container$ ./startup.sh
//. //
Command Line: "./RustDedicated" "-batchmode" "-nographics" "+server.port" "28025" "+rcon.port" "28026" "+rcon.password" "**" "+rcon.web" "1" "+server.maxplayers" "322" "+server.hostname" "Testing Somethin again" "+server.identity" "rust" "+server.level" "Procedural Map" "+server.seed" "12345" "+server.worldsize" "3000" "+server.saveinterval" "300" "-server.globalchat" "true" "+server.description" "Description Here" "+server.headerimage" "" "+server.url" "www.wp.pl"

This is when I use default Startup Command:

Success! App '258550' already up to date.
:/home/container$ ./RustDedicated -batchmode +server.port 28025 +server.identity rust +rcon.port 28026 +rcon.web true +server.hostname "A Rust Server" +server.level "Procedural Map" +server.description "Powered by Pterodactyl" +server.url "http://pterodactyl.io" +server.headerimage "" +server.worldsize "3500" +server.seed "77779" +server.maxplayers 300 +rcon.password "kekek" +server.saveinterval 600
/. /
Command Line: "./RustDedicated" "-batchmode" "+server.port" "28025" "+server.identity" "rust" "+rcon.port" "28026" "+rcon.web" "true" "+server.hostname" "A Rust Server" "+server.level" "Procedural Map" "+server.description" "Powered by Pterodactyl" "+server.url" "http://pterodactyl.io" "+server.headerimage" "" "+server.worldsize" "3500" "+server.seed" "77779" "+server.maxplayers" "300" "+rcon.password" "**" "+server.saveinterval" "600"

Notice Command Line in both cases they are the same! but in the custom script case I cannot connect to web rcon (no its not because in one case there is "1" and in other "true" both are equivalent).


Wulf That looks like a message coming from your host, not the server. I'd suggest contacting them. That looks like a message coming from your host, not the server. I'd suggest contacting them.

it's self hosted

this is coming from the rust server itself, i dont think it is coming from oxide/umod


Wulf I can't find that message in the game, so it's likely coming from the control panel you are using (Pterodactyl) as the rest appear to be custom messages as well from it along with a few from SteamCMD. From the sound of it, the panel is waiting for RCON to come up so that it can provide console/log output in the panel.


pookins Hello, I just created a rust server under pterodactyl.io panel.
I gave the port 2015 and the po. Just out of curiousity is that 2015 or supposed to be 28015 ?


JimDeadlock

If you prefer to stick with Pterodactyl then their support system would be a better place to ask your questions about it.

still having now this problem after this update release, some help ?!

that happened after oxide updated


Wulf

Waiting for rcon to come up rust что делать


Wulf That looks like a message coming from your host, not the server. I'd suggest contacting them. That looks like a message coming from your host, not the server. I'd suggest contacting them.

it's self hosted

this is coming from the rust server itself, i dont think it is coming from oxide/umod


Wulf I can't find that message in the game, so it's likely coming from the control panel you are using (Pterodactyl) as the rest appear to be custom messages as well from it along with a few from SteamCMD. From the sound of it, the panel is waiting for RCON to come up so that it can provide console/log output in the panel.


pookins Hello, I just created a rust server under pterodactyl.io panel.
I gave the port 2015 and the po. Just out of curiousity is that 2015 or supposed to be 28015 ?


JimDeadlock

If you prefer to stick with Pterodactyl then their support system would be a better place to ask your questions about it.

still having now this problem after this update release, some help ?!

that happened after oxide updated


Wulf

Expected Behavior: For it to connect to RCON, but it doesn't. Don't know what else to tell you, sorry.

Actual Behavior: After loading some stuff for the server, it says: "Waiting for RCON to come up. " , and just keep spamming it. I've left it over night and didn't work. I tried multiple things, but I couldn't get it to fix, so any help would be appreciated.
Just please, remember that I'm new to this whole server with Pterodactyl thing, so being patient would be nice.

Steps to Reproduce: Install the Rust server and click Start. That's all I did, and it keeps popping up the RCON message.

The text was updated successfully, but these errors were encountered:

It has 11 GB of* ram, sorry for taking so long to answer

parkervcp commented Jul 21, 2020

I can also be other settings causing it to fail to start.

syntaxxl commented Jul 21, 2020

Sorry for taking so long to answer again - job is time consuming.

Do you mind if I send you some screenshots so you can help me out?
I'm just trying to play with friends.

parkervcp commented Aug 3, 2020

If you can get a capture of the shell output when it starts.

parkervcp commented Aug 14, 2020

Читайте также: