Alright, the instances still aren’t showing up. Let’s try the ShowInstancesTable
instead. Make sure to use the full command with the correct flag:
ampinstmgr -t
Try running that command and it should give us a table of instances. Also, let’s check the logs of the AMP service to see if there’s any hint there:
journalctl -u ampinstmgr -n 100
Let me know what you get from both commands!