Documentation

Visit Our xCloud Knowledge Base

Here is your one-stop source for in-depth articles, FAQs, and tutorials for you to excel at hosting & managing your websites.


How To Deploy Custom PHP Applications With xCloud?

Creating a website using custom PHP applications on xCloud can be a powerful way to build a tailored online presence. Unlike traditional WordPress-based sites, xCloud allows you to go beyond WordPress and develop fully customized PHP applications to meet your unique requirements. Whether you’re building a dynamic web app, an interactive platform, or a simple portfolio, xCloud provides a flexible hosting environment to support your PHP-based projects.

If you’re migrating a custom PHP website from a Git repository or manually uploading your files, xCloud makes deployment seamless. In just a few easy steps, you can have your custom PHP application live. Follow this step-by-step guide to configure and deploy your fully functional website with easeโ€”without the limitations of WordPress.

Step 1: Choose Your Server #

Log in to your xCloud dashboard and click the โ€˜+New Siteโ€™ to add a new site. Then, choose a server from the list and go to โ€˜Nextโ€™.

Deploy Custom PHP Applications

Step 2: Select Custom PHP  #

Here you will find โ€˜WordPressโ€™ and โ€˜Custom PHPโ€™ options. Go to โ€˜Custom PHPโ€™ to upload your custom PHP scripts. 

Deploy Custom PHP Applications

Then choose your preferred  way from โ€˜Clone a Git Repositoryโ€™ and โ€˜Manually Upload a Websiteโ€™ options.

Deploy Custom PHP Applications

How To Migrate Custom PHP Applications From Your Git Repository #

Migrating a website from a Git repository with xCloud involves several easy steps. The below guide can help you to understand how you can perform this migration. Follow the steps below to migrate a custom php site from a Git Repository. 

Step 1: Select Option To Clone A Git Repository Option #

First, click on โ€˜New Siteโ€™ from the xCloud dashboard. Click on the โ€˜Custom PHPโ€™ field. Now, choose โ€˜Clone A Git Repositoryโ€™ to import your custom php site. 

Deploy Custom PHP Applications

Step 2: Select Destination Server #

From the โ€˜Destinationโ€™ tab, select the destination server to migrate your site. You can keep the server that is already selected, or you can change it from the dropdown. Then, click on โ€˜Nextโ€™.

#

Deploy Custom PHP Applications

Step 3: Set Up Domains #

From the โ€˜Domainsโ€™ tab, you will get two options, either you can create your site in a staging domain and refine it until it is ready for launch, or, you can migrate into a new domain to get your site up and running in a new domain.  To create a site with your live domain, you need to select the โ€˜Migrate into a New Domainโ€™ option. Then you have to put โ€˜New Site Titleโ€™ and โ€˜Domain Nameโ€™

Deploy Custom PHP Applications

Here, you need to enable HTTPS to make your website more secure. From the DNS Setup section, toggle on the โ€˜Do You Want To Enable HTTPS?โ€™ option. After enabling it, you will get two options to select. Either choose to use a free SSL certificate issued & managed by xCloud, or, you can provide the certificate and manage it yourself. Select according to your choice.

Deploy Custom PHP Applications

Instead of migrating into a new domain, you can select the โ€˜Demo Siteโ€™ option. xCloud offers a temporary staging domain to make your site live which helps promptly showcase your siteโ€™s progress and collect feedback from teammates or clients. Subsequently, you can integrate your custom domain to make the site accessible to your users or visitors. Now, click on โ€˜Nextโ€™.

Deploy Custom PHP Applications

Step 4: Settings To Manage Database #

In the โ€˜Settingsโ€™ tab, you will see the โ€˜PHP Versionโ€™ and โ€˜Site Usersโ€™. You can change these according to your choice. 

Deploy Custom PHP Applications

Now, it is time for database management. You will get two options. Either you can create a new database on the server, or, you can add your existing database that is hosted on another server. If you select this option, you need to get a โ€˜Database Nameโ€™, โ€˜Database Usernameโ€™ and โ€˜Database Passwordโ€™. You can keep these auto-generated credentials, or you can modify them according to your choice. 

If you select this option, you need to put in a few information and credentials such as โ€˜Database Hostโ€™, โ€˜Database Portโ€™, โ€˜Database Userโ€™, โ€˜Database Nameโ€™, and โ€˜Database Passwordโ€™. Please make sure that the database connection configuration is correct. 

Deploy Custom PHP Applications

After selecting any one option and providing all essential information and credentials, click on โ€˜Nextโ€™.

Note: For this documentation, we are going with the โ€˜Create Database In Serverโ€™ option. 

Step 5: Insert Git Repository Credentials #

In the โ€˜Git Repoโ€™ Tab, add your โ€˜Git Repositoryโ€™ and โ€˜Git Branchโ€™. Also, toggle on the โ€˜Enable push to deployโ€™ option. 

Deploy Custom PHP Applications

Once you enable the โ€˜Push To Deployโ€™, it will generate a โ€˜Deployment URLโ€™. โ€˜Push To Deployโ€™ is a way to automatically deploy your site live once you push code to a Git repo. We need to insert this URL into GitHub. Letโ€™s copy the โ€˜Deployment URLโ€™

Deploy Custom PHP Applications

Step 6: Add Deployment URL In Git Repository #

