I am currently working on a brand new version with different options
This is a third party script. I am not a developer of BeamMP and I am not on the BeamMP team. Otherwise, I just found it can be too hard for some to get beammp running properly.
BeamMP:
⠀⠀3.1.1
Linux:
⠀⠀Debian 11
⠀⠀Ubuntu 20.04/22.04
- Install git install git for cloning the repository:
apt install curl - Download the install script:
curl https://raw.githubusercontent.com/DedBash/BeamMP-Server-installer/main/install.sh -o install.sh - Give the script rights to execute:
chmod +x install.sh - Start the script:
./install.sh
or./install.sh noguifor no console gui
- Start server:
./server start - Stop server:
./server stop - Restart server:
./server restart - Console of the server:
./server terminal



