After update No remote targets have yet been set up. This ADS installation has been setup as a controller, which means it cannot create instances by itself. You must create a Target ADS instance and register it with this controller before creating

OS Name/Version: Debian 10 with Game Panel via hostinger

Product Name/Version: (Always use the full version number - not ‘Latest’)
AMP Release “Halimede”

v2.4.1.2, built 21/12/2022 17:54

Problem Description:

Updated AMP, when I logged into my game panel I am getting the attached screenshot with absolutely no way to get past it.

Steps to reproduce:

  • Step 1 - Log into game panel
  • Step 2 - get stuck

Actions taken to resolve so far:
Rebooted VPS

As you don’t host yourself, you don’t have enough access to fix this. Please contact support at Hostinger.

Did you get this resolved? I have the same problem but it’s very slow to get fixed.

I get the same issue after updating to
AMP Release “Halimede”
v2.4.1.2, built 21/12/2022 17:54

OS: Ubuntu 20.04 5.15.0-56-generic #62~20.04.1-Ubuntu SMP Tue Nov 22 21:24:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux )
Browser: Firefox 108.0.1 (64-bit) (Though I get the same issue in Google Chrome)

I am no longer able to manage my instances, permissions and so on. My superadmin user is not working anymore.

I found my problem.

In ADS01/RoleData.json, It seems that there is a problem with one of the permissions specified in my Super Admins group :

"Name": "Super Admins",
    "Permissions":
        [
        "*",
        "Instances.e68c71ff-c78d-4b4f-a943-b0d9146f767e.Update",
        "-Core.AppManagement.UpdateApplication",
        "-4074d0a3-7e94-4ebd-8106-a1a70b3d7d2d.Core.AppManagement.UpdateApplication"
        ]

To fix :

  1. sudo -u amp /opt/cubecoders/amp/ampinstmgr stopinstance ADS01

  2. Fix permissions in /home/amp/.ampdata/instances/ADS01/RoleData.json (Can be a different path for you)

"Name": "Super Admins",
    "Permissions":
        [
        "*"
        ]
  1. sudo -u amp /opt/cubecoders/amp/ampinstmgr startinstance ADS01

Was this issue resolved? I am having the same problems.

Was this issue resolved? I am having the same problems.