Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
07bcff5
New guide: Over The Top WWI - Dashboard
fgalz Mar 29, 2026
519ade4
New guide: Over The Top: WWI - Common Issues
fgalz Mar 29, 2026
13f82a2
New guide: HumanitZ - RCON
fgalz Mar 29, 2026
b38611f
New guide: Over The Top WWI - Connect to server
fgalz Mar 29, 2026
439dff5
New guide: Over The Top WWI - Auto balance
fgalz Mar 29, 2026
a39306d
New guide: Over The Top WWI - Bans and Moderation
fgalz Mar 29, 2026
ea9a3d5
New guide: Over The Top WWI - Bots
fgalz Mar 29, 2026
9d733e7
New guide: Over The Top WWI - Build and Resources
fgalz Mar 29, 2026
c7646e2
New guide: Over The Top WWI - Chat Settings
fgalz Mar 29, 2026
de778cf
New guide: Over The Top WWI - Class Limits
fgalz Mar 29, 2026
6f30bef
New guide: Over The Top WWI - Damage Settings
fgalz Mar 29, 2026
58d600a
New guide: Over The Top WWI - Map Rotation Rules
fgalz Mar 29, 2026
6478234
New guide: Over The Top WWI - Map Settings
fgalz Mar 29, 2026
0d3e262
New guide: Over The Top WWI - Performance Settings
fgalz Mar 29, 2026
0ff7ee5
New guide: Over The Top WWI - Poll System
fgalz Mar 29, 2026
81117c8
New guide: Over The Top WWI - Revive System
fgalz Mar 29, 2026
d218ee8
New guide: Over The Top WWI - Round Settings
fgalz Mar 29, 2026
7b766f8
New guide: Over The Top WWI - Server Messages
fgalz Mar 29, 2026
4d3c253
New guide: Over The Top WWI - Spawn Settings
fgalz Mar 29, 2026
d8a305d
New guide: Over The Top WWI - Time and Enviroment
fgalz Mar 29, 2026
069eb95
New guide: Over The Top WWI - Voice Chat
fgalz Mar 29, 2026
72af4f5
New guide: Over The Top WWI - Weather
fgalz Mar 29, 2026
ad6a6db
New guide: Over The Top WWI - Dashboard
fgalz Mar 29, 2026
875d05e
New guide: Over The Top WWI - Friendly Fire
fgalz Mar 29, 2026
bf3f7b5
New guide: Over The Top WWI - Gamemode
fgalz Mar 29, 2026
294e1b0
New guide: Over The Top WWI - Whitelist
fgalz Mar 29, 2026
ada8fe3
Sidebar
fgalz Mar 29, 2026
49890b1
Service Mapping
fgalz Mar 29, 2026
414ade8
Auto-translate docs
invalid-email-address Mar 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
76 changes: 76 additions & 0 deletions docs/humanitz-rcon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
id: humanitz-rcon
title: "HumanitZ: RCON"
description: "Learn how to remotely manage your HumanitZ server using RCON and rcon-cli → Learn more now"
sidebar_label: RCON
services:
- gameserver-humanitz
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction

RCON (Remote Console) is a network protocol used to remotely control gameservers. It allows administrators to execute commands on the server without needing to connect to the game directly. This makes it possible to manage players, adjust settings, or monitor server activity externally.

In **HumanitZ**, RCON can be used to execute administrative commands such as kicking players, sending messages, or controlling server behavior. Access is secured using a password and a dedicated port.

A key advantage of RCON is that it allows server administration **without being connected as an in-game player**, enabling flexible and efficient remote management.

<InlineVoucher />

## Configuration

Before RCON can be used, it must be enabled in the server configuration. Open the settings page of your server and enable the rcon option. You can also adjust it through the config files.Open your gameserver management panel, navigate to Configs, and locate the `GameServerSettings.ini` file.

Add or adjust the following entries:

```
RCONEnabled=true
RCONPassword=your_secure_password
RCONPort=XXXXX
```


The assigned RCON port can be found in the **Port overview** within your server administration. Ensure that the password and port match your configuration.

After making changes, save the file and **restart the server** so the settings take effect.

