Garry's Mod Server Guide
DarkRP, TTT, Sandbox, and custom gamemodes
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.
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.
Install addons from the Workshop
Add a Steam Workshop collection ID to your server.cfg:
resource.AddWorkshop("COLLECTION_ID")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"
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.
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.