I plan on supporting Pelican and Pterodactyl simultaneously when Pelican's first stable release comes out. There will be two eggs to support this. :)
This script installs FiveM on a Debian 12 server. It installs the latest version of FiveM and automatically keeps it updated. It also installs the latest version of FXServer.
- Download the egg from the Releases.
- Upload the egg to your panel.
- Create a new server and select the FiveM egg.
- Start the server and wait for it to install.
- Once the server is started, stop it.
- Go to the
Startup
tab. - Change the
Auto Update
to the desired value (default:1
|0
= disabled,1
= enabled). Note: This will delete thealpine
folder and reinstall it; no data will be lost.
The FIVEM_VERSION
variable:
- Defaults to
latest
, which is the latest optional artifact. - Can be set to a specific version, e.g.,
7549-801114291131277b01c25158b4261df6efbbc610
. - If the
Auto Update
button is turned on when you press theReinstall Server
button, thealpine
folder will be replaced with an updated version.
Ports required to run the server in a table format. You only need the txAdmin port if you plan to enable txAdmin.
Port | Default |
---|---|
FiveM | 30120 |
txAdmin | 40120 |
- Luxxy-GF - Creator of the egg
- Pterodactyl - Panel used
- FiveM - Game server software used
- parkervcp - Creator of the original egg
If you need help with this egg, you can create an issue on this repo.
This project is licensed under the MIT License - see the LICENSE file for details.
If you want to help with this egg, you can create a pull request at pterodactyl-fivem..