This script will install the required packages, configure MariaDB, configure the web server, and prompt the user to edit the server.cfg file. Finally, the script creates a fivemserver.sh file that can be used to start, stop, restart, and update the FiveM server.
If there isn't a Release listed, then this is completely unstable.
- Ubuntu 20.04
- At least 4GB of RAM
- At least 5GB hard drive space
- Clone the repository:
git clone https://github.com/ColterD/FiveM-Python-Setup.git
- Change to the directory:
cd FiveM-Python-Setup
- Install the required packages:
pip3 install -r requirements.txt
- Run the command:
python3 fivem_setup.py
- Run the following command to start the FiveM server:
./fivemserver.sh start
- Run the following command to stop the FiveM server:
./fivemserver.sh stop
- Run the following command to restart the FiveM server:
./fivemserver.sh restart
- Run the following command to update the FiveM server:
./fivemserver.sh update
The FiveM server can be configured by editing the server.cfg file. The server.cfg file is located in the FiveM-Python-Setup directory.
This project is licensed under the Creative Commons Attribution-Share Alike 4.0 International (CC BY-SA 4.0) License.