OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
585 stars 137 forks source link

I can access the server manager page, but I can't log in because the rcon password isn't displayed in the console. #414

Closed BmoChop1 closed 2 hours ago

BmoChop1 commented 3 hours ago
aaa

The rcon password in the conf.json file in the container also does not log in.

BmoChop1 commented 3 hours ago

I used docker-compose.simple.yaml.

knoxfighter commented 2 hours ago

You can find the used rcon password in the output logs: docker compose logs

BmoChop1 commented 2 hours ago

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.

Mattie112 commented 2 hours ago

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

knoxfighter commented 2 hours ago

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.

BmoChop1 commented 2 hours ago

I deleted the sql file and rebooted and it works fine, thanks for the answer.