Article overview

Help article

Plesk Tutorial Series 5: Website, Database and SSL

This is the fifth part of our Plesk Tutorial Series. If you're configuring a new VPS we recommend starting with part 1.

Uploading your website to your VPS

In this chapter we show you how to upload your website to your VPS. To upload your site, you can either use FTPS or the Plesk File Manager.

Plesk offers you useful tools to quickly install a CMS system. We explain how to install WordPress, Drupal and Joomla with these tools at the bottom of this article.


Creating and importing a database

Websites often use an SQL database. In this part, we show you not only how to upload a website, but also how to also create a database and import your existing database into it.
Don’t use a database for your website? After uploading your site, go directly to chapter 6 to set up your mail.

Plesk uses phpMyAdmin to manage databases. Before you can use phpMyAdmin and import your database, you must first create a database.


Using SSL on your website

If your website processes confidential data of customers (for example a web store), it is important to secure your website with SSL. You enable SSL after you have put your website online. Plesk offers you three SSL options:

  • Using an own certificate
  • Free Let’s Encrypt SSL certificates
  • Generating a new self-signed certificate (this is already done in new installations)

In this article we explain how to install your own SSL certificate or Let's Encrypt in Plesk.

FTPS

Plesk is automatically configured to use FTPS. You do not need to make any configuration changes and you can directly start using FTPS.

FTPS is more secure than FTP and uses an SSL connection. Plesk uses automatic self-signed certificates for this FTPS connection. Further explanation about FTP, FTPS, SFTP and related terms can be found in our article on the differences between FTP, FTPS and SFTP the differences between FTP, FTPS and SFTP.


Step 1

We use the FileZilla program in this manual and recommend using FileZilla to follow these steps one by one.

Start FileZilla and click on 'File'> 'Site Manager'> 'New Site' and enter the following data as shown in the example below (but with your own data) and click 'Connect'.

filezilla site manager

  • Host: Fill in the IP of your VPS.
  • Port: Use port 21 here. Plesk is configured to use FTPS over port 21.
  • Protocol: Select the 'FTP - File Transfer Protocol'.
  • Encryption: Change this option to 'Require explicit FTP over TLS'. For optimum security this is mandatory and not optional.
  • Logon Type: Change 'Logon Type' to 'Normal'. This allows you to enter your username and password, which is a requirement for connecting to your VPS.
  • User: The moment you add a new domain to Plesk, you add a user (such as after logging in for the first time in Plesk, of adding a new domain). You use the name and password of that user for FTPS.
  • Password: Enter the password of the relevant user (see user)

 

Step 2

You will be greeted by the message as shown in the screenshot below. Select 'Always trust certificate in future sessions' and click 'Ok'.

filezilla first login


 

Step 3

In FileZilla, navigate from 'Local site' to the folder on your computer where your website is located and click on 'httpdocs' under 'Remote site'.

filezilla folder navigation


 

Step 4

In case of a new VPS, you will see that the httpdocs folder already contains several files and folders. These are the files for the default site that you see when visiting your domain.

filezilla file transfers

Remove the default folders and files and then under 'Local site', navigate to the folder on your computer where your website is located and drag the entire content to the httpdocs folder.


Your website is now online! If you do not have a database linked to your website, your website is immediately visible online.

The Plesk File Manager

The Plesk File Manager is an FTP client built into Plesk and is a great method to upload your site. You use the File Manager as follows:

 

Step 1

Log in to Plesk and go to 'Websites & Domains'. You will see an overview as shown below. Click on 'File Manager'.

Plesk websites and domains file manager


 

Step 2

You will now see an overview of the folders and files in the 'httpdocs' folder. In case of a new VPS, there are already several files and folders in the httpdocs folder. These are the files for the default site that you see when visiting your domain.

Select all files by checking the box in front of 'Name' and click 'Remove' to delete the default files. Click on 'Yes' if confirmation is requested.

plesk file manager remove all files


 

Step 3

