Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Installation on a Dedicated Server (official)

VictorienXP edited this page Mar 24, 2021 · 1 revision

I assume you already know how to host a Garry's Mod dedicated server.

You can find the complete guide on Garry's Mod Wiki: https://wiki.facepunch.com/gmod/Downloading_a_Dedicated_Server


There are multiple ways to use and install the gamemode on your dedicated server:

  1. The easiest and recommended way to use and install the gamemode on your dedicated server is with the Steam Workshop.
  2. Clone the Git repository. This is intended for developers only.
  3. Using source code archive (zip/tar.gz). This is not recommended.

Steam Workshop

Setting up the Steam Workshop for your dedicated server is easy! Just follow the official guide: https://wiki.facepunch.com/gmod/Workshop_for_Dedicated_Servers

You just need to add the "Five Nights at Pinkie's Collection" in your server collection and let your server download the recommended addons (Garry's Mod will follow linked collections). You can also add the addons manually in your own Workshop collection.

If your server is new and/or dedicated for the gamemode and doesn't have it's own Workshop collection. You can use directly the "Five Nights at Pinkie's Collection" with +host_workshop_collection 542940527.

When you're ready you can just start your server with +gamemode fnapgm and +map fnap_scc.

You can also check out how to customize stuff here.

Clone this wiki locally