Why should I use an external server for my web server instead of a computer in my house?
There are many reasons why you should use a Zumiv Cloud VDS or Dedicated Server to set up your web server instead of setting up a web server at home:
- Cost: It may sound cheaper to use that old computer lying around doing collecting dust, but when you factor in the cost of powering an old computer 24 hours a day, it can get very expensive. A 250W desktop computer running 24 hours per day at 12 cents per KW/h is a whopping $262.00 per year! Not to mention the cost of internet, hardware replacement, etc. It is much cheaper to rent a Zumiv server each month in the long run.
- Reliability: Consumer grade internet and computer hardware are not designed for the stresses of 24×7 usage and connections from around the globe. Zumiv on the other hand, uses enterprise grade hardware and connections to ensure everyone can connect to your server at lightning fast speeds.
- Support: One of the major drawbacks of hosting your own website is that you are responsible for any support issues. With Zumiv, you get 24×7 support included with every server, so you know we’re always here if you need help.
Components of a Web Server
There are several major components to setting up a web server: This is often referred to as the LAMP Stack.
Linux: The operating system behind the LAMP stack is Linux. It’s a lightweight and secure OS, making it one of the most popular choices for the best web servers.
See also: Why Use Linux? 9 Benefits to Consider
Apache: This is the software used to power the HTTP protocol which delivers web content from the server to the web browser.
MySQL: A popular database engine used for database driven websites.
PHP: A popular language of many websites, PHP is required for popular website scripts like WordPress.
See Also: Experience Our for Free VPS Hosting: Enjoy a 30-Day Trial with Risk-Free Servers
What You’ll Need
Get started by ordering a Zumiv Cloud VDS or Dedicated Server.
System Requirements
The system requirements for setting up a personal web server depends on the type of sites you intend to run. The minimum requirements are as follows:
- A Zumiv Cloud VDS or Dedicated Server
- CentOS 7+
- 512MB RAM
- 2GB Disk Space
Database driven sites may require greater system resources to run effectively.
Linux
These instructions will work on Ubuntu / Debian Linux. Commands may vary on other distributions.
Installation Instructions
Step 1: Connect to root via SSH to your Zumiv server.
ssh root@IP-Address
Step 2: Install utilities wget, screen, and unzip which are required to execute the installation script:
apt-get -y install wget screen git
Step 3: Download the LAMP installation script from github using wget:
git clone https://github.com/teddysun/lamp.git
Step 4: Change into the lamp-master folder:
cd lamp
Step 5: Set the installation script to be executable:
chmod +x *.sh
Step 6: Open a screen to start the installation process:
screen -S lamp
Step 7: Execute the install script:
./lamp.sh
Step 8: Complete the following steps during the install process:
- Choose an apache version. We recommend the latest version listed.
- Select the database you wish to install. We recommend MySQL and selecting the latest version.
- Click enter to use the default MySQL data directory
- Enter a MySQL root password
- Select a PHP version. We recommend selecting the latest version.
- Install any required PHP modules. php-imagick is a good option if you’re not sure what you need.
- Select 1 to install PHPMyAdmin
- Press any key to begin the install process
Managing Web Server Components
Now that your LAMP stack is installed, you can use these commands to start, stop, and restart components of the web server:
Apache
service httpd (start|stop|status|restart)
MySQL
service mysqld (start|stop|status|restart)
Creating a New Site
Now that the LAMP stack is installed, you can now setup your first website on the web server.
The following command will add a site to your apache configuration file:
lamp add
Follow the steps in the script, providing the domain name and database information (if required).
You can now add files to the directory of your website. The default directory is:
data/www/domain.com
You can use the scp command from your local machine to upload files to the directory:
Windows
For those looking to setup a web server on Windows Server 2012, Windows Server 2016, or Windows Server 2019, the following steps can be followed.
See Also: Experience Our for Free VPS Hosting: Enjoy a 30-Day Trial with Risk-Free Servers
Installation Instructions
Step 1: Open the Server Manager

Step 2: Click Manage > Add Roles and Features

Step 3: Click Next

Step 4: Click Next

Step 5: Select the server and click Next

Step 6: Select Web Server and click Next

Step 7: Click Next

Step 8: Click Next

Step 9: Click Next

Step 10: Click Install

Managing the Server
You can now open the IIS Manager. If you click on the Sites link and click Explore, you can view the web root folder and move any site files to this location.
You can then visit your servers primary IP to access your site, or follow the instructions below to point a domain to the server.

Pointing a Domain to the Web Server
You will need to login to the admin interface at your domain registrar. Our tutorial did not setup any nameservers on the server, so you will need to use an external nameserver provider. Most domain registrars provide this for free.
Simply copy the IP address of your server into the A record of the domain name DNS zone file.
Once you point the A record of the domain to your servers public IP address, the data in this folder will be visible for users in their browser.
See Also: Experience Our for Free VPS Hosting: Enjoy a 30-Day Trial with Risk-Free Servers
Conclusion
You have now setup your web server and can install popular software to your web server, like WordPress, or upload files to the server for download by users.
Zumiv not only supports businesses with technical tutorials, but also through enterprise focused solutions such as server cluster configurations. For these advanced partnership opportunities, please book a free consultation with our account executives today.