## Connecting via RCON

To connect to your HumanitZ server via RCON, you can use the command-line tool **rcon-cli**. It is available from the official GitHub repository:
https://github.com/gorcon/rcon-cli

Once installed, you can connect to your server using the following command:

```bash
rcon-cli -a <IP>:<PORT> -p <PASSWORD> command
```

Replace the placeholders with your server’s IP address, RCON port, and password.

This command allows you to directly execute RCON commands from your local system without needing an interactive session.

## RCON Commands

Once connected via RCON, you can execute various administrative commands on your HumanitZ server. The available commands depend on the game implementation but commonly include player management and server control.

| Command | Description|
|----------------------------------|------------------------------------------|
| `broadcast <message>`| Sends a message to all players |
| `kick <playername>`| Kicks a player from the server |
| `ban <playername>` | Bans a player|
| `unban <playername>` | Unbans a player|
| `save` | Saves the current game state |
| `restart`| Restarts the server|
| `shutdown` | Shuts down the server|
| `whitelist add <steamid>`| Adds a player to the whitelist |
| `whitelist remove <steamid>` | Removes a player from the whitelist|

## Conclusion

Congratulations! You have successfully set up and used **RCON for your HumanitZ server**. This allows you to manage your server remotely, execute administrative commands, and maintain control without needing to join the game.

For further questions or assistance, please don’t hesitate to contact our support team, which is available daily to assist you! 🙂

<InlineVoucher />
55 changes: 55 additions & 0 deletions docs/over-the-top-wwi-configure-auto-balance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
id: over-the-top-wwi-configure-auto-balance
title: "Over the Top WWI: Configure Auto Team Balance"
description: "Learn how to configure automatic team balancing on your Over the Top WWI server → Learn more now"
sidebar_label: Auto Team Balance
services:
- gameserver-over-the-top-wwi
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction

Team balance is essential for fair and enjoyable matches in **Over the Top WWI**. Without proper balancing, one team may gain a significant advantage, leading to uneven gameplay and a poor player experience.

The auto-balance system helps maintain fairness by automatically redistributing players between teams when certain conditions are met.

<InlineVoucher />

## Configuration

Auto team balance is configured inside the server configuration file. You can access and edit this file in your **gameserver management panel** under **Configs**. Locate and open the `ServerConfiguration.ini` configuration file. Inside this file, find the following parameters:

```
EnableAutobalance = 1
TeamPercentsAutoBalance = 50
AutoBalanceThreshold = 5
MinAutoBalanceCount = 15
LimitTeamSelection = 0
```


- `EnableAutobalance` enables or disables automatic team balancing

- `0` → Disabled
- `1` → Enabled

- `TeamPercentsAutoBalance` defines the desired team distribution. Example: `50` = equal team sizes
- `AutoBalanceThreshold` defines how much imbalance is allowed before balancing is triggered
- `MinAutoBalanceCount` defines the minimum number of players required before auto-balance becomes active
- `LimitTeamSelection` restricts players from choosing teams manually

- `0` → No restriction
- `1–3` → Limits team selection depending on the value


After modifying the `ServerConfiguration.ini`, save the file and restart your server. The auto-balance system will then manage team distribution automatically during matches.

## Conclusion

Congratulations! You have successfully configured automatic team balancing on your **Over the Top WWI server**. This helps ensure fair matches and improves the overall experience for all players.

For further questions or assistance, please don’t hesitate to contact our support team, which is available daily to assist you! 🙂

<InlineVoucher />
59 changes: 59 additions & 0 deletions docs/over-the-top-wwi-configure-bans-and-moderation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
id: over-the-top-wwi-configure-bans-and-moderation
title: "Over the Top WWI: Configure Bans and Moderation"
description: "Learn how to configure ban lists and moderation settings on your Over the Top WWI server → Learn more now"
sidebar_label: Bans & Moderation
services:
- gameserver-over-the-top-wwi
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction

Moderation tools in **Over the Top WWI** allow you to control player behavior and maintain a fair and enjoyable environment on your server. By configuring ban lists and moderation settings, you can restrict access, manage penalties, and provide clear instructions for players.

