How to Install Plesk on Cloudways?

11 minutes read

To install Plesk on Cloudways, follow these steps:

  1. Log in to your Cloudways account. If you don't have an account, you can create one for free.
  2. Once logged in, click on the "Servers" tab on the top navigation menu.
  3. Click on the server where you want to install Plesk or create a new server if necessary.
  4. On the server management page, click on the "Applications" tab.
  5. Scroll down and find the "Plesk" option among the available applications and click on it.
  6. In the Plesk application page, select the appropriate version of Plesk that you want to install.
  7. Choose the server size and location based on your requirements.
  8. Enter a domain name or subdomain that you want to associate with your Plesk installation.
  9. Configure the rest of the application settings as needed.
  10. Click on the "Launch" button to begin the installation process.
  11. Cloudways will now install Plesk on your server, which may take a few minutes.
  12. Once the installation is complete, you will be able to see the Plesk login details on the application management page.
  13. Use the provided URL, username, and password to log in to your Plesk control panel.
  14. You can now start configuring and managing your websites and server using Plesk.


Note: It's important to note that Cloudways provides a managed hosting platform, so the installation process is simplified compared to installing Plesk on a self-managed server.

Best Cloud Hosting Providers in 2024

1
DigitalOcean

Rating is 5 out of 5

DigitalOcean

2
AWS

Rating is 4.9 out of 5

AWS

3
Vultr

Rating is 4.8 out of 5

Vultr

4
Cloudways

Rating is 4.7 out of 5

Cloudways


What is the importance of server backups in Plesk on Cloudways?

Server backups in Plesk on Cloudways are crucial for several reasons:

  1. Disaster recovery: Backups ensure that your website data and settings are protected in case of accidental data loss, server failure, or a security breach. It allows you to quickly restore your entire server to a previous state and minimize downtime.
  2. Data protection: Backing up your server regularly ensures that your data is safe and can be easily restored in case of data corruption, accidental deletion, or hardware failure. This guarantees the integrity and availability of your website and business-critical data.
  3. Website migration: Backups can be used to migrate your website to a different server or hosting provider. By creating a backup of your server, you can easily transfer your entire website, database, and settings to a new environment without the risk of losing data or functionality.
  4. Testing and development: Backups provide a safe testing environment for making changes or updates to your website. By restoring a backup onto a separate server or environment, you can test new features, plugins, or themes without affecting your live website. If any issues arise, you can simply revert to the previous backup.
  5. Compliance and legal requirements: Depending on your industry or specific regulations, regular backups may be necessary to meet compliance standards or legal requirements. Backing up your server can help ensure that you have the necessary data and records in case of audits or legal disputes.


Overall, server backups in Plesk on Cloudways play a critical role in maintaining the stability, security, and availability of your website and data. It provides peace of mind knowing that you have a robust backup strategy in place to protect your digital assets.


How to set up email accounts in Plesk on Cloudways?

To set up email accounts in Plesk on Cloudways, please follow these steps:

  1. Log in to your Cloudways account.
  2. Select the appropriate server from your list of cloud servers.
  3. Click on the "Access Details" button to access your server credentials.
  4. Launch the Plesk admin panel by copying the "Panel Admin" URL and accessing it in your web browser.
  5. Log in to Plesk using your admin panel credentials.
  6. Once logged in, navigate to the "Mail" tab on the left-hand side of the Plesk admin panel.
  7. Click on "Create Email Address" to set up a new email account.
  8. In the "Email Address" field, enter the desired email address you want to create (e.g., [email protected]).
  9. Set the password for the email account in the "Password" field.
  10. Choose the mailbox quota for the email account (the maximum storage limit).
  11. You can also set the desired email privileges for the account (e.g., enable/disable anti-spam measures).
  12. Click on the "OK" button to create the email account.
  13. Repeat steps 7 to 12 for each additional email account you want to create.


That's it! You have successfully set up email accounts in Plesk on Cloudways.


How to install additional components and extensions on Cloudways?

To install additional components and extensions on Cloudways, follow these steps:

  1. Login to your Cloudways account.
  2. From the top menu, click on the "Applications" tab.
  3. Select the desired application from the list.
  4. In the left sidebar, click on the "Manage Application" option.
  5. On the Application Management page, navigate to the "Managed Services" section.
  6. Under the "Managed Services" section, you will find a list of available services such as Varnish, Redis, Memcached, Elasticsearch, etc.
  7. Click on the service you want to install. For example, if you want to install Redis, click on the "Redis" option.
  8. On the service page, click the "Activate" button to install and enable the service.
  9. After activation, you can configure the service by clicking on the "Settings & Packages" link next to the service name.
  10. You can also install extensions specifically for your PHP version by clicking on "PHP Settings" in the left sidebar and then selecting the appropriate PHP version.
  11. Scroll down to the "Extensions" section and click on the extension(s) you want to install.
  12. Once selected, click on the "Save" button to apply the changes.


The selected components and extensions will be installed and configured on your Cloudways server, providing additional features and functionality to your application.


How to optimize website performance in Plesk on Cloudways?

