Skip to main content

How to Install SAMP Server on Linux

How to Install SAMP Server on Linux

This guide will walk you through installing a San Andreas Multiplayer (SAMP) server on a Linux system.

Step 1: Update Your System

sudo apt update && sudo apt upgrade -y

Start by ensuring your system is up to date.

Step 2: Install Required Dependencies

sudo apt install -y wget unzip libcurl4-openssl-dev

Step 3: Download SAMP Server

wget https://files.sa-mp.com/samp037svr_R2-2-1.tar.gz
tar -xvf samp037svr_R2-2-1.tar.gz
cd samp03

Step 4: Configure Your Server

Edit the server.cfg file:

nano server.cfg

Modify settings like hostname, maxplayers, etc.

Step 5: Start the Server

./samp03svr

Your SAMP server should now be running!

Note: You may need to open ports 7777 in your firewall.

Comments

Popular posts from this blog

HOW TO IMPORT CONFIG HTTP INJECTOR

How to Install a Multi Theft Auto (MTA) Server on Linux

How to Install TeamSpeak Server on Linux