Jake
February 28, 2025, 9:09am
1
After just getting over the last update, I forgot that one of my servers still had auto-update enabled. Now, after updating past 1.9.3 , the main login admin panel is throwing an Internal Server Error .
The issue is made worse because I had disabled port 22 in the panel for security reasons. Does anyone know a way around this so I can figure out why it’s having a meltdown after the update?
Clive
February 28, 2025, 11:23am
2
I am having the same problem on two servers
eris
February 28, 2025, 11:30am
3
If possible try to login via VNC / IPMI to get local access then enable ssh / check logs
1 Like
eris
February 28, 2025, 11:30am
4
Check /var/log/hestia/nginx-error.log
Clive
February 28, 2025, 11:59am
5
The servers are running on oracle, I assume you need vnc servers running first.
eris
February 28, 2025, 1:13pm
7
But I have no idea what could be the issue we haven’t changed any major things yet
Clive
February 28, 2025, 1:44pm
8
Strange that it has happend on two servers one in UK an one in USA
Jake
February 28, 2025, 5:15pm
9
Is there a command prompt I need to use because the changes were made at the firewall level in the Control Panel?
Jake
February 28, 2025, 5:26pm
10
Would sudo ufw status & sudo ufw allow 22/tcp work?
Raphael
February 28, 2025, 5:27pm
11
v-stop-firewall should do the job (or similar, on mobile right now).
linkp
February 28, 2025, 5:35pm
12
Jake:
ufw
You should not have ufw installed in a HestiaCP server. HestiaCP does not manage or use ufw.
Jake
February 28, 2025, 5:37pm
13
Thanks for the reply. I will try that from the serial console and find out what the problem is.
Jake
February 28, 2025, 5:38pm
14
It was just an example of a command I would use.
1 Like
Jake
February 28, 2025, 5:59pm
15
I could not get the command ‘v-stop-firewall’ to work; it just tells me it’s an unknown command. It’s probably correct, but it didn’t accept it. I also tried to run ‘apt update’ and encountered this problem. Could this be the reason?
Raphael
February 28, 2025, 6:03pm
16
apt install -f and check for further output. v-stop-firewall was correct and should load.
Jake
February 28, 2025, 6:15pm
17
I managed to stop the firewall, but I cannot identify the problem in the logs. and trying to -f install it just trown out the same failed output.
Jake
February 28, 2025, 6:37pm
18
This is the only part of the log that I can identify as being the problem.
sahsanu
February 28, 2025, 6:48pm
19
One of previous hestia-nginx processes is still running so new hestia-nginx can’t finish the conf because it can’t use the port 8083.
killall hestia-nginx
and try again
1 Like
eris
February 28, 2025, 6:49pm
20
There is an service running on port 8083
It might be a different service
1 Like