> 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/the-isle-manager/quick-start.md).

# Quick Start

Guide how to setup The Isle Manager with Filezilla client, we will not help you setup game servers or help with server side. Ask official game developers or hosting provider.

***

{% embed url="<https://pingperfect.com/aff.php?aff=1728>" %}

> The Isle Manager proudly partners with Pingperfect and wholeheartedly recommends their services as the go-to choice for starting your gaming server adventure. With a strong affiliate relationship, we believe Pingperfect offers the best solutions for your server needs.

##

***

## <mark style="color:red;">This only applies to The Isle Manager (Legacy and Evrima\*)</mark>

{% embed url="<https://discord.gg/survivetheisle>" %}
The Isle official discord server
{% endembed %}

{% embed url="<https://pingperfect.com/index.php/knowledgebase/19/Accessing-your-files--File-manager--FTP.html>" %}
Information about Pingperfect FTP
{% endembed %}

{% embed url="<https://www.g-portal.com/wiki/en/tools-tips#ftp-client>" %}
Information about GPORTAL FTP
{% endembed %}

{% embed url="<https://wiki.nitrado.net/en/3.How_to_use_your_server's_FTP>" %}
Information about Nitrado FTP
{% endembed %}

{% embed url="<https://www.gtxgaming.co.uk/clientarea/index.php?rp=%2Fknowledgebase%2F445%2FHow-to-connect-to-your-server-FTP.html>" %}
Information about gtxgaming FTP
{% endembed %}

#### Mygameplatform.com is now supported by [The Isle Manager](mailto:undefined)

{% embed url="<https://wiki.mygameplatform.com:1011/the-isle-legacy.html#the-isle-manager>" %}

All the FTP information is under `My Servers` > `Panel` > `Startup`

## How to setup

Step 1: `Download Filezilla` client from <https://filezilla-project.org/>

Step 2: `Connect to your FTP server with Filezilla`&#x20;

Step 3: `Copy players folder url to clipboard, right click players folder and click on (Copy URL(s) to clipboard)`

Step 4: type-> `/setup copied-url yourFTPpassword` `press enter`

![Navigate to players folder and right click it.](https://cdn.discordapp.com/attachments/868500340243304458/888448736005611550/unknown.png)

Example:

<mark style="color:yellow;">/setup ftp:</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">`ftp://theisle@84.160.80.10/theisle/TheIsle/Saved/Databases/Survival/Players`</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">password:</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">`YOURPASSWORD`</mark>

Bot will answer after some seconds to say if it's connected or not

#### Video how to setup (Old Version) but still applies the same for /setup command

{% embed url="<https://cdn.discordapp.com/attachments/842942739133628436/941109084558618676/How_to_setup.mp4>" %}
Video how to setup the bot.
{% endembed %}

{% embed url="<https://cdn.discordapp.com/attachments/842942739133628436/941109084558618676/How_to_setup.mp4?ex=681c9162&hm=0db813f39cca236f098a2dd4722daedeccda93accb7af1466add76ac3baf1c0b&is=681b3fe2>" %}

{% hint style="warning" %}
Too many failed attempts can get the bot banned, hosting provider has to unban bots IP-adress. If that is the case, you need to ask them to unban this IP: `84.208.172.61`
{% endhint %}

***

## Quick Guide for RCON evrima

**CONFIGURATION SETUP**

The configuration for RCON is set through the Game.ini file; here is an example of the available configuration settings.

```
[/Script/Engine.Game]
RconEnabled=true
RconPassword=Password123
RconPort=1000
```

<pre data-full-width="true"><code>Server should start up with saying /Found in TheIsle.log file:
[2023.09.04-19.30.16:995][ 57]LogTemp: RCON server listening at: 0.0.0.0:8888 
[2023.09.04-19.30.16:996][ 57]LogTemp: Queue system listening on: 0.0.0.0:10000
<strong>
</strong><strong>Also found in TheIsle.log 
</strong>Wrong Password (but does connect): 
[2023.09.04-19.50.45:909][ 57]LogTemp: Warning: Unauthenticated RCON connection tried sending commands from: 0.0.0.0 
Correct login information: 
[2023.09.04-19.51.05:470][603]LogTemp: Warning: New RCON Connection Authenticated!

If nothing shows in TheIsle.log file, there is no connection that makes through.
</code></pre>

#### You can find your RCON information at hosting providers gamepanel titled as: RCON IP and RCON Port

<figure><img src="https://408417965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw8tOaOSgCleHnH2k7gx7%2Fuploads%2FEjZGweIhNFqeHlHQ0Dah%2Fimage.png?alt=media&amp;token=d9767b82-8cae-4400-af90-9ce73ed640bd" alt=""><figcaption><p>Type in the provided rcon information using this command</p></figcaption></figure>

***

{% embed url="<https://theislemanager.com/tools>" %}
Use this link to test your rcon connection with ease
{% endembed %}

{% hint style="danger" %}
Do not try to paste in any information from Filezilla to this command, this is strictly for RCON only. FTP setup is /setup only.
{% endhint %}

{% embed url="<https://github.com/Theislemanager/evrima-rcon>" %}
Open-sourced PHP library for creating own rcon service, all the documentation is here
{% endembed %}
