Notifications
Clear all

Xtream UI stuck at “Starting nginx…” during install – why?

1 Posts
1 Users
0 Reactions
42 Views
 sami
(@sami)
Member Admin
Joined: 2 months ago
Posts: 125
Topic starter  
This hang usually points to a conflict on port 80 or a missing dependency. First, check if Apache is already using port 80 via netstat -tulnp | grep :80. If so, stop Apache (systemctl stop apache2) and disable it. Also, ensure NGINX is installed correctly and the config files are valid using nginx -t. If your panel install script doesn’t finish, check install logs at /home/xtreamcodes/iptv_panel/install.log. Sometimes re-running bash install.sh fixes minor permission issues.
 

   
Quote
Scroll to Top