Startup

Configure how your server boots: the launch command, Docker image, and per-server variables.

Startup command

The command used to launch your server.

$(pwd)/alpine/opt/cfx-server/ld-musl-x86_64.so.1 --library-path "$(pwd)/alpine/usr/lib/v8/:$(pwd)/alpine/lib/:$(pwd)/alpine/usr/lib/" -- $(pwd)/alpine/opt/cfx-server/FXServer +set citizen_dir $(pwd)/alpine/opt/cfx-server/citizen/ +set sv_licenseKey [hidden] +set steam_webApiKey [hidden] +set sv_maxplayers [hidden] $( [ \"$ADMIN_ENABLE\" == \"1\" ] || printf %s '+exec server.cfg' )
Docker image

The container image running this server.

vibegames/fivem-dedicated:latest

Variables

6 total ยท 5 editable
txAdmin Port
TXADMIN_PORT
Read only

The port for the txAdmin panel

Enable txadmin
ADMIN_ENABLE
Enabled

Enables txadmin. set to 1 to enable. (default is 0 for false)

Auto update
AUTO_UPDATE
Disabled

Auto update the FiveM server version

TXAdmin password
TXADMIN_PASSWORD

If you change this password will not be reset by default. You will have to delete the /txData/admin.json file.

DOWNLOAD_URL
DOWNLOAD_URL

DOWNLOAD_URL

FiveM resource cache
RESOURCE_CACHE
Enabled

FiveM resource caching lets players download cached resources from an external cache server hosted on Cloudflare. This significantly improves download speeds for players.