Skip to content

Installation

Alireza Janaki edited this page Jan 4, 2026 · 12 revisions

Installation Guide

This guide will walk you through installing UltimateServer on your system.

System Requirements

  • Operating System: Ubuntu 22.04 or Ubuntu 24.04
  • PHP 8.3
  • Nginx

Prerequisites

Before installing UltimateServer, ensure you have the following:

  • Sufficient disk space for server files and any media content
  • Open ports for connections (default: 11001 for server, 11002 for web dashboard)
  • Open UDP port for voice chat (default: 11003)
  • Open port for SFTP (default: 11004)

Installation Steps

Automated Installation Script

The easiest way to install UltimateServer is using the automated installation script:

bash <(curl -s https://raw.githubusercontent.com/VoidbornGames/UltimateServer/refs/heads/main/%E2%80%8Einstall.sh%E2%80%8E)

This script will:

  1. Install all required dependencies
  2. Configure the server environment
  3. Set up the necessary directory structure
  4. Configure firewall rules for the required ports

Verification

Once the server is running, you can verify it's working correctly by:

  1. Checking the console output for any errors
  2. Opening the dashboard in your web browser at http://your-server-ip:11002
  3. Logging in with the default credentials (admin/admin123)
  4. Confirming you can access the dashboard features

Next Steps

After installation, consider:

Clone this wiki locally