Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gplamondon

Pages: [1]
1
CentOS-WebPanel GUI / Re: Login issues with CWP
« on: November 13, 2019, 01:52:50 PM »
O.P. Also, If you cannot log into CWP user interface at all, then you would need to use SSH program such as Putty to log into the command shell backend of your server and check users from there.

for example...from command shell in Putty you could type

less /etc/passwd

or

awk -F: '{ print $1}' /etc/passwd (this shows just the usernames)

or

cut -d: -f1 /etc/passwd (also shows just usernames)

or

getent passwd

or

getent passwd | cut -d: -f1


If you want to just check for a particular user on your system...

getent passwd | grep username (where username is the user you are looking for...ie admin )

Once you have an account that can log in, then you may check packages for that user by...

CWP dashboard>User Accounts>Edit Account (little cog on RHS of user list)...

under "Account Edit", you can check/select "Package"

If there are none in this list, then you need to create them under dashboard>packages (there should at least be a default package in list)

Thanks for the reply.  I dont think there is an issue with my password being incorrect.  if I try to login to the web panel with my credentials it just returnes to the login screen,  if I login with my credentials but purposely enter the wrong password it says "FAILED" in red.

2
CentOS-WebPanel GUI / Re: Login issues with CWP
« on: November 13, 2019, 01:50:12 PM »
Please check that the account has an associated package, tremble you can have more details of what is happening by reviewing the records

Can you please explain how I do this?  I cannot login to the web panel at all.


3
CentOS-WebPanel GUI / Re: Login issues with CWP
« on: November 08, 2019, 06:48:38 PM »
Quote
Every time I have this problem I check to see if there is any other tabs open and loged in.  Make sure you do not have
any other session. Log out from any other windows and this should not happen

I don't have any browser instances opened anywhere else, I even rebooted the server.

4
CentOS-WebPanel GUI / Re: Login issues with CWP
« on: November 08, 2019, 06:40:32 PM »
Please check that the account has an associated package, tremble you can have more details of what is happening by reviewing the records

How would I go about checking this?

5
CentOS-WebPanel GUI / Login issues with CWP
« on: November 08, 2019, 04:51:33 PM »
When logging in with admin credentials the screen flashes and returns to the login screen.
I didn't see any log errors.

https://www.youtube.com/watch?v=zWQs9MIlweo

6
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: July 31, 2019, 05:52:35 PM »
I having the same problem, here is a screenshot.


Pages: [1]