Increase Roundcube Attachment Size on Plesk

Edit php.ini used by roundcube Add Edit roundcube config file Add It seems this value is 75% of $config[‘max_message_size’] Create custom roundcube config edit the file Update value of FcgidMaxRequestLen to 519168000 500MB = 500 * 1024 * 1014 = 519168000 If you use Nginx Proxy Set value of client_max_body_size to something higher Run Increase … Read more

Plesk Backup

To bakcup a site using SSH, login to server as user root, run the command plesk bin pleskbackup –domains-name example.com –output-file=”/root/example.com.zip” -v

Reset Plesk Administrator Password

The Plesk Administrator password is a crucial credential that grants access to the Plesk control panel, where you manage your website, domains, databases, and other essential server settings. In this article, we will walk you through the step-by-step process of resetting the lost password. To initiate the process of resetting your lost Plesk Administrator password, … Read more

Cloudflare Show Real IP Address on CentOS Plesk Server

Cloudflare is a popular Content Delivery Network (CDN) that can greatly improve website performance and security. When using Cloudflare CDN, the server will report Cloudflare server IP as the visitor IP address. This is because when a visitor visit your website, they are visiting cloudflare server. Cloudflare server will fetch web page from your server, … Read more

How to upgrade Plesk on Windows Server?

To upgrade Plesk control panel to the latest version on Windows Server, do the following 1) Log in to Windows Server using RDP. 2) Start command prompt as user Administrator. 3) Update Pleks by applying the latest patches to the current version of plesk. plesk installer update In the command prompt. 4) Upgrade plesk to … Read more

Plesk Debian 8 General error: 23 Out of resources when opening

On a Debian 8 server with Plesk control panel, on the Plesk login page, I got the following error message 500 Plesk\Exception\Database DB query failed: SQLSTATE[HY000]: General error: 23 Out of resources when opening file ‘/tmp/#sql_353d_0.MAI’ (Errcode: 24 “Too many open files”), query was: DESCRIBE `sessions` This error is due to MySQL open_files_limit value is … Read more

How to access SSH Terminal in Plesk Server

Plesk server has an SSH Terminal feature, that allows you to access the server console and run commands. This is useful when the firewall blocks the SSH port or you only have the Plesk admin password. Login to Plesk Control Panel as user root or admin. On the sidebar, click on “Tools and Settings”. Click … Read more

Plesk Error: There is no IP address X in the pool

After a Plesk server crash, I migrated files over to a new server. When I log in to Plesk and click any domain name, I get the following error Error: There is no IP address 82.165.179.137 in the pool. The error is fixed by running the command plesk bin subscription -u DOMAIN_HERE -ip 82.165.179.137

Cloudflare Restoring Visitor IP in Ubuntu Plesk Apache Server

Apache web server

When using Cloudflare CDN, visitors come to the Cloudflare server and Cloudflare fetches pages from your server and sent to the visitor. Your server only sees Cloudflare’s IP address. To fix this, we can use the Apache module remoteip. On Ubuntu (or Debian) server running Plesk control panel with Apache webserver (no Nginx) do the … Read more

Disable open_basedir in plesk server

open_basedir is a PHP security feature. With open_basedir enabled, your web application can only access files within specifically allowed folders. If your application tries to access files from a folder that is not allowed, the application fails with an error message. To disable open_basedir in Plesk do the following. Login to your Plesk Control Panel. … Read more

Plesk Mail not working amavis error

When sending email from a Plesk server, i get error Aug 11 19:49:28 vmi274961 postfix/smtp[29276]: E413C3320265: to=, relay=none, delay=0.47, delays=0.47/0/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused) This is beccause amavis service is not running. It is supposed to be run in port 10024 When i try to start amavis service, i get error Aug … Read more