• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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