Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

I can't login to VestaCP

General questions about VestaCP
Locked
  • Print view
Advanced search
1 post • Page 1 of 1
skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

I can't login to VestaCP

Post by skurudo » Mon Jul 17, 2017 2:06 pm

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.
Top


Locked
  • Print view
1 post • Page 1 of 1

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password