
Q : How to install Plesk license from command line ?
Login into your linux via ssh and execute the following command from bash shell
A : /usr/local/psa/bin/license -i /root/PLSK.XXXXXXXX.XXXX.xml
or
A : /usr/local/psa/bin/license -i XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX
or
A : plesk bin license -i XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX
Q : How to find Plesk key number ?
Login into your linux box and run the following command:
A : grep key-number /etc/sw/keys/keys/key* | grep PLSK | awk -F “<|>” ‘{print $3}’
or
A : plesk bin keyinfo –list | grep plesk_key_id
Q : How to find Plesk expired date ?
A : grep date /etc/sw/keys/keys/key*
Thats All
Leave a Reply