OpenFactorioServerManager / factorio-server-manager

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

404 not found on index page #102

Closed Dergonic closed 6 years ago

Dergonic commented 6 years ago

Hi

The server manager was working great while I was in the install folder and ran it as "./factorio-server-manager --dir /opt/factorio"

Then I tried to start it from another location "/opt/factorio-server-manager/factorio-server-manager --dir /opt/factorio --conf /opt/factorio-server-manager/conf.json" (had to force the conf file location, it complained) It started and looks goot in the console. But when connecting to the web interface (:8080) I got a "404 page not found" message.

Could someone help on diagnosing the issue ? Is ther any log file generated by factorio-server-manager ?

Thanks

Dergonic commented 6 years ago

Some more informations I created a sh script to start the server manager

Dergonic commented 6 years ago

"Solved" (or "hacked")

I setup the cron as follow : "@reboot cd /opt/factorio-server-manager/ && /opt/factorio-server-manager/start.sh"

The CD changes the "Working directory" and so server manager can deal with it.