Import Website into Plesk
With the Plesk Website Importer Tool, you can transfer existing websites from an old web server to your new Plesk server. The import runs directly through the Plesk interface.
Compatible with Liveconfig Hosting
If you are a legacy customer, you can move your website from our old Liveconfig system with just a few simple steps!
Requirements¶
- FTP login details (username/password) for the old web server
- A domain or subdomain in the Plesk hosting at Servercow where the website will be imported
Step-by-Step Guide¶
-
Log in to Plesk
Log in to your Plesk customer panel. (See guide Log in as Webhosting Administrator) -
Start Website Import
- Select the desired domain or subdomain from the menu.
-
In the Dashboard, click on Website Import.
-
Enter Connection Details
- Switch to advanced mode.
- Enter the Source Domain Name, e.g.
web.servercow.de
. - Enter the Source Website URL, e.g.
https://example-site.com
. - Leave Document Root empty.
- Select FTP as connection type.
- Username/Password: Your FTP account details from the old server.
- Root directory: Folder where your website files are stored (relative to the FTP login root).
- File list retrieval mode: Over FTP/SSH.
-
Transfer method: FTP.
-
Import Files
- Plesk connects to the old server.
- You select the source directory; once confirmed, the import starts.
- All website files will be copied into the target directory on the Plesk server.
Transferring Databases Manually¶
The Website Importer Tool can sometimes import databases, but this does not always work reliably.
We recommend the manual process:
- Export the Old Database
- Open phpMyAdmin on the old server.
- Select the database.
-
Click Export and save the
.sql
file locally. -
Create a New Database in Plesk
- Create a new database in the Plesk panel. (See guide Manage Databases)
-
Note down the database credentials.
-
Import the Dump into Plesk
- Open the new database in Plesk.
-
Click Import and upload the
.sql
dump file. -
Configure the Website
- Update your website configuration files (e.g.
wp-config.php
for WordPress) with the new database credentials.
Your website is now fully transferred to the new Plesk server.