How to remove the server password?
twdnhfr opened this issue · 2 comments
twdnhfr commented
the settings to remove the server password do not seem to work
- "CONANEXILES_Engine_OnlineSubSystemSteam_ServerPassword="
- "CONANEXILES_Engine_OnlineSubsystemSteam_ServerPassword=''"
any tips? the server always starts with the default password "MySecret"
TBK commented
- "CONANEXILES_Engine_OnlineSubSystemSteam_ServerPassword="
Would do the trick. I just spun up a new server to validate that it works and it did.
Try to remove the persistent files with docker-compose down -v
(will delete the data volume) and then start anew with docker-compose up -d
.
Alternatively you can edit the ServerSettings.ini file (remove all after =, ServerPassword=).
You will find ServerSettings.ini at /conanexiles/ConanSandbox/exiles0/Saved/Config/WindowsServer
twdnhfr commented
Thanks a lot!