• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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