Sentora Support Forums
Sentoa v 2 install script. - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Public Support Forums v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=66)
+--- Forum: General Support Forum v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=67)
+--- Thread: Sentoa v 2 install script. (/showthread.php?tid=13104)



Sentoa v 2 install script. - kevwebbie - 12-11-2024

I got an install script on GitHub but I think it's v 1. Where can I get a v 2 install script?


RE: Sentoa v 2 install script. - kevwebbie - 12-12-2024

Just realised the script on GitHub is V2. Apologies. Seemed to install okay on Ubuntu 20 but even though the v-hosts.cnf file looks correct certain websites say port 80 is closed and the control panel won't load. I can ping the server and curl -i says it's okay I can't access it. Any ideas?


RE: Sentoa v 2 install script. - TGates - 12-12-2024

(12-12-2024, 01:29 AM)kevwebbie Wrote: Just realised the script on GitHub is V2. Apologies. Seemed to install okay on Ubuntu 20 but even though the v-hosts.cnf file looks  correct certain websites say port 80 is closed and the control panel won't load. I can ping the server and curl -i says it's okay I can't access it. Any ideas?

For some reason I had to reboot my server after a fresh install on Ubuntu 20.04. Some services were not loaded/started after the install reboot. Try that first.


RE: Sentoa v 2 install script. - asher - 12-23-2024

(12-12-2024, 01:29 AM)kevwebbie Wrote: Just realised the script on GitHub is V2. Apologies. Seemed to install okay on Ubuntu 20 but even though the v-hosts.cnf file looks  correct certain websites say port 80 is closed and the control panel won't load. I can ping the server and curl -i says it's okay I can't access it. Any ideas?  Snow Rider 3D

I think with some more troubleshooting, particularly checking firewall settings and port configurations, you'll be able to get it up and running smoothly!


RE: Sentoa v 2 install script. - geometrydashlitepc - 04-03-2025

(12-12-2024, 01:29 AM)kevwebbie Wrote: Just realised the script on GitHub is V2. Apologies. Seemed to install okay on Ubuntu 20 but even though the v-hosts.cnf file looks  correct certain websites say port 80 is closed and the control panel won't load. I can ping the server and curl -i says it's okay I can't access it. Any ideas?  Mapquest Directions

Run sudo systemctl status apache2 to check if Apache is running. Look for "active (running)" in the output. If it’s not, start it with sudo systemctl start apache2.


RE: Sentoa v 2 install script. - coeddie11 - 04-09-2025

To get the installation script for Sentora v2, visit the official Sentora GitHub repository at https://github.com/sentora/sentora-installers. You can install it using the command:
Code:
bash <(curl -L -Ss http://sentora.org/install)
. For the latest development version, use
Code:
bash <(curl -L -Ss https://raw.githubusercontent.com/sentora/sentora-installers/master/sentora_install.sh)
paper io