• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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