LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how dyou login to a cpanel using CLI? (https://www.linuxquestions.org/questions/linux-newbie-8/how-dyou-login-to-a-cpanel-using-cli-829113/)

turf 08-29-2010 04:05 AM

how dyou login to a cpanel using CLI?
 
how can i login to a cpanel using cli?

HardTech 08-29-2010 04:44 AM

You need to connect to your server via SSH:

Open a terminal session, then run the following command:

* ssh -p $port $user@$IP

$port stands for port number
$user stands for your username.
$IP stands for your IP address.


All times are GMT -5. The time now is 04:50 PM.