Home - Uniform Server Zero (2024)

Home - Uniform Server Zero (1)

Welcome to The Uniform Server and this documentation, which is for the Zero series. The Uniform Server is a free and open source Windows Apache-MySQL-PHP-Perl server suite. The Uniform Server is an excellent system for both beginning webmasters and experienced developers. It is a full-power web-server suitable for production use, but small enough to carry on a USB memory stick, or even a camera's flash drive. Covered in this document is the pre-configured server (UniServer Zero 14_x_x_ZeroXIV) and modules required to assemble your own bespoke server.

  • Background
  • Installation - pre-configured server
  • Installation - bespoke server
  • Controller
  • Plugins
  • Installation Restriction
  • Server Paths
  • Help
  • Security
  • Other Issues
  • VS16 Libraries
  • MySQL Access
  • Windows and UAC
  • Firewalls
  • Skype
  • Where to next
Home - Uniform Server Zero (2)

Background

Uniform Zero takes a fresh look at Apache, MySQL, PHP and Perl portability. Uniform Server has been redesigned from the ground up; emphasis is given to reducing code size. This is achieved through a modular implementation using plugins. Install only the plugins you require; this avoids the dreaded bloat-ware scenario. Server control is provided by UniController, a Pascal application written and compiled using Lazarus.

For new users, creating a bespoke server can be daunting. To address this, UniServer Zero releases 14_x_x_ZeroXIV are versions with pre-installed Zero XIV modules (plugins), producing a standard WAMP (Windows, Apache, MySQL and PHP) server package. This package is fully portable, allowing you to run servers from a USB memory stick.

In the context of this documentation, portability is defined as an application that does not install data in the registry on a host PC. Generally, applications ported to Windows from a Unix environment are inherently portable; for example: Apache, MySQL, PHP and Perl. These require only a few minor tweaks to run in portable mode.

Applications can be run either as a standard program or as a service; Uniform Server Zero supports both methods. Running an application as a standard program requires that application to be manually restarted after powering-up a PC and logging in. This disadvantage is resolved by optionally placing an entry in the start-up menu to provide automatic restarting after logging in. Although not portable, it is a small concession for users that require this functionality. In contrast, applications that run as a service automatically start after powering-up a PC; this is the preferred method when running a production server. Again, this is not portable; remember to uninstall services before moving servers.

Similarly, editing the Windows hosts file is not a portable operation. That said, Uniform Server Zero provides support to manually and automatically add and delete entries in this file.

We strongly suggest that you check over the points on this page, as they provide important information that may help you avoid common problems. The following two sections (Installation - pre-configured server and Installation - bespoke server) will have you up and running in seconds. A more detailed step-by-step guide is provided on the Quick Start Guide page.

Installation - pre-configured server

Installing is a misnomer! Nothing is installed to your PCs registry. All files are extracted to their appropriate location within the UniServer folder structure. To install the pre-configured server, proceed as follows:

  • Download and save the latest server file (for example 14_x_x_ZeroXIV.exe) to drive C:
  • The file is a self-extracting archive; double-click to run the extractor.
  • A new folder UniServerZ is created containing UniController.exe and support folders and files.
  • Start controller by double-clicking on file UniController.exe
  • Click Start Apache button. Indicator changes from red to green when server is running.
  • Click Start MySQL button. Indicator changes from red to green when server is running.
  • Display test page by clicking button View www or type http://localhost into your browser.

Note 1: Button states toggle to Stop Apache and Stop MySQL; click to stop servers.

Note 2: Installing your website: except for file .htaccess, delete the contents of folder UniServerZ\www and then copy your site to this folder. If your site uses a database, use phpMyAdmin to create it.

Home - Uniform Server Zero (3)

Installation - bespoke server

Again, installing is a misnomer! Nothing is installed to your PCs registry. All files are extracted to their appropriate location within the UniServer folder structure. Unlike a pre-configured server, a bespoke server requires more work on your part. It is assembled from individual plugin modules as follows:

Controller

The Uniform Server Zero's base component is the controller application. Download and extract this base component first as follows:

Install controller:

  • Download and save the latest controller file (ZeroXIV_controller_x_x_x.exe) to either a new folder or top-level of a drive, for example C: drive.
  • The file is a self-extracting archive; double-click to run the extractor.
  • A new folder UniServerZ is created containing the controller application UniController.exe and support folders and files.
  • Download and save any plugins (modules) to folder UniServerZ. Again, these are self-extracting archives; double-click to run extractor. If prompted, allow overwrite.
  • The controller automatically detects installed plugins.

