Page cover image

💻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.


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.


This only applies to The Isle Manager (Legacy and Evrima*)

The Isle official discord server
Information about Pingperfect FTP
Information about GPORTAL FTP
Information about Nitrado FTP
Information about gtxgaming FTP

Mygameplatform.com is now supported by 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

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.

Example:

/setup ftp: ftp://theisle@84.160.80.10/theisle/TheIsle/Saved/Databases/Survival/Players password: YOURPASSWORD

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

Video how to setup the bot.


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
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

Also found in TheIsle.log 
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.

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

Type in the provided rcon information using this command


Open-sourced PHP library for creating own rcon service, all the documentation is here

Last updated