A quick tutorial on how to setup a GTA FiveReborn server on a Linux machine!
The tutorial on the FiveReborn website is incorrect.
NOTE: Make sure you have port 30120 open on your server.
Server Files: FiveM Release topic
Install Mono: Install Mono on Linux | Mono
FileZilla: Download FileZilla Client for macOS (Intel)
PuTTy: Download PuTTY: latest release (0.81)
Notepad ++: https://notepad-plus-plus.org/download/v7.3.1.html
Installing Mono-Complete:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo “deb http://download.mono-project.com/repo/debian wheezy main” | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-complete