zerefdev / fivemLinux

fivemLinux is a tool that lets you manage your FiveM server in an easy way using the command line.
https://forum.fivem.net/t/fivemlinux-the-server-manager-you-will-ever-need-linux/543969
GNU Affero General Public License v3.0
9 stars 6 forks source link

Description

fivemLinux is a bash tool that lets you manage your FiveM server in a easy way using the command line.
If you have any suggestions or improvements, don't hesitate to send your pull requests

Installation

  1. connect to your virtual server
  2. download the tool using wget
    wget https://raw.githubusercontent.com/zerefdev/fivemLinux/master/fivem.sh
  3. Convert the file to unix format if needed and give it execution permission
    3.1. Install dos2unix
    sudo apt install dos2unix
    3.2. Convert the file to unix format
    dos2unix fivem.sh
    3.3. Give it permission to "execute"
    chmod +x fivem.sh
  4. Start the installation process and follow the instructions
    ./fivem.sh
  5. Done!

Usage

TODO

Changelog

[2.0] - 29.05.2019

[1.0] - 27.05.2019