MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
89 stars 21 forks source link

Login server unreachable #133

Open Tareku99 opened 1 year ago

Tareku99 commented 1 year ago

Finally for AMP to run and log in successfully. I made a minecraft instance to test things out. Once I try and click on "Manage" I receive the following error: "Login server unreachable. Verify that the auth server URL in this instances config file is valid. This is the 'Login.AuthServerURL' line in AMPConfig.conf for this instance.". I went ahead and changed the 'Login.AuthServerURL' to = 'http://localhost:8040/' (8040 is the port I am using to access the panel), restarted and same thing happened. How do I fix this?