Server Guide

SyncHost ยท Knowledge Base

Server Guides

Everything you need to set up your server quickly and correctly. Click a section to jump straight to it.

๐Ÿ‡ณ๐Ÿ‡ฑ NL ๐Ÿ‡ฌ๐Ÿ‡ง EN
Minecraft server panel
Minecraft Java & Bedrock

Setting up your Minecraft server

Learn how to start your Minecraft server via the control panel, install plugins, configure server.properties and manage players through the console.

Step-by-step guide

1

Log in to the control panel

Go to gp.synchost.nl and log in with your credentials. Click on your Minecraft server to open the dashboard.

2

Choose your server version

Go to Startup in the left menu. Choose your version, e.g. Paper 1.21 for Java or Bedrock for cross-platform play. Save and restart.

3

Accept the EULA

The first start will fail. Go to Files โ†’ eula.txt and change:

eula=true

Save and restart โ€” the server will now fully load.

4

Edit server.properties

Go to Files โ†’ server.properties and adjust the basic settings:

motd=Welcome to my SyncHost server!
max-players=20
difficulty=normal
gamemode=survival
online-mode=true
pvp=true
view-distance=10
5

Install plugins

Go to Files โ†’ plugins and upload your .jar files. Download plugins from spigotmc.org or dev.bukkit.org. Restart the server afterwards.

6

Give yourself admin (op)

Open the Console and run (replace YourName with your username):

op YourName

To remove: deop PlayerName

GTA 5 server panel
GTA 5 FiveM platform

Setting up your GTA 5 server

From an empty server to a fully running GTA 5 environment. Including txAdmin setup, installing resources and configuring your server.

Step-by-step guide

1

Get your CFX license key

Go to portal.cfx.re/keymaster and log in. Click New Server Key, enter a name and click Generate. Copy the key โ€” you will need it in step 4.

2

Start the server and open txAdmin

Go to gp.synchost.nl and click on your GTA 5 server. Start it โ€” in the console a link will appear such as http://localhost:40120. Open that in your browser.

3

Complete the txAdmin setup wizard

Create an admin account and follow the wizard. Choose a recipe like QBCore or ESX. txAdmin downloads the framework automatically (1โ€“5 minutes).

4

Edit server.cfg

Go to Files โ†’ server-data โ†’ server.cfg:

sv_hostname "My GTA 5 Server"
sv_maxclients 32
sv_licenseKey "your_cfx_license_key"

Your license key is at portal.cfx.re/keymaster.

5

Install resources

Upload resources to server-data/resources/ and add them to server.cfg (dependencies first):

ensure ox_lib
ensure oxmysql
ensure qb-core
6

Connect database via oxMySQL

Add the connection string to server.cfg (credentials found in the panel under Databases):

set mysql_connection_string "mysql://username-here:Password-Here@185.229.35.100/Database-Name-Here?charset=utf8mb4"

Additional guides

Supplementary guides

Commonly used features explained step by step.

๐Ÿ›ก๏ธ
txAdmin GTA 5

Setting up txAdmin

txAdmin is the free management panel included with your GTA 5 server. Use it to manage players, resources and server configuration through a clear web interface.

๐Ÿ”‘ First time opening

Start the server and open the txAdmin link from the console. Default port 40120.

๐Ÿ‘ค Admin account

Choose a strong username and password for your txAdmin account.

๐Ÿšซ Manage players

Via Players you can kick, ban or whitelist players.

๐Ÿ”„ Auto-restart

Set via Settings โ†’ FXServer. E.g. every night at 04:00.

Tip: Create extra admin accounts via Settings โ†’ Admins with limited roles for moderators.

๐Ÿ—„๏ธ
MySQL oxMySQL

Connecting a database

Most GTA 5 frameworks (QBCore, ESX) require a MySQL database. Follow the steps below to create and connect your database via oxMySQL.

1

Create a database in the panel

Go to your server โ†’ Databases โ†’ Create new database. Note the hostname, username, password and name.

2

Install oxMySQL

Download from github.com/overextended/oxmysql/releases and upload to server-data/resources/. Add to server.cfg:

ensure oxmysql
3

Set the connection string

set mysql_connection_string "mysql://username-here:Password-Here@185.229.35.100/Database-Name-Here?charset=utf8mb4"
4

Test the connection

Restart the server. If connected you will see [oxmysql] Connected to database in the console.

Note: Always use utf8mb4 as charset to prevent issues with special characters and emojis.

๐Ÿงฉ
Minecraft Plugins

Installing plugins

Plugins extend your Minecraft server with extra features like economy, protected areas, mini-games and more.

1

Use the correct server type

Plugins only work on Paper, Spigot or Bukkit. Check under Startup in your panel.

2

Download a plugin

Trusted sources: spigotmc.org, dev.bukkit.org, modrinth.com. Check version compatibility.

3

Upload via the panel

Go to Files โ†’ plugins, upload the .jar file and restart the server.

4

Configure the plugin

Edit plugins/PluginName/config.yml. Reload without restart:

plugman reload PluginName

Recommended starter pack:

EssentialsX

Basic commands: /home, /tp, /ban, etc.

LuckPerms

Permissions and role management.

WorldGuard

Protect areas from griefing.

Tip: Don't install too many plugins at once. Test after each addition whether the server remains stable.

๐Ÿ”’
Minecraft GTA 5

Setting up a whitelist

A whitelist ensures only invited players can join your server. Ideal for private or test servers.

Minecraft

1

Enable the whitelist

Open the Console and run:

whitelist on
2

Add and remove players

whitelist add PlayerName
whitelist remove PlayerName
whitelist list
3

Reload after changes

whitelist reload

GTA 5 (txAdmin)

Enable whitelist

In txAdmin go to Settings โ†’ Whitelist and enable it. Choose whether players can request access or are only added manually.

Approve requests

Via Whitelist โ†’ Pending you can see pending requests. Click Approve or Deny per player.

Tip: Temporarily disable the whitelist for maintenance with whitelist off (Minecraft) or via txAdmin Settings (GTA 5).

๐Ÿ’ป
Minecraft GTA 5

Console commands

Via the console in the panel you can enter commands as if you were on the server yourself โ€” without logging in as a player.

Minecraft โ€” common commands

op PlayerName

Grants a player operator rights.

deop PlayerName

Removes operator rights.

kick PlayerName [reason]

Kicks a player from the server.

ban PlayerName [reason]

Permanently bans a player.

pardon PlayerName

Removes a ban (unban).

say Message

Broadcasts a message to all players.

list

Shows all online players.

stop

Safely stops the server.

GTA 5 โ€” common commands

restart resourcename

Restarts a specific resource.

stop resourcename

Stops a resource without server restart.

start resourcename

Starts a stopped resource.

txAdmin-restart

Restarts the full server via txAdmin.

Note: Console commands run as the server (not as a player) โ€” no / needed before the command.

Powered by WHMCompleteSolution