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

can't login in my vestacp admin panel

General questions about VestaCP
Locked
  • Print view
Advanced search
33 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: can't login in my vestacp admin panel

Post by skurudo » Thu Jul 23, 2015 6:54 am

Similar topic:
viewtopic.php?f=16&t=8862&p=29512#p29512
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: can't login in my vestacp admin panel

Post by skurudo » Thu Jul 23, 2015 6:55 am

shankarnewton wrote: Also, I have no logs recorded for /var/log/vesta/auth.log and /var/log/vesta/nginx-error.log
Logs from /usr/local/vesta/log/ and especially /usr/local/vesta/log/nginx-error.log
Top

thirdly
Posts: 1
Joined: Thu Apr 21, 2016 12:29 am

Re: can't login in my vestacp admin panel

Post by thirdly » Thu Apr 21, 2016 12:36 am

I am having the same issue and cannot figure it out. Any help would be greatly appreciated. I am unable to reset my password or anything at this point.
Top

tjebbeke
Collaborator
Posts: 783
Joined: Mon May 11, 2015 8:43 am
Contact:
Contact tjebbeke
Website

Os: CentOS 6x
Web: apache + nginx
Re: can't login in my vestacp admin panel

Post by tjebbeke » Thu Apr 21, 2016 8:39 am

thirdly wrote:I am having the same issue and cannot figure it out. Any help would be greatly appreciated. I am unable to reset my password or anything at this point.
Can you log in as root or admin via ssh? Do you have some error when you try to log into your Vesta cp?
Top

Sanes
Posts: 49
Joined: Sun Jul 07, 2013 3:39 pm

Re: can't login in my vestacp admin panel

Post by Sanes » Fri Jun 17, 2016 6:18 pm

skurudo wrote:
shankarnewton wrote: Also, I have no logs recorded for /var/log/vesta/auth.log and /var/log/vesta/nginx-error.log
Logs from /usr/local/vesta/log/ and especially /usr/local/vesta/log/nginx-error.log

Code: Select all

2016/06/17 20:49:56 [error] 25012#0: *36 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 92" while reading response header from upstream, client: 85.173.192.xxx, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "82.146.33.123:8083", referrer: "https://82.146.33.xxx:8083/login/"
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: can't login in my vestacp admin panel

Post by skurudo » Tue Jun 21, 2016 2:42 pm

Sanes wrote:

Code: Select all

2016/06/17 20:49:56 [error] 25012#0: *36 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/login/index.php on line 92" while reading response header from upstream, client: 85.173.192.xxx, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "82.146.33.123:8083", referrer: "https://82.146.33.xxx:8083/login/"
Popular reason - you don't have free disk space or inode. Check with commands:

Code: Select all

df -h
df -i
But error can be with disk quota.. to fix this there is option:

Code: Select all

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

Code: Select all

DISK_QUOTA='unlimited'

Code: Select all

v-update-user-quota admin
For votes and ideas:
https://bugs.vestacp.com/issues/261
Top

atomicsmash
Posts: 5
Joined: Tue Sep 15, 2015 3:56 pm

Re: can't login in my vestacp admin panel

Post by atomicsmash » Tue Jul 04, 2017 8:57 pm

I sadly have the similar issue, I've:
  • Made sure there is available disk space
  • Reset password via CLI
  • Set unlimited quota via SSH
  • Reset quota via CLI
  • Restarted the whole box
I am getting this in my /usr/local/vesta/log/nginx-error.log repeated every time I try and log in.
2017/07/04 21:18:17 [error] 1722#0: *16 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: HTTP_CLIENT_IP in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_X_FORWARDED_FOR in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_X_FORWARDED in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_FORWARDED_FOR in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_FORWARDED in /usr/local/vesta/web/inc/main.php on line 14" while reading response header from upstream, client: 79.68.19.98, server: _, request: "POST /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "url.co.uk:8083", referrer: "https://url.co.uk:8083/login/"
Any thoughts? Cheers.
Top

mehargags
Support team
Posts: 1096
Joined: Sat Sep 06, 2014 9:58 pm
Contact:
Contact mehargags
Website Skype

Os: Debian 8x
Web: apache + nginx
Re: can't login in my vestacp admin panel

Post by mehargags » Thu Jul 06, 2017 7:13 am

if you are on Ubuntu, search a bit more, you probably have a corrupted sudoers module. Common prob in Ubuntu
Top

atomicsmash
Posts: 5
Joined: Tue Sep 15, 2015 3:56 pm

Re: can't login in my vestacp admin panel

Post by atomicsmash » Fri Jul 07, 2017 3:19 pm

Thanks @mehargags

Sudo seems to work fine while logged in via SSH? Would you expect this?

Thanks again,

Dave.
Top

mehargags
Support team
Posts: 1096
Joined: Sat Sep 06, 2014 9:58 pm
Contact:
Contact mehargags
Website Skype

Os: Debian 8x
Web: apache + nginx
Re: can't login in my vestacp admin panel

Post by mehargags » Sun Jul 09, 2017 8:45 am

it is not about sudo command working fine or not... something with the Sudo config files is corrupted.

https://www.google.com/search?q=vesta+C ... udo+broken
Top


Locked
  • Print view

33 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

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