Bulut Sunucu Paketlerimizde En İyi Fiyat ve Kaliteli Hizmet Sizleri Bekliyor! Hemen Git
- Domain Names For Sale, - .COM Domain Registration, - Turkish Domain Registration, - Whois Inquiry, - Domain Prices.
SSL certificate is defined free of charge in all our web hosting packages.
Full performance, fully equipped servers for every budget.
Find all licenses for every budget here.
Sometimes you get an Authorization error when you log in to the plesk panel built on Centos.
So I got this error: mkstemp failed: /etc/sw/keys/keys/keyXXXXXXXX: Permission denied (Error code: 2)
The solution to this is as follows.
Access your server via SSH.
Then enter the following commands one by one.
Fix permissions with this command:
# /usr/sbin/usermod -a -G swkey-data psaadm && chown -R root:swkey-data /etc/sw/keys/ && chmod -R 660 /etc/sw/keys/* && chmod -R 644 /etc/sw/keys/info && find /etc/sw/keys -type d -exec chmod 2770 {} \; && chmod 4510 /etc/sw/keys/restart/* && chown -R psaadm:swkey-data /etc/sw/keys/registry.xml /etc/sw/keys/keys/*
Restart the Plesk services:
# service sw-engine restart && service sw-cp-server restart
Retrieve the Plesk license:
# plesk bin license --retrieve
Log in to Plesk and click Install Key to install your Plesk license.
This much.