Closed BmoChop1 closed 1 month ago
I used docker-compose.simple.yaml.
You can find the used rcon password in the output logs: docker compose logs
The password is not printed. The RCON value in the CONF.JSON file inside the container is always fixed even if the container is newly created or rebuilt.
It is only printed the first time. Can you try deleting the sqlite.db
file and then starting the server again. It should be printed in the logs.
The RCON credentials are not for logging in into the web UI, that is for RCON
The RCON password is bugged and reset every single startup. It is printed to the out log. With docker you can view the output log by using the command docker compose logs
, there you will see the used rcon password on every startup.
PS: I deleted the image above for security reasons.
I deleted the sql file and rebooted and it works fine, thanks for the answer.
The rcon password in the conf.json file in the container also does not log in.