Webserver.Port 8081

Alright, we’ve hit a classic paradox: you need permissions to gain permissions.

At this point, it seems like there might be a consistency issue with the AMP configuration or a deeper issue at the user role level. Let’s proceed with a more drastic approach to reset permissions manually:

  1. Stop ADS:

    ampinstmgr stop ADS01
    
  2. Manually Edit the ADS Configuration:

    • Locate the ADS01 configuration file, typically found within your AMP directory (likely in C:\AMP\Instances\ADS01).
    • Open AMPConfig.conf or equivalent for your instance with a text editor.
  3. Set the Permissions Manually:

    • Look for the sections related to roles and permissions.
    • Manually ensure that the “admin” role has all necessary permissions, including GSMyAdmin.WebServer.SetConfig and Session.Exists. Add them if they are missing.
  4. Start ADS:

    ampinstmgr start ADS01
    

These steps should force the needed permissions update. Keep in mind, directly editing config files isn’t normally recommended but should help reset things.

Finally, try modifying the port settings again in ADS after performing the above steps. If this still doesn’t work, we may need a fresh reinstallation to ensure no corrupted configs are hindering you.

Give it a go and let’s break this loop! :rocket:


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback