Traffic is getting to the pritunl server but the application is not responding

service pritunl-zero status

Redirecting to /bin/systemctl status pritunl-zero.service
● pritunl-zero.service - Pritunl Zero Daemon
Loaded: loaded (/etc/systemd/system/pritunl-zero.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2022-04-19 18:59:33 UTC; 2min 37s ago
Main PID: 575 (pritunl-zero)
CGroup: /system.slice/pritunl-zero.service
└─575 /usr/bin/pritunl-zero start
[ztadmin@pritunlZeroVM ~]$

Service is running but not responding — /login page

Check logs in sudo journalctl -u pritunl-zero and check that the firewall is disabled.

sudo yum -y remove iptables-services
sudo systemctl stop firewalld
sudo systemctl disable firewalld
sudo ufw disable

If the node had previously been configured it’s possible it is configured incorrectly or configured to not accept web traffic. Run sudo pritunl-zero reset-id to create a new node configuration. The old node configuration will still be viewable from the nodes tab. Once domains are configured on the node the correct admin domain must be used to access the server or it will return 404.

1 Like

thanks it is working now