Hi, maybe a old question to login hestia control panel

I hope someone can help me. I work with hestiacp. But when i will login i get and white page (503) The port 8083 is open. But I think the error is in udp in the firewall. But no matter what I try it won’t work. Do you know a solution? The websites are running fine, thank you Ton

I dont really think its related to udp. Whats in your log file (/usr/local/hestia/nginx/logs or similar)?

Hi ScIT,

I have the problem.
The port 8083 not open in hestiacp and with any help from this forum it’s working!

hello again, here is how i solved the problem
the problem was with the IPTables

firstly i installed this:
iptables-persistent
sudo apt-get install iptables-persistent

then i added the port using this command
iptables -A INPUT -p udp --dport 10333 -j ACCEPT
iptables -A INPUT -p tcp --dport 10333 -j ACCEPT (I writing dport 8083)

and to save the table to load after restart i used
sudo netfilter-persistent save
sudo netfilter-persistent reload

hope this can help who has the same problem

Iptables. should be installed during the default installation and port 8083 should be open by default…

Thanks for your answer Eris and ScIT!

This topic can closed

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.