You can restart SSH which will gives you command line access to update the cpanel server license. You can do this: http://$IPADDRESS:2086/scripts2/doautofixer?autofix=safesshrestart Replace the IP with the server address, you will also need root access.
Tag: ssh
SSH server to server
ssh -l root 12.123.123.12 The options are as follows: -a Disables forwarding of the authentication agent connection. -A Enables forwarding of the authentication agent connection. This can also be specified on a per-host basis in a configuration file.Agent forwarding should be enabled with caution. Users with the ability to bypass file permissions on the remote… Continue reading SSH server to server