Cannot manage Minecraft Bedrock server

OS Windows
Platform Microsoft Windows 10 Pro
System Type x86_64
Virtualization None
Module ADSModule
Loaded Plugins FileManagerPlugin, EmailSenderPlugin, WebRequestPlugin, LocalFileBackupPlugin, CommonCorePlugin
Application Name AMPService
Application Version 2.4.0.6
Release Stream Release
Build Date 30/09/2022 14:12
Did a default install of a minecraft bedrock server, all default options. When I click 'manage' I get the following error:

"Failed to login to remote instance
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."

Steps to reproduce:

Clean instance of minecraft bedrock (or java)
click manage

Actions taken to resolve so far:

I found a thread about changing the value of Login.AuthServerURL but it made no difference. This is my first amp server I really have no idea what im doing.

What’s the output of ampinstmgr status?

I’m quite the noob, how would I enter that / get the results?

In a command prompt. Win → cmdampinstmgr status

C:\Users\tye_m>ampinstmgr status
[Info] AMP Instance Manager v2.4.0.6 built 30/09/2022 14:13
[Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
Instance Name      │ Friendly Name    │ Module     │ IP              │ Port  │ Up
───────────────────┼──────────────────┼────────────┼─────────────────┼───────┼───
←]8;;http://127.0.0.1:8081/ADS01             ←]8;; │ ADS              │ ADS        │ 0.0.0.0         │ 8081  │ √
←]8;;http://127.0.0.1:8082/Tyesminecraft01   ←]8;; │ Tyes minecraft   │ Minecraft  │ 127.0.0.1       │ 8082  │

Is the results

Run ampinstmgr repairauth standalone http://localhost:8081

C:\Users\tye_m>ampinstmgr repairauth standalone http://localhost:8081
[Info] AMP Instance Manager v2.4.0.6 built 30/09/2022 14:13
[Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
[Info] Reconfiguring ADS...
[Notice] AMP Service port ranges have not been specified, using any available...
[Notice] Application Service port ranges have not been specified, using any available...
[Info] New ADS URL is http://127.0.0.1:8081/
[Info] Reconfiguring Instances...
[Info] Reconfiguring Tyesminecraft01...
[Warning] Failed to register job process
[Info] Done!

C:\Users\tye_m>ampinstmgr status
[Info] AMP Instance Manager v2.4.0.6 built 30/09/2022 14:13
[Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
Instance Name      │ Friendly Name    │ Module     │ IP              │ Port  │ Up
───────────────────┼──────────────────┼────────────┼─────────────────┼───────┼───
←]8;;http://127.0.0.1:8081/ADS01             ←]8;; │ ADS              │ ADS        │ 0.0.0.0         │ 8081  │ √
←]8;;http://127.0.0.1:8082/Tyesminecraft01   ←]8;; │ Tyes minecraft   │ Minecraft  │ 127.0.0.1       │ 8082  │

Now try managing the Bedrock instance.

AWESOME! Thank you for your help!