Prerequisites
- An account created on https://cp.blacknighthosting.com
- MEGA, GIGA or TERA hosting plan bought from https://www.blacknight.com/web-hosting/
- Domain name - This would have either been registered, transferred or simply declared when purchasing the hosting plan.
This guide assumes that you have a WordPress website. The process is mostly the same for other applications. If you are not sure, please contact the Blacknight Support team.
Downloading
To transfer your website, you are going to need an FTP client such as FileZilla in order to download and upload your files.
If you do not know your FTP details, go to the following on the old Blacknight Hosting Platform at https://cp.blacknight.com :
- Websites > ‘FTP Access’. Take note of the IP Address here.
- Users > ‘Add New User’
- Create the details from within here. Take note of them.
Identifying Website Locations
Once you have the FTP details, we will need find where your site is. On the old Blacknight Hosting Platform, there are 2 locations where your site could be, Web Applications or Uploaded Manually:
To check to see where your site is hosted, first go to:
- Websites > ‘Web Applications’
Is there an entry here? It would more than likely show 123456 - WordPress - example.com - /
- If ‘Yes’ - Take note of the ID number at the beginning
123456
We will need this number later on when we connect to FTP. - If ‘No’ - Go back to Website > File Manager
- Are your website files in here?
- If ‘Yes’ - Great, these can be downloaded.
- If ‘No’ - Your site may be hosted elsewhere.
- (If you are unsure, contact the Blacknight Support team)
- Are your website files in here?
Downloading your website files
If your files are either in the Web Applications or have been uploaded manually, open up your FTP Client.
- Your Host is the IP Address that you noted earlier
- Your username and password that you created.
- Port should be the default value of
21
Once you are connected, you will need to go to one of 2 locations:
- Uploaded Manually -
webspace
>httpdocs
>example.com
- Web Applications -
webspace
>siteapps
>WordPress-123456
>htdocs
- (Note: Older installs of WordPress may not say
WordPress
but just the number123456
)
- (Note: Older installs of WordPress may not say
On the left-hand-side window in FileZilla, you will need to create a folder where you can store your files. You can decide where you want to place them.
Highlight all the files and folders and drag-and-drop from the right, to the left.
At the bottom of the screen, you will see the files transferring. Wait until this is completed.
Uploading
To upload your website, you are going to need your FTP Client (FileZilla) and the FTP details.
To get the FTP details on the new Blacknight Hosting Platform at https://cp.blacknighthosting.com, go to:
- Services > My Services
- Click on Website Hosting
- Click on Plesk to log into the web hosting panel.
- Choose your domain and select FTP Access
- Click on the user that is there,
- Take note of the IP Address, the username and the password.
- Create a new password here if you do not know it.
- Once you have those details, you can connect to the server in FileZilla.
- Your Host is the IP Address that you noted earlier
- Your username and password that you created.
- Port should be the default value of
21
- Click into the
public_html
folder. Any pre-populated files here can be deleted. - Highlight all of your files and folders from the left side and drag them into the
public_html
folder on the right.
Moving the Database
To go alongside your website, you would generally have a database, so we’ll need to move that too.
In the old Blacknight Hosting Platform at https://cp.blacknight.com , go to:
- More Services > Databases
- Select your database
- (If you do not know what this this, check the
wp-config.php
file from the files that you downloaded. It would be besideDB_NAME
)
- (If you do not know what this this, check the
- Click on Browse Database Manager
- Click on the database name on the left hand side
- Then click Export at the top.
- Click Go to start the download.
You have now downloaded the database. Now to upload to the new Blacknight Hosting Platform https://cp.blacknighthosting.com
- Services > My Services
- Click on Website Hosting
- Click on Plesk to log into the web hosting panel.
- Click on Databases and click on Add Database
- Enter the details for Database name, Database User name and Password, noting down each value.
- Click OK
- Once the database has been created, click on phpMyAdmin
- Just like before, click on the database name on the left hand side .
- Click on Import at the top
- Choose your file that you downloaded and click Go on the bottom right.
Now you will need to associate your website with the new database details.
Go back to your files and edit the wp-config.php
- Replace the
DB_NAME
value with the database name - Replace the
DB_USER
value with the Database user name - Replace the
DB_PASSWORD
value with the Password - Replace the
DB_HOST
withlocalhost
- Either upload your changes to the same place that you uploaded the files.
Now your site should be working on the new Blacknight Hosting Platform.
Install the SSL Certificate
You may want to also move over your SSL Certificate. If you already have the Certificate Files and Private Keys, you can go to the following on the new Blacknight Hosting Platform https://cp.blacknighthosting.com
- Services > My Services
- Click on Website Hosting
- Click on Plesk to log into the web hosting panel.
- Click on SSL/TLS Certificates
- Click Manage and click on Add SSL/TLS Certificate
- Certificate Name - Give this a name, good rule of thumb would be
example.com - 2022 - 2023
so you know what year the certificate expires. - Scroll down to Upload the certificate files
- You can either choose the files that you have on your local computer OR you can open the files in Notepad (Windows), TextEdit (macOS) and copy-paste the entire files into the boxes.
- Click Upload Certificate once you have done that.
Now to activate the SSL Certificate.
- Go back to Websites & Domains on the top-left.
- Click on the Hosting & DNS tab and choose Hosting Settings
- Scroll down to the Security section and where it says Certificate, choose the SSL Certificate that you just uploaded.
- Click OK/Apply to submit the change.
Comments
0 comments
Article is closed for comments.