Skip to content

How to upload the gamemode and server on a VPS Ubuntu?

Dave Roman edited this page Apr 10, 2022 · 1 revision

The following commands must be used to execute the gamemode:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libstdc++6:i386 libssl1.1:i386 libicu-dev:i386
sudo chmod u+x samp03svr announce
Clone this wiki locally