SOLVED FAILED LOGIN whostmgrd: login attempt to whm by a non-reseller/root

SamiBH

Member
Jul 20, 2010
15
1
53
Hello,

when I try to log in to WHM with root user I get: "FAILED LOGIN whostmgrd: login attempt to whm by a non-reseller/root" in log.

id user:
uid=1000(user) gid=100(users) groups=10(wheel),100(users)

cpanel_and_whm: 11.112.0.5
operating_system_name: almalinux
operating_system_version: 8

how can I fix this problem.

I don't have much experience with Linux.

thank you,
 

quietFinn

Well-Known Member
Feb 4, 2006
2,109
580
493
Finland
cPanel Access Level
Root Administrator
When you say "root user", do you mean the username "root"?
That doesn't look like "root", this does;
[root@server1 ~]# id root
uid=0(root) gid=0(root) groups=968(mysyslog),0(root)
 
  • Like
Reactions: SamiBH

quietFinn

Well-Known Member
Feb 4, 2006
2,109
580
493
Finland
cPanel Access Level
Root Administrator
a sudo user can execute commands, as root, in command line, but can't log in to WHM.
 
  • Like
Reactions: SamiBH

quietFinn

Well-Known Member
Feb 4, 2006
2,109
580
493
Finland
cPanel Access Level
Root Administrator
No, but you can make that user a reseller, with root access1689786345003.png
 
  • Like
Reactions: SamiBH

quietFinn

Well-Known Member
Feb 4, 2006
2,109
580
493
Finland
cPanel Access Level
Root Administrator
Why don't you just change root password and log in as root? :rolleyes:
 
  • Like
Reactions: SamiBH

quietFinn

Well-Known Member
Feb 4, 2006
2,109
580
493
Finland
cPanel Access Level
Root Administrator
When you are in SSH as a sudo user, you do:
sudo passwd root
you give the password 2 times, and after that you can log in to WHM as root.
 
  • Like
Reactions: SamiBH