Building a custom online presence often requires more flexibility than a standard CMS can provide. xCloud allows you to go beyond the limitations of WordPress, giving you the freedom to develop and host fully customized PHP applications tailored to your specific needs.
In this guide, we will show you how to set up PHP on Vultr using xCloudโs streamlined dashboard. Whether you are deploying code directly from a Git repository or manually uploading your files, xCloud makes the process seamless. Follow these simple steps to configure your server and get your custom PHP project live in minutes.
First, set up your Vultr server in xCloud. Follow these steps to get started.
How to Set Up a Vultr Server in xCloud? #
This guide shows how to set up a Vultr server in xCloud. Follow the steps to quickly launch, configure and start your cloud journey.
Step 1: Create Your New Vultr Server in xCloud #
After logging in to your xCloud account, start by adding a new server by clicking on the โAdd New Serverโ button from your dashboard.

The next screen will provide the list of our available services. For this tutorial, we will create a Vultr server and for that select the Vultr option under โBring your own server serviceโ. The billing of the server will be handled on your Vultr account, and in xCloud, we wonโt charge for this first server.

Sign Up in Vultr with xCloud Promo #
Sign up at Vultr.com, verify with a credit card ($2.50 hold) or PayPal ($5 minimum), and get $100 free credit. Use promo code โXCLOUD25โ during signup.
Note: If you already have a Vultr account, then please skip this step and check how to collect the API from Vultr.

Collect the API key from Vultrย #
After you have successfully completed setting up your billing method, you will need to get the Vultr API key to add it to xCloud to create and manage 1 server and 10 sites for free. Navigate to the Account โ API tab from your Vultr dashboard. After that, click on the โEnable APIโ button.

Now, your โPersonal Access Tokenโ will be auto-generated. Copy the API Key/Token.

Please make sure you have added Any IPv4 and Any IPv6 both under Access Control.

Now, you need to go back to the xCloud dashboard and add your Vultr Label & API Key.
Add Team Members In Vultr #
If you want your team members to use xCloud with Vultr, then make sure these permissions are given.

Add Vultr API key in xCloud #
Thanks to xCloud, you can create your first server without spending any money. Now, click on โAdd New Serverโ from the xCloud dashboard and you will be redirected to the server selection screen. Then click on โVultrโ to proceed further.

After selecting โVultrโ, set your โKeyโ, โVultr Labelโ, and โVultr API Keyโ. Then click on โVerifyโ.

Step 3: Create a Vultr Server in xCloud #
Now that you have successfully verified your Vultr account, you will need to add other details to create a server in Vultr using xCloud. Choose your Region, Database Server, Server Size, and much more from one easy dashboard.

After putting all the information, click on โNextโ and xCloud will automatically install and set up everything for you in a few minutes.
How to Set Up PHP on Vultr 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.
xCloud provides an intuitive interface that allows you to easily deploy, manage and scale your Node.js applications directly from your Git repository without worrying about manual setup or infrastructure maintenance.
Follow the guide to deploy your Node.js application easily on Vultr with xCloud:
Step 1: Choose the Application #
To begin deployment, click on the โAdd New Siteโ button from the dashboard.

You will then be asked to โChoose a Server to add Siteโ from the dropdown. You must select the Vultr server you set up in xCloud from this dropdown.

Next, you will see options such as โWordPressโ and โCustom PHPโ. Go to the โNode.jsโ option from the tab.

Then choose your preferredย way from the โClone a Git Repositoryโ and โManually Upload a Websiteโ options.

How to Install Custom PHP Applications from Your Git Repository #
Migrating a website from a Git repository with xCloud involves several easy steps. The guide below can help you 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.ย

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โ.

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โ.

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.

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โ.

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.

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.

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. Once you enable the โPush To Deployโ, it will generate a โDeployment URLโ. We need to insert this URL into GitHub. Copy the โDeployment URLโ from here.

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.ย

Step 7: Add Public Key to 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.

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.

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

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.

Note: The Git Repository must contain a wp-config-sample.php. xCloud generates a wp-config.php file from the 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.

How To Manually Upload a PHP Site 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.

Step 2: Add Information To Manually Upload Website #
Now, select the destination server to migrate your site. Afterward, click on the โNextโ button.

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.

Now, you will be sent to the โSettingsโ step. Make sure to correctly add your โPHP Versionโ, โSite Usersโ, โWeb rootโ and other details before clicking the โNextโ button.
Note: The directory where your websiteโs main files, including index.php, are stored. The Web root defines the base folder from which your website is served, and it must be set correctly to ensure proper functionality.

Additionally, ensure that your index.php file is correctly placed for the system to function automatically. The index.php file should be located in the root directory. However, if it is placed in a subdirectory, you must update the Web Root Settings accordingly.
Users may upload their entire website directory instead of just the necessary files. For example, if the website files are inside a folder named public_html, then the root directory does not contain index.php directly.

To resolve this, you need to update the Web root settings. For this, navigate to Web Root Settings from the โSite Settingsโ. Then enter the name of the folder that contains the index.php file (e.g., public_html) and click on the โUpdateโ.

Once updated, our system will correctly detect and load the index.php file from the specified folder.
Step 3: Upload The Exported Zip File & SQL File #
You will now be directed to the โSettingsโ step. Just upload your exported custom php file as shown and click on the โNextโ button.

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.

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

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

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.



































