OS Name/Version: ubuntu server 24.04.2 LTS
Product Name/Version: Marvel Heroes Omega
Link: Marvel Heroes Omega Github
Problem Description:
I’m trying to get Marvel Heroes working, it’s a fan project that’s still actively being developed by others. I’ve created a custom AMP panel template and uploaded it to my fork. The instance does not want to load. I’m guessing my template is not good enough or I’m missing certain settings/dependencies? If anyone can improve this template or guide me in the right direction so more people can discover this hidden gem, it would be greatly appreciated.
Steps to reproduce:
- Step 1: log in amp panel
- Step 2: click start marvel instance
- Step 3: unable to start server
Actions taken to resolve so far:
I have changed the ports to the correct ones (443 need to redirect to 8080 with reverse proxy) game server itself is on port 4306. copy pasted the nightly build Linux files in the file manager.
Hey @Olivierleone,
I saw your post and wanted to help troubleshoot your Marvel Heroes Omega AMP template issue on Ubuntu Server 24.04.2 LTS. Since this is a fan project with ongoing development, here are some steps to refine your template and resolve the instance startup issue:
Steps to Fix:
- Verify Required Dependencies – Ensure your server has all necessary dependencies installed, including Mono, .NET Core, and any required Redis/MariaDB services.
- Check AMP Logs for Errors – Look at
AMP/logs to see if there are any errors related to instance startup.
- Confirm Reverse Proxy Configuration – Since you’re redirecting 443 to 8080, double-check that your Apache/Nginx proxy settings correctly forward requests.
- Validate Template Settings – Compare your AMP template with existing Marvel Heroes Omega server setup guides to ensure all required parameters are included.
- Test Manual Server Startup – Try launching the Marvel Heroes Omega server manually outside AMP to confirm if the issue is AMP-specific.
Helpful Resources:
A Few Questions to Help Troubleshoot:
- Does the AMP log show any specific errors when trying to start the instance?
- Have you tested running the Marvel Heroes Omega server manually outside AMP?
- Are all required dependencies installed and configured correctly?
Let me know if any of these steps help or if you can provide more details—I’d be happy to troubleshoot further! 
Thank you for the help, I have managed to get it running with the help of greelan. I made a whole setup guide with linux and nginx and works perfectly