ccl-server is a single-binary private server for Friday the 13th: The Game on PlayStation. Download one file, run it, host your own camp.
Licensed under MIT.
Friday the 13th: The Game shut down its official servers in 2024, taking the game offline on every platform. Other community servers exist on PC, but for PlayStation there wasn't one. The Camp Crystal Lake server went live on January 25, 2026 as the first proper PlayStation revival, standing on top of years of community protocol work.
ccl-server is the standalone counterpart -- a lighter version anyone can run at home for their own friends.
Early scaffolding. First release targeted for July 2026. In the meantime, play on the main Camp Crystal Lake community server.
Once released, grab a prebuilt binary or installer from the Releases page. Linux and Windows builds are published for every tagged release with SHA256 checksums and VirusTotal scans in the release notes.
# Linux / one-liner
curl -LsSf https://github.com/CampCrystalLake/ccl-server/releases/latest/download/ccl-server-installer.sh | sh
# Windows (PowerShell)
powershell -c "irm https://github.com/CampCrystalLake/ccl-server/releases/latest/download/ccl-server-installer.ps1 | iex"
# Windows MSI
# grab ccl-server-*.msi from the Releases pageFull walkthrough (PS4/PS5 DNS setup, port forwarding, the works) lives on the wiki: https://campcrystallake.xyz/guides/hosting/getting-started/.
MIT. See LICENSE.