Skip to content

Getting Started

Alireza Janaki edited this page Nov 28, 2025 · 2 revisions

Getting Started with UltimateServer

First Time Setup

  1. Install the server using the installation guide
  2. Start the server using your preferred method
  3. Access the dashboard at http://your-server-ip:11002
  4. Login with default credentials:
    • Username: admin
    • Password: admin123

Dashboard Overview

Stats Page

  • Real-time system monitoring (CPU, memory, disk, network)
  • Live performance charts
  • Connection statistics

Logs Page

  • Real-time server logs with color-coded levels
  • Log filtering and search
  • Automatic log rotation

Videos Page

  • Upload videos from URLs
  • Stream videos directly in the dashboard
  • Video library management

Basic Usage

Server Commands

The server supports several built-in TCP commands:

  • createUser - Create a new user account
  • loginUser - Authenticate a user
  • listUsers - Get a list of all users
  • say - Echo a message back to the client
  • makeUUID - Generate a unique identifier
  • stats - Get server statistics

Next Steps

Clone this wiki locally