To optimize website performance in Plesk on Cloudways, you can follow these steps:

  1. Enable caching: In the Plesk panel, go to Websites & Domains > Performance and enable the Memcached or Redis caching option. These caching mechanisms can significantly improve website loading speed.
  2. Enable OPCache: OPCache is a PHP opcode caching system that improves performance by storing precompiled script bytecode in shared memory. To enable it, go to Websites & Domains > PHP Settings and click on the PHP version you are using. Then, go to the PHP Options tab and enable the "OPCache support" option.
  3. Enable Gzip Compression: Gzip compression reduces the size of your website's files before sending them to visitors' browsers, resulting in faster loading times. In Plesk, go to Websites & Domains > Apache & nginx Settings and enable the "Gzip compression" option under the "Additional nginx directives" section.
  4. Use a CDN: A Content Delivery Network (CDN) can distribute your website's content across multiple servers worldwide, reducing latency and improving loading times. Cloudways offers integration with popular CDN providers like Cloudflare and StackPath. To set it up, go to your Cloudways dashboard, select your server and application, then navigate to the "CDN" tab.
  5. Optimize images: Large image file sizes can slow down your website. Use image optimization tools or plugins to compress and optimize your images without compromising quality. There are various plugins available for popular CMS platforms like WordPress and Joomla that can help with this.
  6. Minify CSS and JavaScript: Minification removes unnecessary characters and white spaces from CSS and JavaScript files, reducing their size. This can be done by using tools or plugins that automatically minify these files. There are also options to enable minification in caching plugins like W3 Total Cache or WP Rocket for WordPress websites.
  7. Optimize your database: Database optimization is crucial for website performance. You can use the built-in Plesk tools like phpMyAdmin to optimize and clean up your database tables. Alternatively, you can use plugins or extensions specific to your CMS platform.
  8. Keep your applications updated: Regularly update your CMS platforms, plugins, themes, and extensions to their latest versions to ensure optimal performance and security.
  9. Monitor and analyze website performance: Use tools like Google PageSpeed Insights or GTmetrix to regularly monitor and analyze your website's performance. They provide insights and recommendations on how to improve loading times. Remember that different websites have different optimization requirements, so it's important to evaluate the impact of each optimization technique on your website's specific performance metrics.


How to enable and manage SSL/TLS encryption in Plesk on Cloudways?

To enable and manage SSL/TLS encryption in Plesk on Cloudways, follow these steps:

  1. Log in to your Cloudways account and select the desired server from the list of servers.
  2. Click on the "Applications" tab from the top menu and then select the application to which you want to enable SSL/TLS encryption.
  3. On the application page, click on the "Access Details" tab.
  4. Scroll down and click on the "Applications" button to access the Plesk panel.
  5. In the Plesk panel, click on the "Websites & Domains" tab.
  6. From the list of websites, select the website for which you want to enable SSL/TLS encryption.
  7. On the website's page, click on the "Hosting Settings" option.
  8. Scroll down to the "Security" section and toggle the "SSL/TLS support" option to enable it.
  9. After enabling SSL/TLS, you will see the "Certificate" section. Click on the "Install" button to install an SSL/TLS certificate.
  10. You can choose to install a free Let's Encrypt certificate or upload a custom certificate. Follow the on-screen instructions to complete the certificate installation process.
  11. Once the certificate is installed, you can manage it by clicking on the "Certificate" link under the "Security" section. From there, you can view the details of the certificate, renew it, or remove it if needed.
  12. To enforce HTTPS for your website, go back to the "Hosting Settings" page and tick the "Permanent SEO-safe 301 redirect from HTTP to HTTPS" option.


That's it! Your website is now enabled with SSL/TLS encryption and accessible via HTTPS.


What is the procedure for creating and managing databases in Plesk on Cloudways?

To create and manage databases in Plesk on Cloudways, follow these steps:

  1. Log in to your Cloudways account and select your server from the list.
  2. Click on the Access Details button to retrieve your Plesk login credentials.
  3. Open a new browser tab and enter the Plesk URL. Use the login credentials obtained in the previous step to log in to Plesk.
  4. Once logged in, you will be redirected to the Plesk dashboard. In the left-hand sidebar, click on the Databases option.
  5. On the Databases page, click on the Add Database button to create a new database.
  6. Specify the database name, type, and character set. You can also enable remote access if necessary. Click on the OK button to create the database.
  7. Once the database is created, you will be redirected to the Database Users page. Click on the Add Database User button to create a user for the newly created database.
  8. Enter the username, password, and select the database role for the user. Click on the OK button to create the user.
  9. Return to the Databases page, and you will see the newly created database and user listed.
  10. To manage the database, click on the name of the database or the associated Manage in phpMyAdmin button. This will open phpMyAdmin, where you can perform various tasks like importing/exporting databases, creating tables, running SQL queries, etc.
  11. Within phpMyAdmin, you can also manage the database users by clicking on the Users option in the top navigation menu.


That's it! You have successfully created and managed databases in Plesk on Cloudways.

Facebook Twitter LinkedIn Telegram

Related Posts:

To deploy Plesk on Liquid Web, you need to follow these steps:Log in to your Liquid Web account: Go to https://manage.liquidweb.com/ and enter your credentials to log in. Choose the right server: Select the server on which you want to deploy Plesk. Access your...
To run Plesk on GoDaddy, you'll need to follow these steps:Log in to your GoDaddy account and navigate to the "My Products" section.Find the hosting plan that you want to use with Plesk and click on the "Manage" button next to it.In the hos...
To quickly deploy Plesk on Bluehost, you can follow these steps:Log in to your Bluehost account using the credentials provided to you.Once logged in, you will be directed to the Bluehost cPanel.In the cPanel, scroll down to the "Web Hosting" section an...