• 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.

Question How to backup a Plesk license key via console?

4es

New Pleskian
Server operating system version
Ubuntu 20.04.4 LTS
Plesk version and microupdate number
18.0.43 Update #1
Hello, is there a way to backup the Plesk license via the linux/ubuntu console?
1) if yes, with what command?
2) where is the saved license file then saved?

Thanks in advance ! regards
 
Hi,

You can retrieve the license key like this and save it to a file:

Code:
# plesk bin keyinfo --list | grep plesk_key_id | awk {'print $2'}
 
hello @4es ,
active license keys are placed at /etc/sw/keys/keys/
you can save them by command
Code:
cp -rp /etc/sw/keys/keys /root/
then this folder will be saved as /root/keys
 
Back
Top