> For the complete documentation index, see [llms.txt](https://docs.theislemanager.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theislemanager.com/path-of-titans-manager/how-to-setup-path-of-titans.md).

# How to setup Path of Titans

## How to Setup

#### Example Game.ini

```
[SourceRCON]
bEnabled=true
bLogging=true
Password="password"
Port=8888
IP="88.77.66.55"
MaxFailedAttempts=5
Timeout=60
MaxConnectionsPerIP=3
```

<figure><img src="/files/wOgdiDlN2Yn7fXtuxhDU" alt=""><figcaption><p>Use Game.ini settings like this for <code>/setup</code> command</p></figcaption></figure>

## Links for documentation

{% embed url="<https://github.com/Alderon-Games/pot-community-servers/wiki/Source-RCON>" %}
How to configure a server for source RCON
{% endembed %}

{% embed url="<https://github.com/Tiiffi/mcrcon>" %}
Use this tool to test if connection is correct then use its setting for Path of Titans Manager
{% endembed %}

## RCON commands & Webhooks

{% embed url="<https://github.com/Alderon-Games/pot-community-servers/wiki/Admin-Chat-Commands>" %}

{% embed url="<https://github.com/Alderon-Games/pot-community-servers/wiki/Webhooks>" %}

{% embed url="<http://discord.gg/pathoftitans>" %}
Official Path of Titans discord server if you need help setting up RCON.
{% endembed %}

## Example game.ini

```
[/Script/PathOfTitans.IGameSession]
ServerName=Path of Titans Manager
ServerMap=Island
MaxPlayers=50
OverrideWaystoneCooldown=-1
MaxCompleteQuestsInLocation=0
ServerDiscord=
RestartLengthInSeconds=10800
bServerAllowMap=false
bServerAllowMinimap=false
bServerQuest=false
bServerHomeCaves=false
bServerEditAbilitiesInHomeCaves=false
bServerHatchlingCaves=false
GlobalPassiveGrowthPerMinute=0.05
QuestGrowthMultiplier=0
bLoseGrowthPastGrowthStages=true
CombatDeathMarksPenaltyPercent=100
CombatDeathGrowthPenaltyPercent=100
FallDeathMarksPenaltyPercent=100
FallDeathGrowthPenaltyPercent=100
SurvivalDeathMarksPenaltyPercent=100
SurvivalDeathGrowthPenaltyPercent=100
MaxClientPingMs=0
MaxClientPingDuration=0
ServerLogoutTime=30
SpeedhackDetection=0
ServerAdmins=000-000-000
AFKDisconnectTime=3600

[/Script/PathOfTitans.IGameMode]
ServerStartingTime=0900

[SourceRCON]
bEnabled=true
bLogging=true
Password=password
Port=9999

[ServerWebhooks]
bEnabled=true
PlayerReport="https://discord.com/api/webhooks/103923624919146501/"
PlayerLogin="https://discord.com/api/webhooks/103923624919146501/"
PlayerLogout="https://discord.com/api/webhooks/103923624919146501/"
PlayerLeave="https://discord.com/api/webhooks/103923624919146501/"
PlayerKilled="https://discord.com/api/webhooks/103923624919146501/"
PlayerRespawn="https://discord.com/api/webhooks/103923624919146501/"
PlayerMessage="https://discord.com/api/webhooks/103923624919146501/"
PlayerWaystone="https://discord.com/api/webhooks/103923624919146501/"
ServerRestart="https://discord.com/api/webhooks/103923624919146501/"
AdminSpectate="https://discord.com/api/webhooks/103923624919146501/"


```
