2018-07-12 04:41:33 +08:00
# FiveM
2020-05-26 20:50:30 +08:00
## From the [FiveM](https://fivem.net/) Site
FiveM is a modification for Grand Theft Auto V enabling you to play multiplayer on customized dedicated servers.
2018-11-06 07:16:04 +08:00
2019-09-11 22:37:25 +08:00
# Notice
2020-05-26 20:50:30 +08:00
Currently the script can get versions from the builds site.
2019-09-11 22:37:25 +08:00
2020-05-26 20:50:30 +08:00
The `FIVEM_VERSION` variable.
* Defaults to `latest` which is the latest recommended
* Can be set to a specific version Ex. `2431-350dd7bd5c0176216c38625ad5b1108ead44674d` .
2018-11-06 07:16:04 +08:00
2020-05-26 20:50:30 +08:00
The `DOWNLOAD_URL` only needs to be used if they turn on ddos protection. The variable needs to point to a `fx.tar.xz` file as I am too lazy to update the entire script.
2018-11-06 07:16:04 +08:00
2020-06-03 08:53:01 +08:00
# txAdmin
2020-08-20 01:11:32 +08:00
txAdmin is now supported and disabled by default. You set `TXADMIN_ENABLED` to `1` to enable it.
2020-06-17 08:56:09 +08:00
The last update to the egg changes the server to use txadmin to run. On first startup it will print a key to use to sign into the txadmin panel.
2020-06-03 08:53:01 +08:00
### Your server will not go online until it's started from txadmin.
2020-05-26 20:50:30 +08:00
## Server Ports
2018-11-06 07:16:04 +08:00
Ports required to run the server in a table format.
| Port | default |
|---------|---------|
2020-05-26 20:50:30 +08:00
| Game | 30110 |
2020-06-03 08:53:01 +08:00
| Game+1 | 30120 |
2020-08-20 01:11:32 +08:00
| txAdmin | 40120 |