New Server FAQ
We encourage customers to refer to this FAQ when they have questions about setting up and configuring their Cloud server with xByte. If you have any questions or need assistance performing any tasks on the server please don’t hesitate to contact our support team.
General
Where do I find my service login information?
The following article walk you through the steps to find your Cloud server and service login credentials.
This article should serve as a guide to finding your Server Login information. This includes the Administrator login as well as sub-service logins such as MSSQL, MySQL, ColdFusion, Lucee, and more.
To begin, you’ll need to log in to the billing control panel. Below is our Billing Control Panel URL.
Billing Control Panel: https://billing.xbytehosting.com/
Select “My Services” from the dashboard, once logged in.
[image]
Click on the VPS you’re trying to find information for.
[image]
…
How do I invite additional users to my account?
xByte Hosting’s Billing Control Panel has the ability to invite sub-accounts. This allows you to add members of your organization to manage invoices, submit tickets, order new products, etc. The goal of this article is to give detailed instructions on how to invite users to your billing control panel and manage their permissions.
To begin, you must log in to the billing control panel. Below is our Billing Control Panel URL.
Billing Control Panel: https://billing.xbytehosting.com/
Click t…
Server Access
How do I access the server via RDP?
Introduction
An RDP connection is a useful and convenient way to manage your server. Whether you’re new to managing a VPS or just a bit rusty, the steps below will help you get access in no time!
Getting Your Credentials:
To find your server’s Administrator credentials, follow the steps in this article .
Once you’re there, make a note of the “Primary IP,” “Username,” and “Password.” If you’ve opted to use our 3rd party beta control panel on your server, save that link as well.
Adding You…
How do I setup and connect to my server via FTP?
Customers can setup FileZilla FTP Server to connect to their server securely. We’ve provided a step-by-step guide for setting up and configuring FileZilla on your server below. If you run into any issues with the setup of this please reach out to our support team.
Introduction
FileZilla Server is a reliable and free FTP server solution for Windows. This guide will take you through the process of installing and configuring FileZilla Server on a Windows VPS server.
Step 1: Downloading FileZilla Server
Go to the FileZilla website: Open your web browser and navigate to the official FileZilla website at https://filezilla-project.org .
Download FileZilla Server: On the main page, click the "Download FileZilla Server button and download the latest version.
…
Web Server Setup
How do I create sites in IIS?
The following article provides detailed steps on creating websites for your applications within IIS.
Introduction
IIS is Microsoft’s standard webserver that comes pre-installed on all of our Windows cloud servers. The goal of this article is to walk you through our recommended steps for creating new sites in IIS.
Step-by-Step Guide
Step 1: Open IIS on your Server.
Remote into your server.
Click the search icon and type “IIS”.
Select “Internet Information Services (IIS) Manger”.
Step 2: Add our site
Expand the server node on the left until you see the “Sites” folder.
Right-click…
Database Management
How do I create and manage databases on the server?
MSSQL
Using SQL Server Management Studio to manage your databases
Creating SQL Database Users and Assigning Permissions
Introduction
In this guide, we will walk you through the process of creating SQL Databases and database users using SQL Server Management Studio (SSMS). Additionally, we’ll cover how to assign permissions to these users for specific databases. Database users can be used to provide your web application(s) access to specific databases that you provide permissions to. This is useful when creating a ColdFusion DSN or some other data source for yo…
Managing MSSQL databases efficiently involves the crucial tasks of backing up and restoring data. Leveraging SSMS for efficient backup and recovery operations. The following steps guide you through the process, ensuring data resilience and swift restoration when needed.
Backing Up an MSSQL Database with SSMS:
Open SQL Server Management Studio (SSMS):
Launch SSMS and connect to the SQL Server instance.
Navigate to the Databases:
In the Object Explorer, expand the server node, then expand …
MySQL
Using MySQL Workbench to manage your databases
Creating a New Database
Select Database > Connect to Database in the navigation bar:
[image]
If you’re connecting from the server the MySQL instance is running on, you can use 127.0.0.1 or localhost as the Hostname. Otherwise, you’ll use the IP of the server host.
You can connect with any existing MySQL user, but they’ll need to have the Create privilege to make a new database. In a fresh installation, or if there are no other users with the Create privilege, you’ll need to sign in as the…
Managing MySQL databases efficiently involves the crucial tasks of backing up and restoring data. Using the command line, the mysqldump tool enables seamless backups, while the mysql command facilitates easy restoration. The goal of this article is to walk you through using these tools to perform backups and restores of your MySQL databases.
Backing Up a MySQL Database:
Open Command Prompt or Terminal:
On Windows, you can use Command Prompt or PowerShell.
On Unix-based systems (Linux, macOS)…
DNS Management
Managing your DNS through CloudFlare
Setting up a Cloudflare account
CloudFlare
CloudFlare is a popular content delivery network (CDN) and DNS provider that offers various features to improve website performance, security, and reliability. CloudFlare offers a lot of these features at no cost for all of your domains and also has premium subscriptions available.
In this guide, we will walk you through the process of creating a new CloudFlare account, adding a domain to CloudFlare, and updating the domain’s nameservers to point to CloudFlare. We will also cover the…
Why does xByte Cloud recommend Cloudflare to our customers?
Why should you sign up for a Cloudflare plan?
xByte Cloud highly recommends Cloudflare as an essential addition to your website’s security arsenal. By partnering with Cloudflare, xByte Cloud offers customers the advantages of enhanced protection, including an additional layer of defense against DDoS attacks, a top-tier Web Application Firewall (WAF), a global Content Delivery Network (CDN), and efficient DNS services.
Web application attacks, often initiated by automated bots, can pose serious …
Testing your Application
How to test your site before going live
There are a couple options available for testing your web application which we’ve outlined below.
Option 1: Use a hosts file entry to make your local computer load the website from the new server.
The Hosts file is a system file used by the operating system to map hostnames/domain names to IP addresses. This can be useful for testing your website during a site migration before updating DNS records. This article will show you how to modify your Hosts file on Windows
Prerequisites Before starting, ensure that you have:
Administrator access on your Windows computer. You’ll need this to modify the hosts file.
The IP address that you want to map a hostname to.
The hostname that you wa…
Option 2: If you have a testing domain registered, then you can add this site to your bindings within IIS.
Introduction
IIS is Microsoft’s standard webserver that comes pre-installed on all of our Windows cloud servers. The goal of this article is to walk you through our recommended steps for creating new sites in IIS.
Step-by-Step Guide
Step 1: Open IIS on your Server.
Remote into your server.
Click the search icon and type “IIS”.
Select “Internet Information Services (IIS) Manger”.
Step 2: Add our site
Expand the server node on the left until you see the “Sites” folder.
Right-click…