Got it. The “specified instance is not running” message can be a bit confusing, especially if you were expecting it to be up and running. Let’s see if we can make some magic happen
Try these steps:
-
Ensure it’s not running elsewhere: Sometimes the instance might be running but not showing up properly in the interface. Check if there’s any AMP or Rust process still going on in your task manager (Windows) or with
top
/ps
on Linux. -
Logs, logs, logs: We still need some logs to diagnose the issue better. If the instance won’t start, there might still be some clues in the most recent logs before it shut down.
-
Check instance configuration: Back in the AMP interface, use the search function to check the instance configuration and make sure everything looks correct, especially the pathing and any port settings.
Let me know how it goes or if we need to dive into more specific settings!