Installing Manager.io Server Edition On Linux

I use a VPS with Almalinux OS, and Have cpanel installed on it. I created a subdomain eg sub.domain.com and I uploaded the linux installation folder on it, then extracted it. I then used the terminal to run command ./ManagerServer which activated port 8080. Sadly I am still unable to access manager software, and there is no document on the manager.io that shows step by step linux installation. (Atleast I haven’t been able to find it). Can someone please help me with this?

There is no installation guide because it’s just about launching ./ManagerServer as you already did.

If you can’t access Manager Server from the Internet, then you are either entering wrong IP address, port combination (assuming your VPS does have public IP address). Or there is some firewall which can run outside of your VPS.

1 Like

I use manager in vps, very simple intallation. I dont know the purpose of your cpanel but i think manager has nothing to do with cpanel. Using manager in vps is like using in local machine. If you know to put an app online from your local machine its the same way in vps. Yes vps is available online but it does not mean you can access it simply by typing in your domain. If its hard for you, you can use software helper to put your app online. You can use ngrok, caddy etc. Since you use linux based OS, you can add ufw or firewall for security support by allowing certain ports in it that are used by your app only

Installation can not be through Cpanel but need to use SSH and Terminal. The Ubuntu (Debian based Linux) installation guide is at:

https://www2.manager.io/server/installation/ubuntu/

Modify the shell commands to suit Almalinux (based on RHEL/CentOS).