vitodeploy / vito

The Ultimate Server Management Tool
https://vitodeploy.com
GNU Affero General Public License v3.0
1.17k stars 179 forks source link

"Now open your server's IP address and enjoy Vito!" doesnt't work! #325

Open Hussseinkizz opened 1 week ago

Hussseinkizz commented 1 week ago

The bug After setting up with installation, the final command to actually access the vito dashboard doesn't work, i.e the instruction "Now open your server's IP address and enjoy Vito!"

To Reproduce Install vito a new server and try to access it after following docs.

Expected behavior I thought going to my server IP or some port opens up the vito dashboard

joglomedia commented 1 week ago

How do you install the Vito, are you follow the command on quick start guide?

Which version of Vito you install?

Hussseinkizz commented 1 week ago

02b0fb19-e339-4eef-80a5-94d2d34bcda5 Followed the curl and bash command to install vito: bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/1.x/scripts/install.sh) then it brought that everything is ok, d5640ee5-eb21-45e1-9ffd-0841e9d532e0 something like that, then the docs say after that: "Now open your server's IP address and enjoy Vito!" which doesn't work, I was on Ubuntu 22.04 LTS.

joglomedia commented 1 week ago

I have sent a PR to improve the v2.x install script. Would you like to test it out?

Install using the root user:

curl -sLo- https://raw.githubusercontent.com/joglomedia/vito/enhancement-v2.x/scrips-install.sh/scripts/install.sh | bash

Install with a sudo user:

curl -sLO https://raw.githubusercontent.com/joglomedia/vito/enhancement-v2.x/scrips-install.sh/scripts/install.sh && \
sudo bash ./install.sh

After successful install Screen Shot 2024-10-24 at 19 54 45

Let me know if you like the new install experience ^^

saeedvaziry commented 6 days ago

@Hussseinkizz does your server provider exposes the port 80 to public?

What error do you see when you open the server IP address after a successful installation?