OS Name/Version: Ubuntu 18.04.4 LTS
Product Name/Version: AMP 1.9.5.2 - Fresh First time install
Problem Description: When attempting to manage a new instance, I get the error "Failed to login to remote instance, Login server unreachable. Verify that the auth server URL in this instances config file is valid."
Actions taken to resolve so far:
- Restarted PC/Amp
- Checked configuration, and yes, the auth server URL is correctly set to https, and port 8080, which is how the web server is configured.
- Created a fresh instance, for both MC and CSGO
- Attempted to connect from a computer both inside and outside of the local network
- List item
Files:
- MC Server AMPConfig.conf
- CSGO Server AMPConfig.conf
- ADS1 AMPConfig.conf
- AMP Console
Solution:
Posting my solution for anyone else that comes across this, since though some help through discord we figured it out. In the AMPConfig.conf file for my instance, my Login.AuthServerURL=
was set to, https://subdomain.mydomain.com/
. Which left me stuck in an infinite loading loop. By changing this value to http://127.0.0.1:8080/
, I was then able to manage my instance as expected.