Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I want to backup my files over remote connection via OneDrive. I see that the backup security options allow either a password protected backup or a Plesk Encryption Key Backup. However, I am unfamiliar with the way Plesk identifies particular plesk installations. Does it use the license key to...
In this page of the documentation, we are given the warning
Note: The Plesk internal key encrypts only certain data in a backup but not the whole backup. If you store backups in remote cloud storage, you can enable backup encryption on the cloud storage side.
But there is no real-world example...
I recently needed to connect to my Plesk server, via SSH, using my Root credentials. My choice of software being PuTTy.
To achieve this, I had to perform the following commands, due to having previously disabled Root access via SSH:
login as: [Another user on the Plesk server]
password...
Using Plesk Version 17.8.11.
Mysql has some nice real time encryption/decryption (aes_encrypt/aes_decrypt) possibilities that others like libsodium dont have at the moment.
On earlier versions mysql was build with ECB mode as onliest option. Since version 5.6.17 its possible to use other modes...
Hi all,
I have got the Plesk backup manager running scheduled back up jobs to a private FTP server without any trouble i've noted that even though that encryption and a very strong password is used at Plesk Backup Manager settings the file can be easily opened without anytrouble using 7-ZIP...
Hello,
I am planning to programm an extra tool for my users to sent secure tickets.
Therefore I'd like to use a login that verify them agains the already existing passwords in the mysql_psa_account table.
I'have written an php file just to check if the encryption works correctly...