Click 'Upload' and navigate to the folder on your computer that contains your website. Select all the files you want to upload and click on 'Open'. When the upload is finished, the content of your httpdocs folder shows the files you have just uploaded.

plesk file manager

Tip: If your site is packed in a .zip file, you can upload the .zip file, select it by checking the box in front of it, and then click on the 'Extract Files' button to extract the content directly.


 

Your website is now online! If you do not have a database linked to your website, your website is immediately visible online.

Creating an SQL database

Many websites use a database (especially CMS systems such as WordPress). In Plesk you can easily add databases as follows:

 

Step 1

Log in to Plesk and go to 'Databases'. If you have more than one domain linked to your Plesk, first select the domain you want to create a database for.

plesk databases select domain


 

Step 2

You will see an overview as shown below. Click on 'Add Database' to create a database.

plesk create databaseplesk create database

Please note: This overview will be empty if you have not created any databases yet. A database was created for the domain that you added during the ‘logging in for the first time in Plesk’ step, but it is not actually linked to your site yet. Click on 'Assign this database to a site'> select your site > 'OK' to use this database.


 

Step 3

Fill in the fields as desired as shown in the example below and click on 'OK' to create the database. Make sure you keep the database name and login details somewhere safe.

plesk add databaseplesk add database

  • Database name: Choose a name that fits with what you use it for. In our example we name the database transip-tutorial because it is going to belong to the domain transip-tutorial.com.
  • Related site: If you want to link the database to a website, select the relevant website here.
  • Create a database user: We recommend creating one user per domain, but you are free to create a unique user for each database.
  • User has access to all databases within the selected subscription: This confirms that you want to use this user for all databases of this specific domain.
  • Access control: Here you specify who can access the database: only you, any IP, or specific IPs.
Importing your database

For database management, Plesk uses phpMyAdmin. Follow the steps below if you want to import an existing database.

 

Step 1

Log in to Plesk and go to 'Databases'. If you have linked more than one domain to your Plesk, first select the domain you want to create a database for.

plesk databases select domain


 

Step 2

You will see an overview as shown below. Click 'Import Dump' to begin importing your database. You can also use the 'Export Dump' button here to export your database (e.g. to create a back up).

plesk databases phpmyadmin


 

Step 3

Click on 'Choose file' and select your database back up. Finally, click on 'OK' to upload your back up.

phpmyadmin databasephpmyadmin database


 

Please note: if your site uses a database, do not forget to check that you set the correct database name, database user, server, and associated password in the configuration file on your site (e.g. wpconfig.php).

In the setup that we use for this manual, it looks like this:

$servername = "localhost";
$username = "admin_supporttest";
$password = "**********";
$db = "admin_supporttest";
Installing a CMS system in Plesk (WordPress, Drupal, Joomla

Plesk uses the 'Applications Manager' to install a CMS (and a few other useful things). By default, you can use this to install WordPress, Drupal, or Joomla as follows:

 

Step 1

Log in to Plesk and click on 'Websites & Domains'> 'Applications' (the applications button for the domain on which you want to install the CMS system).

plesk websites and domains applications

Alternatively, if you want to install WordPress, you can immediately click 'Install' behind 'WordPress'.


 

Step 2

Click 'Install' behind the CMS system that you want to install (any existing files will be overwritten).

plesk my apps

Plesk offers many more applications that you can use this way, for example Magento, but also tools for analysis of your website. It is therefore a good idea to look through 'Featured Applications' or 'All Available Applications' some time.



Your website is now accessible to the entire world! Continue to the next section ‘Part 6: Creating and using email addresses' to create email addresses for your domain and to find out the email settings for your domain amongst other things, or go to ‘Part 7: Additional articles and other questions’ if you do not use email for your domain.

Should you have any questions left regarding this article, do not hesitate to contact our support department. You can reach them via the ‘Contact Us’ button at the bottom of this page.

If you want to discuss this article with other users, please leave a message under 'Comments'.

 

Has this article been helpful?

Create an account or log in to leave a rating.

Comments

Create an account or log in to be able to leave a comment.