• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved How to extend a subscription on plesk web admin edition?

sebas

Basic Pleskian
I am using plesk web admin edition through the web and I don´t find how to extend term of a subscription.

I know how to do it in a Web Host Edition but not in plesk web admin edition.

Thanks for your help,
 
https://kb.plesk.com/en/121897

As you can see there is no ability to use subscriptions/service plans/resellers in Web Admin Edition. You need to install corresponding license on your server. For Web Pro or Web Host editions.
 
Hi Igor, Im getting similar warnings from a Plesk Web Admin install:

The term of subscription 'domain.tld', owned by user USER NAME (username 'admin') has expired.
The subscription and all related services were deactivated on June 7, 2016.
They haven't been deactivated though.
 
update:

Found in the psa.Limits table:

| 2 | expiration | 1465254000 |
| 2 | expiration_soft | 1464390000 |


1465254000 corresponds to 6th June 2016, Can I just set these to -1?
 
Update expiration date for this subscription with

# plesk bin subscription_settings -u domain.tld -expiration -1
 
It is surprising the lack of that functionality but I guess Plesk has it´s reasons.

You can also use

plesk bin subscription_settings -u domain.tld -expiration 2017/11/03

if you want to still have an expiration date not just remove expiration at all.
 
Back
Top