Closed Gr3gorywolf closed 1 week ago
I've not used Rust+ before so I'm not sure. If I find anything I'll follow up. If you could provide more detail for what you're doing with RCON that could help.
Im just trying to save a setting such as decay.scale 0 but somehow it doesn't get persisted once I restart the server
There's nothing preventing that persistence as far as I know. Here is where server config is edited but it is not overwritten.
Did you end up figuring out Rust+?
According to the docs you need to expose an additional port over the internet and docker https://wiki.facepunch.com/rust/rust-companion-server
According to these docs expose 28063 in docker compose file.
You will need to take additional steps to expose your server to the internet.
Im trying to setup the rust+ app, trying to set the port and ip from the RCON console but the settings return to the default value after server restart so im not able to setup any custom server config even if I run
server.writecfg
the changes are not being persisted