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

32 lines
912 B
JSON

{
"_comment": "Satisfactory Dedicated Server",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2026-02-01T00:00:00+00:00",
"name": "Satisfactory",
"author": "you@example.com",
"description": "Satisfactory Dedicated Server via SteamCMD",
"features": null,
"docker_images": {
"SteamCMD": "ghcr.io/pterodactyl/yolks:steamcmd"
},
"file_denylist": [],
"startup": "./FactoryServer.sh -log",
"config": {
"files": {},
"startup": {},
"logs": {},
"stop": "SIGINT"
},
"scripts": {
"installation": {
"script": "#!/bin/bash\ncd /mnt/server\n\n./steamcmd/steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update 1690800 validate +quit\n",
"container": "ghcr.io/pterodactyl/installers:steamcmd",
"entrypoint": "bash"
}
},
"variables": []
}