Page 1 of 1

I can't login to VestaCP

Posted: Mon Jul 17, 2017 2:06 pm
by skurudo
I can't login to VestaCP, what I need to do?

1) check via SSH if your Vesta services running

Code: Select all

service vesta status
if not, please restart vesta services

Code: Select all

service vesta restart
2) check via SSH disk space / inode and quota for admin user

Code: Select all

df -h

Code: Select all

df -i
if it's quota, then update admin user quota:

Code: Select all

nano /usr/local/vesta/data/users/admin/user.conf

Code: Select all

DISK_QUOTA='unlimited'

Code: Select all

/usr/local/vesta/bin/v-update-user-quota admin
3) check via SSH password for admin user

Code: Select all

/usr/local/vesta/bin/v-check-user-password admin yourpassword
if password wrong, you can change password with command

Code: Select all

/usr/local/vesta/bin/v-change-user-password admin yournewcoolpassword
4) sudo problem, check this file - /etc/sudoers.d/admin, if there is no code, paste this:

Code: Select all

# Created by vesta installer
Defaults env_keep="VESTA"
Defaults:admin !syslog
Defaults:admin !requiretty
Defaults:root !requiretty
5) check if you're using Cloudflare... CF protection for domain may be over protective and block your access to VestaCP on different port. In this case you can place admin interface on a different subdomain.

...............................................................

Which logs we like to see, if you can't solve error by yourself:

Code: Select all

/usr/local/vesta/log/nginx-error.log
/usr/local/vesta/log/system.log
Some screenshots and result of items from list above.