Files
Pterodactyl/Production/Eggs/Satisfactory.json
monoadmin 8bdaef7a68 New Eggs
2026-02-07 01:08:03 -08:00

33 lines
1.1 KiB
JSON

{
"_comment": "Satisfactory Dedicated Server - Production",
"meta": { "version": "PTDL_v2" },
"exported_at": "2026-02-04T00:00:00+00:00",
"name": "Satisfactory (Production)",
"author": "admin@yourhost.com",
"description": "Satisfactory Dedicated Server with auto-update and clean shutdown",
"docker_images": {
"SteamCMD": "ghcr.io/pterodactyl/yolks:steamcmd"
},
"startup": "./FactoryServer.sh -log",
"config": {
"stop": "SIGINT"
},
"scripts": {
"installation": {
"script": "#!/bin/bash\ncd /mnt/server\n\nif [ \"{{AUTO_UPDATE}}\" = \"1\" ]; then\n ./steamcmd/steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update 1690800 validate +quit\nfi\n",
"container": "ghcr.io/pterodactyl/installers:steamcmd",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Auto Update",
"env_variable": "AUTO_UPDATE",
"default_value": "1",
"user_viewable": true,
"user_editable": false,
"rules": "required|in:0,1"
}
]
}