Utility option buttons (opt1-opt3) are initially unassigned. Although MySQL modules have been pre-assigned to these buttons, you can change their assignment and button text. However, it is recommended you keep the pre-assignments.

Home - Uniform Server Zero (4)

Plugins

The Uniform Server Zero design is modular. Install only the plugins (modules) that you require. Each server requires a controller (covered above), which automatically detects installed plugins.

The extraction procedure is identical for all plugins and applies to both pre-configured and bespoke servers. Proceed as follows:

Install plugins:

  • If running, stop Apache and MySQL servers. Close UniController.
  • Download required plugin installation file. For example, ZeroXIV_phpmyadmin_x_x_x.exe installs phpMyAdmin.
  • Save the downloaded file to folder UniServerZ.
  • Double-click on the above installation file. This runs the self extracting archive.
  • If prompted, allow overwriting of existing files.
  • If you wish, delete the installation file; it is no longer required.

Note: For full plugin details, refer to Plugins - Modules page.

Installation Restriction

There is one aspect that needs to be validated. This is especially true if you have been unable to start the servers.

Server Paths

The installation (extraction) defaults to creating "C:\UniServerZ". The documentation examples assume this default. You can install The Uniform Server Zero in nearly any location, with the exception that the path to folder UniServerZ must not contain spaces. Do not use "C:\Program Files", for example (which has other problems as well, such as restricted permissions and system restore inconsistencies). We recommend installing to the drive root, such as "C:\" or "D:\" for simplicity. Other locations, such as "C:\test1\appserver", work just as well.

Note: The space character restriction is generic and applies to other WAMP stacks as well. Many applications that will be hosted on the server do not tolerate spaces in paths. The system restore issue applies mainly to individual component installations.

If the current installation is on a faulty path, the situation can easily be resolved by just moving the UniServerZ directory to a proper location. You do not have to delete the directory and reinstall. For example, just move "D:\bad path\UniServerZ" to "D:\good_loc\UniServerZ".

Help

Two levels of help are provided: local help as instant pop-up message boxes and detailed help in this documentation, directly linked by the Documentation controller button.

Security

The security of your server is one of our primary concerns, and for that reason the default settings are oriented for production. We take this seriously and ask that if you believe that a setting is not right for production, you email us or post it in the forum. We will look into it and see if it should be changed.

In this light, before you can run the servers, several nag screens are presented. Initially, you can click No to each of these. See the Quick start guide for further details.

In order to allow access to your server by other users (Internet or Intranet), you must manually enable the required functions. See Apache dropdown menu option Access and Passwords for details.

Other Issues

This section covers the basics a new user should be aware of.

Note: Uniform Server 14_x_x_ZeroXIV does not run on Windows XP or Windows Server 2003.

VS16 Libraries

Apache, PHP 7.*.* and PHP 8.*.* binaries are compiled with VS16. Ensure you have installed the Visual C++ Redistributable for Visual Studio 2015-2022: vc_redist_x64/86.exe
This can be found at Visual C++ Redistributable for Visual Studio 2015-2022.
Be sure to select the package appropriate for your OS and hardware (select: vc_redist.x86.exe).
If you do not have the VS16 library, when you attempt to start the servers, you will get a runtime error popup.

MySQL Access

The MySQL server supports IPv4 and IPv6; localhost resolves to 127.0.0.1 and ::1 respectively. You can bypass the resolver by using an IP address; for example, you can force an IPv4 address by replacing localhost with 127.0.0.1.
During third party application installations (for example, MediaWiki and Wordpress), you are requested to enter a MySQL host name. Use IP address 127.0.0.1

Windows and UAC

The startup executables have been marked as requiring Administrator privilege. When you start these programs, you must authorize this access in order to continue.

Firewalls

When you initially start the servers, your firewall will sense the programs' requests for IP access, and (typically) will require your authorization to change the security. If you have a third-party firewall activated (Symantec, ZoneAlarm, etc.), be sure to set the port access as required since it may not display a message.

Skype

Apache and Skype both use standard port 80. If you have Skype running, it will clash with your local server. To prevent Apache and Skype clashing, you need to adjust the Skype settings as follows:

  • Log into your Skype
  • Go to Tools>Options>Advanced>Connect
  • Uncheck the box which says Use Port 80 and 443
  • Click Save

Where to next

