Welcome to GigaLinked! In this guide, we’ll walk you through installing and setting up your FiveM server (including txAdmin) on a GigaLinked node. We’ll cover everything from allocating ports and creating the server in the panel, to ensuring you have the correct resource limits and license key.
Tip: By default, your panel URL and login credentials are sent to you via email when you create a new node.
Go to Administration
In your GigaLinked panel, click on Administration in the left-hand menu, then select Dedicated Nodes.
Select Your Node
From the list of nodes, click the node you want to install FiveM on.
Open “Allocation”
Find and click the “Allocation” tab, where you manage open ports.
Assign New Allocations
Important: If you do not open the port for txAdmin, it will fail to start or remain inaccessible.
Navigate to Servers List
In the left-hand menu, click Servers. On the top-right, select Create New (or Add Server).
Fill Out Information
Allocation Management
If you do not select the txAdmin port here, txAdmin will not function.
Resource Management
Nest & Egg
FiveM License Key
FiveM Version
Keeping this as recommended will result in the following error in the console:
Enable txAdmin
Enable txAdmin
to 1.Limits & Backups
Create the Server
Click Create to finalize. You can click the console button to see the server creation.
Open txAdmin
Enter the PIN
Choose Deployment Type
Base Folder
/home/container/
(the default for your FiveM server files).Finishing Up
Important Note on Stopping the Server
- It’s recommended to stop or restart the server from the GigaLinked panel rather than txAdmin.
- Clicking “Stop” in txAdmin may not fully stop the server process. Use the panel’s Kill or Stop button to properly shut it down.
- It's recommended to delete the cache folder once a week, when the server is off, depending on the amount of resources.
You have now installed and configured your FiveM server with txAdmin on GigaLinked. From allocating ports to finalizing the txAdmin setup, your server should be ready to go. Remember to always manage major actions (start, stop, kill) via the GigaLinked panel for a clean server state.
If you have any questions or run into issues, feel free to open a ticket or consult GigaLinked support. We also appreciate any feedback you have on this documentation—your comments and ratings help us improve!
Enjoy your new FiveM server, and thank you for choosing GigaLinked!
This guide is maintained by GigaLinked. For further updates or issues, please check our [Support & Documentation] or open a support ticket.
Want to set up a server banner for your FiveM server? Here is how to do it!
.png
format at 1865x250 (optimal width & height).server.cfg
file and add this line:sets banner_detail "YOUR_IMGUR_LINK_HERE"
Make sure the Imgur link starts with i.imgur.com
, for example: https://i.imgur.com/rYrHNvr.png
Now restart your server and you should see the banner!
If you got this error:
Then you did not set up themysql_connection_string
correctly. The database IP can never be127.0.0.1
.
server.cfg
.mysql_connection_string
, include the following:
server=
: IP of your MySQL server (found in the “Databases” tab of your control panel).uid=
: Username of your MySQL database.password=
: Password of your MySQL database.database=
: Name of your database.Your mysql_connection_string
might look like this:
set mysql_connection_string "mysql://[USERNAME-HERE]:[PASSWORD-HERE]@db.glnodes.com:50000/[DB-NAME]"