-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Alireza Janaki edited this page Jan 4, 2026
·
12 revisions
This guide will walk you through installing UltimateServer on your system.
- Operating System: Ubuntu 22.04 or Ubuntu 24.04
- PHP 8.3
- Nginx
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)
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:
- Install all required dependencies
- Configure the server environment
- Set up the necessary directory structure
- Configure firewall rules for the required ports
Once the server is running, you can verify it's working correctly by:
- Checking the console output for any errors
- Opening the dashboard in your web browser at
http://your-server-ip:11002 - Logging in with the default credentials (admin/admin123)
- Confirming you can access the dashboard features
After installation, consider: