![]() |
|
sentora 2.0 wont load after install - 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: sentora 2.0 wont load after install (/showthread.php?tid=13112) Pages:
1
2
|
sentora 2.0 wont load after install - kevwebbie - 01-23-2025 I've used the official github sentora 2.0 bash script to install sentora from github. I've run it as root from the server but when I go to my control panel it wont load. I thought it might be an Apache issue but I've checked and apache is running with no errors. Still the panel wont load. Is there any issues I might be missing? Any help would be appreciated. RE: sentora 2.0 wont load after install - TGates - 01-23-2025 (01-23-2025, 03:15 AM)kevwebbie Wrote: I've used the official github sentora 2.0 bash script to install sentora from github. I've run it as root from the server but when I go to my control panel it wont load. I thought it might be an Apache issue but I've checked and apache is running with no errors. Still the panel wont load. Is there any issues I might be missing? Any help would be appreciated. 2.0.2? RE: sentora 2.0 wont load after install - kevwebbie - 01-31-2025 wel I used a bash installer from github. Where can I get the bash installer for version 2.02? RE: sentora 2.0 wont load after install - TGates - 02-01-2025 (01-31-2025, 01:04 AM)kevwebbie Wrote: wel I used a bash installer from github. Where can I get the bash installer for version 2.02?Did you install it as described in our docs: Easy 1-line installation (Recommended): 1) Log in to your server's SSH terminal as root user. (You MUST use root! Not sudo!) 2) Type or paste the code below on the command line and press <Enter> (This will get and run the installer.): Code: bash <(curl -L -Ss https://sentora.org/install)RE: sentora 2.0 wont load after install - heresugar - 02-25-2025 (01-23-2025, 03:15 AM)kevwebbie Wrote: I've used the official github sentora 2.0 bash script to install sentora from github. I've run it as root from the server but when I go to my control panel it wont load. I thought it might be an Apache issue but I've checked and apache is running with no errors. Still the panel wont load. Is there any issues snowrider I might be missing? Any help would be appreciated.Check if Sentora, Apache, and MySQL are running. Verify Apache virtual hosts, DNS settings, and firewall rules. Restart services and check logs in /var/log/sentora/. Try accessing via your server’s IP. Review /etc/hosts for domain configuration issues. RE: sentora 2.0 wont load after install - kevwebbie - 03-24-2025 (01-23-2025, 07:26 AM)TGates Wrote: 2.0.2? Yes, I've been trying to install this since last year but it keeps exiting over small issues. I want to use Sentora but cant install it no matter what I do. Last time it exited because THE SCRIPT installed the wrong version of php ???? How am I supposed to install this if the install script wont run and keeps exiting? (03-24-2025, 09:34 PM)kevwebbie Wrote: Yes, I've been trying to install this since last year but it keeps exiting over small issues. I want to use Sentora but cant install it no matter what I do. Last time it exited because THE SCRIPT installed the wrong version of php ???? How am I supposed to install this if the install script wont run and keeps exiting? I got an error saying PHP 7.x not installed. 8.3 installed. Exiting installer. Please contact script admin but I can see /var/sentoraand there is asentora user installed. Very confusing. RE: sentora 2.0 wont load after install - TGates - 03-25-2025 (03-24-2025, 09:34 PM)kevwebbie Wrote: Yes, I've been trying to install this since last year but it keeps exiting over small issues. I want to use Sentora but cant install it no matter what I do. Last time it exited because THE SCRIPT installed the wrong version of php ???? How am I supposed to install this if the install script wont run and keeps exiting? You need a minimal install of Ubuntu 20.04 with NO web services for Sentora v2.0.2. Sentora installs and configures everything needed. Sentora v2.0.2 does not run/install on php 8. We are testing and securing Sentora v2.1.0 which will install on Ubuntu 24.04 and Debian 12 with php 8 once completed and released. RE: sentora 2.0 wont load after install - asher - 04-08-2025 (01-23-2025, 03:15 AM)kevwebbie Wrote: I've used the official github sentora 2.0 bash script to install sentora from github. I've run it as root from the server but when I go to my control panel it wont load. I thought it might be an Apache issue but I've checked and apache is running with no errors. Still the panel wont load. Is there any issues I might be missing? Any help would be appreciated. Among Us Have you tried checking the Apache log (/var/log/apache2/error.log) or the system log /var/log/syslog? Also, have you confirmed that the domain's DNS points to the correct server IP and that port 80/443 is open via ufw or iptables? I'm thinking it might not be an Apache error but rather a misconfiguration of Sentora's DNS or virtual host. RE: sentora 2.0 wont load after install - jeffreestar - 04-23-2025 Running the Sentora 2.0 bash script as root and still having the control panel refuse to load is such a buzzkill, especially after verifying Apache is up and running! that's not my neighbor RE: sentora 2.0 wont load after install - kevwebbie - 04-25-2025 Right, I managed to install it on a Debian server running php 8.2. It was ufw that was blocking port 80 after all. Nothing to do with Apache2 which I was working on. pulling my hair out lol i'm running versoin 2.1.0 and everything seems good so far. I'm sure I'll come up against a simple problem and be on annoying you all again soon. Yhanks for putting up with me thus far. Right, I managed to install it on a Debian server running php 8.2. It was ufw that was blocking port 80 after all. Nothing to do with Apache2 which I was working on. pulling my hair out lol i'm running versoin 2.1.0 and everything seems good so far. I'm sure I'll come up against a simple problem and be on annoying you all again soon. Thanks for putting up with me thus far. |