s95268 / FiveM-Server-Setup

Automate your FiveM server setup with this simple and effective Bash script! ๐Ÿš€
1 stars 1 forks source link

FiveM Server Setup Script ๐Ÿš€

This Bash script automates the setup process for a FiveM server on a Linux system. It installs and configures necessary dependencies such as MariaDB, phpMyAdmin, and PHP, downloads the FiveM server files, sets up a MySQL user and database, and provides instructions for launching the server with or without TXADMIN.

Usage โ„น๏ธ

  1. Clone this repository or download the FiveM-Server-AutoSetup.sh script.
  2. Make sure the script has execute permissions:
    chmod +x FiveM-Server-AutoSetup.sh
  3. Run the script:
    ./FiveM-Server-AutoSetup.sh
  4. Follow the prompts to provide SQL username, password, and database information.
  5. Once the installation is complete, follow the instructions to launch the server.

Requirements ๐Ÿ› ๏ธ

Notes ๐Ÿ“

Disclaimer โš ๏ธ

Use this script at your own risk. The author is not responsible for any damage or data loss caused by the use of this script.

Contributions ๐Ÿค

Contributions and feedback are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.