Getting Started with Fivemon
Welcome to the Fivemon Getting Started tutorial! This guide will walk you through the steps to set up your Fivemon server in minutes.
⚠️ Before you begin, make sure you have a valid license.
You can obtain your license here: Get Your License
Step 1: Choosing Fivemon Build and Install Method
Visit https://builds.fivemon.gg/ and choose the lastest stable version.
There are two ways to install Fivemon:
-
txAdmin Recipe (recommended for most users)
-
Docker Build (for advanced setups)
Step 2: Install Fivemon
🛠️ Method 1: txAdmin Recipe (Easy Method)
This is the easiest and fastest way to get started.
-
Download the latest FiveM server artifacts:
-
For Windows, go to: https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/
-
For Linux, go to: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
Avoid using build 7290. We recommend using a more recent version such as 13068.
-
-
Extract the downloaded artifact and start the server normally without any extra parameters. This will launch txAdmin.
-
Enter the PIN shown in the console and log in with your Cfx.re account.
-
In Step 3 of the deployment process, select "Remote URL template" and click next.
-
Paste the URL you copied from https://builds.fivemon.gg/ should look like this https://recipe.fivemon.gg/...
-
Click Next. If everything is correct, the recipe should load.
- If you receive a 403 Forbidden error, it means your license IP is misconfigured.
-
Choose the directory where you want to store your project files and proceed to the Recipe Deployer.
-
When the recipe appears, click Next.
-
In Step 2 of the recipe setup:
-
Enter your Fivemon license.
-
Configure your database access.
-
Set your desired locale.
-
-
Click Run Recipe. The necessary files will be downloaded and configured automatically.
- If you encounter an error during file download, it likely means there’s an issue with the IP address on your license.
-
Once the process finishes, review the generated
server.cfg
to make any final changes. -
Click Save and Run Server to start it.
-
The first time the server runs:
-
You will need to manually obtain the contents of the
[assets]
folder and place them in the correct directory. We do not provide them here. -
Restart the server after placing the assets.
-
-
On first launch, the server may download additional data from the internet.
- If you encounter errors immediately after this, please contact support for assistance.
🎉 That’s it! Your Fivemon server is running and ready to go.
🐳 Method 2: Docker (Advanced Users)
If you prefer to run Fivemon using Docker, follow these steps.
-
Go to https://builds.fivemon.gg/ and download the Docker build. You will be asked to enter your license key.
-
Copy the folder
config_template
and rename the copy toconfig
. -
Inside
config/cfg/server_config.cfg
, edit the configuration:-
Set your
sv_licenseKey
with your regular FiveM key. -
Add this line to set your Fivemon license:
set fivemon_license your_license_here
-
-
Make sure to place the required
assets
insideengine/resources/[assets]
. We do not provide them here. -
If you don’t have Docker installed, download it here: https://www.docker.com/products/docker-desktop/. Make sure Docker is running on your machine.
-
Run the Server. Inside the project folder, use the following command:
docker compose up --build
This will pull dependencies, configure containers, and launch the Fivemon server.
-
Useful Docker Commands
docker compose up -d
— Start in detached modedocker compose down
— Stop the serverdocker compose logs -f
— View live logsdocker compose restart
— Restart the server
Once the containers are up and running, your Fivemon server should be accessible.
If you run into errors with assets or license validation, double-check your configuration and license IP settings.
🎉 That’s it! Your Fivemon server is running and ready to go.