This is a very noob question, so please understand and take that into account. I have a basic go web app and a server running Ubuntu 22.04 with a domain which I bought from hosting provider. They installed an also ISPManager control panel there. But the control panel does not provide a way (from what I've seen) to host a Go application there, only PHP anf python for the most part. I don't have any knowledge of web servers like Apache or Nginx, but I know some Linux CLI, and I have written the web app myself. I can also SSH into the server.
I tried running an app by just using go run, but in that case (predictably) I had to enter an IP address of a server along with a port name.
How can I host my app there?
I managed to solve this by setting up the domain name into the ip address of the server, the hosting provider gives a way to do that.