Quick Start - This page provides a quick start guide
Site Map - Main site index

--oOo--

Home - Uniform Server Zero (2024)

FAQs

Is a uniform server safe? ›

Comprehensive Security

All applications are set to the highest security setting for a production live server.

What is the best WAMP stack for Windows? ›

AMPPS is one of the best WAMP & MAMP stacks you can get with so many preconfigured Apps.

What is an UniController? ›

UniController is an intelligent access controller combined with comprehensive billing and bandwidth management solution.

What is the safest server in the world? ›

Blade Servers
  • HPE Blade Systems. (16) 4.4 out of 5 stars.
  • Cisco Blade Servers. (13) 4.4 out of 5 stars.
  • Dell PowerEdge Modular Infrastructure. (4) 4.6 out of 5 stars.
  • HPE Proliant ML. (3) 4.7 out of 5 stars.
  • Dell PowerEdge Cloud Servers. (2) 3.8 out of 5 stars.
  • HPE SGI 8600 System. (1) 5.0 out of 5 stars.
Jul 2, 2024

How do I know if my server is safe? ›

You can easily find out whether your connection is secure by checking for the SSL certificate issued by the website you are trying to access. As a best practice, it is recommended that you only connect with and supply data to sites that have an SSL certificate.

What is better than WAMP server? ›

Best Paid & Free Alternatives to WampServer
  • F5 NGINX.
  • Varnish Software.
  • Fastly CDN.
  • Speed Kit.
  • F5 NGINX Plus.
  • W3 Total Cache.
  • Amazon DynamoDB Accelerator (DAX)
  • ApacheBooster.

Why is XAMPP better than WAMP? ›

If you only use Windows and want something simple, go for WAMP. But if you want something that works on different systems and can run from a USB, choose XAMPP. XAMPP also has Perl included. Both are good for making websites on your computer, so pick the one that fits what you like and need.

What does "wamp" stand for? ›

WAMP, an acronym for Windows, Apache, MySQL, and PHP/Perl/Python, is a software stack for Windows that enables the development and deployment of web applications. Each letter in "WAMP" represents a key component of the stack: Windows. This is the operating system layer of the stack.

What is an Ubiquiti controller? ›

The UniFi® Controller is a wireless network management software solution from Ubiquiti Networks™. It allows you to manage multiple wireless networks using a web browser.

What is an UniFi console? ›

UniFi Consoles are hardware devices responsible for running UniFi application software and providing remote management through unifi.ui.com. Cloud Gateways are UniFi Consoles that have an integrated gateway to support powerful routing, VPN, and network security.

What are the benefits of UniFi controllers? ›

When paired with our specially designed hardware, you will have unparalleled control over your network and WiFi, security cameras, VoIP phones, door access, smart enterprise lighting, digital signage, and much more!

Which server is most secure? ›

HPE ProLiant Gen10 Rack Servers

The new HPE Gen10 rack servers are “The World's Most Secure Industry Standard Servers”. This bold claim is founded on a unique silicon root of trust technology along with a myriad of other differentiating security technologies that only HPE offers.

Is it safe to sit near a server? ›

But in long run, continuous exposure to server noise may even lead to early hearing loss which is gradual process and difficult to detect in time. So, it is important to protect a person in server room from noise coming from the server.

How do I know if my Minecraft server is safe? ›

Here's what to consider when choosing which to connect to. Child friendly policies: the first thing that you should look for a Minecraft server is their policys. Kid-safe servers should have policies on use of hurtful language, abusive gameplay and disrespectful act. If the server doesn't have a policy, stay away.

Are all Minecraft servers safe? ›

There's always the possibility that players can run into predators on some servers, especially if the moderation is lax. It's safest to play on a well-known, established server rather than joining one at random. Minecraft allows you to mute and block players and report them for inappropriate behavior.

Top Articles
Latest Posts
Article information

Author: Gov. Deandrea McKenzie

Last Updated:

Views: 6418

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Gov. Deandrea McKenzie

Birthday: 2001-01-17

Address: Suite 769 2454 Marsha Coves, Debbieton, MS 95002

Phone: +813077629322

Job: Real-Estate Executive

Hobby: Archery, Metal detecting, Kitesurfing, Genealogy, Kitesurfing, Calligraphy, Roller skating

Introduction: My name is Gov. Deandrea McKenzie, I am a spotless, clean, glamorous, sparkling, adventurous, nice, brainy person who loves writing and wants to share my knowledge and understanding with you.