These settings are especially useful for community servers where active moderation is required.

<InlineVoucher />

## Configuration

Ban and moderation settings are configured inside the server configuration file. You can access and edit this file in your **gameserver management panel** under **Configs**. Locate and open the `ServerConfiguration.ini` configuration file. Inside this file, find the following parameters:

```
BanPathstring = Banlist.txt
TempBanPathstring = TempBanlist.txt
CustomUnBanString =
```


- `BanPathstring` defines the file that contains permanently banned players
- `TempBanPathstring` defines the file that contains temporarily banned players

- `CustomUnBanString` allows you to define a custom message that tells players how to request an unban. Example: Discord link or website

### Ban file usage

The ban files are located in your server directory and contain player identifiers.

Each banned player should be listed on a new line inside the file:

```
SteamID1
SteamID2
SteamID3
```


These files are automatically read by the server to block access for listed players. Adjusting these settings allows you to define how bans are handled and how players can appeal them.

After modifying the `ServerConfiguration.ini`, save the file and restart your server. The updated moderation settings will be applied automatically.

## Conclusion

Congratulations! You have successfully configured ban and moderation settings on your **Over the Top WWI server**. This allows you to manage player behavior effectively and maintain a controlled server environment.

For further questions or assistance, please don’t hesitate to contact our support team, which is available daily to assist you! 🙂

<InlineVoucher />
84 changes: 84 additions & 0 deletions docs/over-the-top-wwi-configure-bots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
---
id: over-the-top-wwi-configure-bots
title: "Over the Top WWI: Configure Bots"
description: "Learn how to configure bot settings on your Over the Top WWI server → Learn more now"
sidebar_label: Bots
services:
- gameserver-over-the-top-wwi
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction

Bots can be used on an **Over the Top WWI** server to fill empty slots, simulate large-scale battles, and maintain activity even with low player counts. By adjusting bot settings, you can control difficulty, behavior, and the overall intensity of matches.

This allows you to create anything from small controlled skirmishes to large chaotic battles with many AI-controlled units.

<InlineVoucher />

## Configuration

Bot settings are configured inside the server configuration file. You can access and edit this file in your **gameserver management panel** under **Configs**. Locate and open the `ServerConfiguration.ini` configuration file. Inside this file, find the following parameters:

```
AttackerBots = 45
DefenderBots = 45
AutoAssignBots = 0
BotCallinMulti = 250
SubBotForPlayer = 1
```


- `AttackerBots` defines the number of bots on the attacking team
- `DefenderBots` defines the number of bots on the defending team
- `AutoAssignBots` automatically distributes bots across teams
- `0` → Disabled
- `1` → Enabled

- `BotCallinMulti` controls how frequently bots are spawned or reinforced
- `SubBotForPlayer` replaces bots with real players when they join
- `1` → Enabled
- `0` → Disabled

### Advanced bot configuration

You can further customize bot behavior using additional parameters:

```
BotWeightOff = 8
BotWeightRankers = 40
BotWeightHeavys = 20
BotWeightSnipers = 10
BotWeightStormTroops = 20
BotWeightSappers = 20
BotWeightSpecialists = 10
BotWeightMech = 10
BotWeightZombies = 0
```


These values control how frequently certain unit types are selected when bots are spawned. Increasing a value will result in more bots of that type appearing in matches.

### Wave and scaling settings

```
WaveLegnth = 300
WaveBuildUpTime = 90
AutoAssignBotsScaleMulti = 100
```


- `WaveLegnth` controls how long a bot wave lasts
- `WaveBuildUpTime` defines how long it takes for a wave to fully build up
- `AutoAssignBotsScaleMulti` scales bot count depending on player numbers

After modifying the `ServerConfiguration.ini`, save the file and restart your server. The new bot settings will be applied during gameplay.

## Conclusion

Congratulations! You have successfully configured bots on your **Over the Top WWI server**. Adjusting these settings allows you to control match intensity, improve player experience, and keep your server active at all times.

For further questions or assistance, please don’t hesitate to contact our support team, which is available daily to assist you! 🙂

