Page 1 of 1

I can't able to login vesta cpanel.

Posted: Mon Apr 09, 2018 5:02 am
by vctc92
Today morning I came to see my website is down.
  • I can't able to login vesta admin panel/cpanel
    so I logged in through ssh and reboot the server.
    Now website is working fine. But still could not able to get login page gui.
    Please help me

Re: I can't able to login vesta cpanel.

Posted: Mon Apr 09, 2018 6:30 am
by vikasgupta
Hello,

Same problem for me. I cannot able to reach login page in my 4 different servers.
I already upgraded to latest version via SSH and tried all previously suggested solutions.

Any thoughts

Re: I can't able to login vesta cpanel.

Posted: Mon Apr 09, 2018 10:02 am
by vctc92
No still I am facing the issue. Do you get any solution?

Re: I can't able to login vesta cpanel.

Posted: Mon Apr 09, 2018 10:14 am
by vikasgupta
I got the reason.
Digital ocean block port 8083 because of recent attacks.

So I change port and it works now

Re: I can't able to login vesta cpanel.

Posted: Mon Apr 09, 2018 2:39 pm
by n0x
Yep, DigitalOcean blocked port 8083 across all zones.

Change the port by following: viewtopic.php?f=10&t=16585&p=68940&hilit=8383#p68940

Then you can access on the new port with no issues (also make sure you update to 0.9.8-20 before changing the port), you can do that with:

Check current version:

Code: Select all

v-list-sys-vesta-updates
If not, 0.9.8-20 then run the following from CLI:

Code: Select all

v-update-sys-vesta-all
That has the patch for the attack that was launched on Saturday 7th April that caused ports 8083 to be blocked in the first place.

Re: I can't able to login vesta cpanel.

Posted: Mon Apr 09, 2018 5:13 pm
by vctc92
n0x wrote:
Mon Apr 09, 2018 2:39 pm
Yep, DigitalOcean blocked port 8083 across all zones.

Change the port by following: viewtopic.php?f=10&t=16585&p=68940&hilit=8383#p68940

Then you can access on the new port with no issues (also make sure you update to 0.9.8-20 before changing the port), you can do that with:

Check current version:

Code: Select all

v-list-sys-vesta-updates
If not, 0.9.8-20 then run the following from CLI:

Code: Select all

v-update-sys-vesta-all
That has the patch for the attack that was launched on Saturday 7th April that caused ports 8083 to be blocked in the first place.

Thank you. The issues has been resolved now