Now, go to your Git Repository. From the โ€˜Codeโ€˜ tab, go to the โ€˜Settingsโ€™ tab and click on โ€˜Webhooksโ€™ page from the โ€˜Code and automationโ€™ section of the left navigation. Insert the Deployment URL into the โ€˜Payload URLโ€™ field. Select the โ€˜Application/jsonโ€™ from the โ€˜Content typeโ€™ dropdown. 

Deploy Custom PHP Applications

Step 7: Add Public Key In Git Repository #

From the xCloud dashboard, copy the โ€˜Public Keyโ€™ to add it to your Git repository as a deploy key. Git migration uses the โ€˜Public Keyโ€™ for SSH authentication. This is necessary to enable xCloud to access your Git repository and clone it. It ensures secure and authorized access for the cloning process.

Deploy Custom PHP Applications

Now, again, go to your Git Repository. From the โ€˜Codeโ€˜ tab, go to the โ€˜Settingsโ€™ tab and click on โ€˜Deploy Keysโ€™ in the security section of the left navigation. Click on the โ€˜Add Deploy Keyโ€™ button and paste the key that you copied from xCloud. 

Deploy Custom PHP Applications

After inserting the deploy key in GitHub, click on โ€˜Nextโ€™ on your xCloud settings of the โ€˜Git Repoโ€™ tab.  

Deploy Custom PHP Applications

Step 8: Confirm Migrating The Website #

Now, to start the migration process, click on the โ€˜Startโ€™ button. After clicking on the โ€˜Startโ€™ button, the migration process will start. And, you will see the progress of migrating. 

Deploy Custom PHP Applications

Note: The Git Repository must contain a wp-config-sample.php. xCloud generates a wp-config.php file from wp-config-sample.php file with the database information.

Once the migration is successfully complete will see the following screen. You go to the site dashboard from there. 

Deploy Custom PHP Applications

How To Manually Upload PHP Site Websites On xCloud #

If you’re migrating an existing PHP site or starting from scratch, xCloud makes it easy to upload and configure your website. Follow the steps below to successfully upload your site, set up your database, and get your site live on a custom domain or a staging environment.

Step 1: Create A New Site #

First, click on โ€˜New Siteโ€™ from the xCloud dashboard. Click on the โ€˜Custom PHPโ€™ field. Now, you choose โ€˜Manually Upload Websiteโ€™ to import your custom php site. 

Deploy Custom PHP Applications

Step 2: Add Information To Manually Upload Website #

Now, select the destination server to migrate your site. Afterward, click on the โ€˜Nextโ€™ button.

Deploy Custom PHP Applications

In the next step, you need to add your source site URL. And if you choose to migrate to a new domain you can include your custom domain. xCloud offers a staging environment and with it, you can upload your site and visit it live with a temporary domain. After successfully uploading your site, you may update the site with your custom domain later.

In this tutorial, we will be working on a staging site. Select โ€˜Demo Siteโ€™ and then click on the โ€˜Nextโ€™ button.

Deploy Custom PHP Applications

Now, you will be sent to the โ€˜Settingsโ€™ step. Make sure to correctly add your โ€˜PHP Versionโ€™, โ€˜Prefixโ€™, โ€˜Site Usersโ€™, and other details before clicking the โ€˜Nextโ€™ button.

Step 3: Upload The Exported Zip File & SQL File #

You will be now directed to the โ€˜Settingsโ€™ step. Just upload your exported custom php file as shown and click on the โ€˜Nextโ€™ button.

Deploy Custom PHP Applications

Now from the โ€˜Filesโ€™ step, upload your SQL file similarly. Afterward, click on the โ€˜Nextโ€™ button. 

Step 4: Complete Database Settings & Finalize #

In the โ€˜Databaseโ€™ tab you can configure your preferred database setup.  If you are good to go for uploading an existing custom PHP website with xCloud, click on the โ€˜Startโ€™ button.

Deploy Custom PHP Applications

Within a few moments, your PHP website will be uploaded on xCloud automatically. You will see the following screen while uploading. 

Deploy Custom PHP Applications

Once the migration is successfully complete will see the following screen. You go to the site dashboard from there. 

Deploy Custom PHP Applications

Final Outcome #

After the migration is completed, if you visit the site, you can see the newly custom PHP site that you have uploaded with xCloud.

This is how easily you can create a site with custom PHP applications in xCloud. With simple steps, you can quickly deploy your site, configure your database, and choose your preferred domain settings. If you’re using a Git repository or uploading files directly, xCloud provides easy ways to get your website live and running smoothly.

Still, feeling stuck? Contact our dedicated support team for further assistance.

What are your feelings
Updated on March 12, 2025

Server Name

RAM

SSD

xCloud Provider Price/m
(For LTD users)

VULTR Price/m

DO Price/m

Newcomer

1GB

25GB

$4.50

$5.00

$6.00

Basic

2GB

55GB

$9.00

$10

$12.00

Standard

4GB

80GB

$18.00

$20

$24.00

Professional

8GB

160GB

$36.00

$40

$48.00

Business

16GB

320GB

$72.00

$80

$96.00

Server Name

RAM

SSD/NVMe

xCloud Provider Price/m
(For LTD users)

VULTR Price/m

DO Price/m

Lite

1GB

32GB

$5.40

$6.00

$8.00

Personal

2GB

88GB

$16.20

$18.00

$24.00

Growing

4GB

128GB

$21.60

$24.00

$32.00

Elite

8GB

256GB

$43.20

$48.00

$64.00

Titanium

8GB

384GB

$86.40

$96.00

$96.00

Ultimate

32GB

512GB

$172.80

$192.00

$192.00