<InlineVoucher />
56 changes: 56 additions & 0 deletions docs/over-the-top-wwi-configure-build-and-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
id: over-the-top-wwi-configure-build-and-resources
title: "Over the Top WWI: Configure Build Points and Resources"
description: "Learn how to configure build points, cannons, and resource limits on your Over the Top WWI server → Learn more now"
sidebar_label: Build Points & Resources
services:
- gameserver-over-the-top-wwi
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction

Build points and resource settings in **Over the Top WWI** control how many structures, defenses, and equipment players can deploy during a match. These values directly affect gameplay balance, especially in modes where building and fortifications play a key role.

By adjusting these settings, you can create more defensive gameplay with extensive fortifications or limit resources for faster and more aggressive matches.

<InlineVoucher />

## Configuration

Build and resource settings are configured inside the server configuration file. You can access and edit this file in your **gameserver management panel** under **Configs**. Locate and open the `ServerConfiguration.ini` configuration file. Inside this file, find the following parameters:

```
AttackerBuildPoints = 5000
DefenderBuildPoints = 5000
AttackerCannonPoints = 250
DefenderCannonPoints = 250
SapperBPRegenAmount = 50
SapperCannonPRegenAmount = 5
SapperPropBPRegenTime = 15
CannonPropPRegenTime = 15
```


- `AttackerBuildPoints` and `DefenderBuildPoints` define how many build points each team has available

- `AttackerCannonPoints` and `DefenderCannonPoints` control how many cannons or artillery units can be deployed

- `SapperBPRegenAmount` defines how many build points are regenerated over time

- `SapperCannonPRegenAmount` controls how quickly cannon points regenerate

- `SapperPropBPRegenTime` and `CannonPropPRegenTime` define the time in seconds between regeneration ticks

Adjust these values to control how many structures and defenses players can create and how quickly resources are replenished during gameplay.

After modifying the `ServerConfiguration.ini`, save the file and restart your server. The updated resource settings will be applied automatically.

## Conclusion

Congratulations! You have successfully configured build points and resource settings on your **Over the Top WWI server**. This allows you to control fortifications, balance gameplay, and shape the overall battle experience.

For further questions or assistance, please don’t hesitate to contact our support team, which is available daily to assist you! 🙂

<InlineVoucher />
53 changes: 53 additions & 0 deletions docs/over-the-top-wwi-configure-chat-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
id: over-the-top-wwi-configure-chat-settings
title: "Over the Top WWI: Configure Chat Settings"
description: "Learn how to configure chat and communication settings on your Over the Top WWI server → Learn more now"
sidebar_label: Chat Settings
services:
- gameserver-over-the-top-wwi
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction

Chat settings in **Over the Top WWI** control how players communicate via text during gameplay. Adjusting these settings allows you to enable global communication, restrict chat usage, or fully mute players if necessary.

Proper chat configuration can help maintain order on the server and improve the overall player experience.

<InlineVoucher />

## Configuration

Chat settings are configured inside the server configuration file. You can access and edit this file in your **gameserver management panel** under **Configs**. Locate and open the `ServerConfiguration.ini` configuration file. Inside this file, find the following parameters:

```
AllowAllChat = 1
ServerMuteAll = 0
BannedWordsPathString = BannedWords.txt
```


- `AllowAllChat` enables or disables global chat communication

- `0` → Disabled
- `1` → Enabled

- `ServerMuteAll` disables all player chat when enabled

- `0` → Disabled
- `1` → Enabled

- `BannedWordsPathString` defines the file used for filtering restricted words. The file contains a list of blocked terms that will not be allowed in chat

Adjust these settings to control how players communicate and to enforce chat moderation rules on your server.

After modifying the `ServerConfiguration.ini`, save the file and restart your server. The updated chat settings will be applied automatically.

## Conclusion

Congratulations! You have successfully configured chat settings on your **Over the Top WWI server**. This allows you to manage player communication and maintain a controlled and enjoyable environment.

For further questions or assistance, please don’t hesitate to contact our support team, which is available daily to assist you! 🙂

<InlineVoucher />
Loading