Can't connect to my main cloudron webpage
-
wrote on May 24, 2023, 7:32 AM last edited by girish May 24, 2023, 9:40 AM
I just purchased a yearly premium license everything was going well when I only has two apps now my server is offline with only about 6 apps and I can't get it back online. Any help would greatly be appreciated.
-
@aestela Can you give us more information ?
- Are you able to SSH into the server?
- When you say it's not online, is it that you are unable to reach via browser? If so, what does the browser say? A screenshot or the message will help.
-
wrote on May 24, 2023, 8:44 AM last edited by aestela May 24, 2023, 9:18 AM
I am able to ssh using Putty. Yes I mean I can't connect through the web browser my.axiomtechnologies.io
-
without having a valid DNS record, you can try until the end of the world
host my.axiomtechnolgies.io Host my.axiomtechnolgies.io not found: 3(NXDOMAIN)
-
without having a valid DNS record, you can try until the end of the world
host my.axiomtechnolgies.io Host my.axiomtechnolgies.io not found: 3(NXDOMAIN)
wrote on May 24, 2023, 8:54 AM last edited by@luckow This is weird because I was using the service added up to 6 cloudron apps using the web portal login. I don't know what changed now that I am not able to connect again. If you can recommend it would be greatly appreciated. What DNS record do you suggest I add?
-
wrote on May 24, 2023, 9:02 AM last edited by
-
wrote on May 24, 2023, 9:09 AM last edited by
@girish I get a completely different result how did you see that? https://whois.domaintools.com/axiomtechnologies.io
-
I am able to ssh using Putty. Yes I mean I can't connect through the web browser my.axiomtechnologies.io
@aestela said in Can't connect to my main cloudron webpage:
I am able to ssh using Putty. Yes I mean I can't connect through the web browser my.axiomtechnolgies.io
Ah, there is a typo here. I guess you meant
my.axiomtechnologies.io
(missing o). -
@girish I get a completely different result how did you see that? https://whois.domaintools.com/axiomtechnologies.io
@aestela Indeed that domain is all and well. We were working of an incorrect domain
Can you SSH into the server and check
systemctl status box
andsystemctl status nginx
? It looks like nginx is not running.I also replied from support. If you give us SSH access, we can look into this as well.
-
wrote on May 24, 2023, 9:16 AM last edited by
Yes, that's the correct domain my.axiomtechnologies.io. Any idea why it doesn't load the webpage you can check all the DNS records they look good to me I don't get any errors other than http://axiomtechnologies.io not loading. https://mxtoolbox.com/emailhealth/axiomtechnologies.io/
-
@aestela Indeed that domain is all and well. We were working of an incorrect domain
Can you SSH into the server and check
systemctl status box
andsystemctl status nginx
? It looks like nginx is not running.I also replied from support. If you give us SSH access, we can look into this as well.
wrote on May 24, 2023, 9:23 AM last edited by@girish May 24 08:41:53 Axiom-Techs-Svr sudo[30605]: p
systemctl status nginx result:
root@Axiom-Techs-Svr:~# systemctl status nginx
β nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset:>
Drop-In: /etc/systemd/system/nginx.service.d
ββcloudron.conf
Active: active (running) since Wed 2023-05-24 07:33:29 UTC; 1h 47min ago
Docs: man:nginx(8)
Main PID: 5888 (nginx)
Tasks: 9 (limit: 18648)
Memory: 26.5M
CGroup: /system.slice/nginx.service
ββ 5888 nginx: master process /usr/sbin/nginx -g daemon on; master>
ββ30609 nginx: worker process
ββ30610 nginx: worker process
ββ30611 nginx: worker process
ββ30612 nginx: worker process
ββ30613 nginx: worker process
ββ30614 nginx: worker process
ββ30615 nginx: worker process
ββ30616 nginx: worker processMay 24 07:32:13 Axiom-Techs-Svr nginx[776]: nginx: [warn] "ssl_stapling" ignore>
May 24 07:32:23 Axiom-Techs-Svr nginx[776]: nginx: [warn] "ssl_stapling" ignore>
May 24 07:32:33 Axiom-Techs-Svr nginx[776]: nginx: [warn] "ssl_stapling" ignore>
lines 1-23 -
@aestela OK, interesting. nginx is running. Is there a firewall by any chance in front of this server?
-
@aestela You must also add port 80 and port 443 to the inbound permitted ports list (along with port 22). These 2 ports are HTTP and HTTPS respectively.
(Was this something new ? How was it working before without allowing these ports?)
-
A more complete list is here - https://docs.cloudron.io/security/#inbound-ports (depending on what features you use).
-
@girish It's a fresh Hetzner cloud server with virtually no firewall rules. Only has inbound rules no outbound. By the way is there any way to improve my reputation it keeps making me wait 360 seconds?
@aestela said in Can't connect to my main cloudron webpage:
By the way is there any way to improve my reputation it keeps making me wait 360 seconds?
I gave you some upvotes, should be ok now, I think.
-
wrote on May 24, 2023, 9:37 AM last edited by
root@Axiom-Techs-Svr:~# cloudron-support --enable-ssh
Enabling ssh access for the Cloudron support team...Done
It looks like ssh is enabled if you want to check the server. It was working before without the inbound rules 80 and 443. I just added the inbound rules