Garry's Mod Server Guide

DarkRP, TTT, Sandbox, and custom gamemodes

1

Access the panel

Open your Pterodactyl panel at panel.lastrahost.com. Your server starts with a clean Sandbox installation. Start it from the console tab and wait for the initial file download to complete.

2

Choose a gamemode

Upload your gamemode folder to /garrysmod/gamemodes/ and set +gamemode darkrp (or your gamemode name) in the startup arguments in the Startup tab.

3

Install addons from the Workshop

Add a Steam Workshop collection ID to your server.cfg:

resource.AddWorkshop("COLLECTION_ID")
4

Set up FastDL

FastDL is pre-configured on every plan. Add your server's FastDL URL to server.cfg:

sv_downloadurl "https://YOUR_IP/fastdl"
5

Configure MySQL (DarkRP)

MySQL credentials are provided in your welcome email. Install the MySQLOO module and configure your DarkRP mysql.lua with the provided hostname, username, password, and database name.

6

Add admins

Install ULX + ULib for admin management. Add your Steam64 ID to garrysmod/data/ulx/users.txt or use ulx adduser "YourName" superadmin in the server console.

← All articles