Error_Connection_Refused?
-
Hello! I am new to cloudron and I'm trying to setup for my proxmox server. I installed it on ubuntu server 20.04 like it says however when it finishes the installation I try to connect to the domain it says to connect to. It gives me an error saying Connection Refused.
I have no idea why this is happening. If I had the wrong ip address wouldn't it say the connection timed out? I'm sure this is something dumb on my end. Thanks for the help! -
@madmaneighteen can you share a bit more about your environment? Also when the routing and possible portforwarding are correctly setup, you should hit nginx on your Cloudron there, so for a start check if nginx is running in your Cloudron server
systemctl status nginx
and also maybe try to curl localhost within the server to ensure nginx is also responding correctly there at least. -