• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can not upload Install a License Key on plesk 11,5 debian 7

DzevadF

New Pleskian
On my server i installed debian 7. After that i install plesk 11.5. Everthing was ok

But when i try to upload Licence Key i am getting error "502 Bad Gateway,nginx".

Any idea sugestion how to fix it? Or is there any other way how to install licence key

Thanks
 
Also i try clean install on Cent OS 6.4 but i have same problem.

Can somebuddy help me please?
Thanks
 
If the browser returns the error 502 Bad Gateway, make sure that the Apache service is running on the server:
# /etc/init.d/httpd start //RedHat based
# /etc/init.d/apache2 start //Debian based


The status of the Apache service can be also checked from the PP Control Panel: Tools & Settings > Services Management

Also you can install license by CLI command:

# /usr/local/psa/admin/bin/keymng --install --source-file <source path>
 
Same problem on Ubuntu 12.04 LTS (PLESK with MU#13, clean server installation)
I have installed the license via the CLI command, everything was installed, but when I want to see the license: "502 Bad Gateway,nginx".

On CentOS 6.4 license installed without problems
 
If the browser returns the error 502 Bad Gateway, make sure that the Apache service is running on the server:
# /etc/init.d/httpd start //RedHat based
# /etc/init.d/apache2 start //Debian based


The status of the Apache service can be also checked from the PP Control Panel: Tools & Settings > Services Management

Also you can install license by CLI command:

# /usr/local/psa/admin/bin/keymng --install --source-file <source path>


Apache is up and running.

I try to install licence using CLI but allways i am getting an error

/usr/local/psa/admin/bin/keymng --install --source-file <source path>

This is a command to install using CLI.

My licence is located in /root
licence key is xxxx.xxxxxx.key i want licnce to be in dir /root/licence

What would be my source file and source path

Is this is correct?

/usr/local/psa/admin/bin/keymng --install --/root/licence </root/xxxx.xxxxxx.key>
 
Back
Top