Can I continue to use ssh when the trial license expired?

elouardi

Registered
Mar 1, 2021
2
0
1
Morocco
cPanel Access Level
Root Administrator
Hello,
I have two questions, please

1- Can I continue to use ssh when the trial license expired?
For example to create Addon Domain for my user.

2- If I buy an Admin license for a month and I add 5 domains (users ) , what will happen if I don't renew the licence?
Will I be able to manage the domains through the SSH?

Thank you
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,568
2,612
363
cPanel Access Level
Root Administrator
Hey there! SSH itself would continue to function normally, but API calls may not work as expected.

It's not recommended to let the license expire - if that happens, you'll lose all interface access, as well as the services outlined in the following article:

 
  • Like
Reactions: elouardi

elouardi

Registered
Mar 1, 2021
2
0
1
Morocco
cPanel Access Level
Root Administrator
Hey there! SSH itself would continue to function normally, but API calls may not work as expected.

It's not recommended to let the license expire - if that happens, you'll lose all interface access, as well as the services outlined in the following article:


Thank You for response.

When I do this request vis SSH for create an addondomaine
Code:
cpapi2 --user=MYUSER  AddonDomain addaddondomain newdomain=MYDOMAINENAME.COM subdomain=MYDOMAINENAME
I get this error :

Code:
“/usr/local/cpanel/cpanel” exited with status 1 (EPERM). at bin/apitool.pl line 260.

Is this related to the expiration of the license?