• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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