Skip to content

Commit 440c568

Browse files
committed
feat: add Satisfactory metadata
1 parent 8df1b66 commit 440c568

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

json/satisfactory.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "Satisfactory",
3+
"slug": "satisfactory",
4+
"categories": [
5+
24
6+
],
7+
"date_created": "2026-07-02",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"has_arm": false,
12+
"interface_port": 7777,
13+
"documentation": "https://satisfactory.wiki.gg/wiki/Dedicated_servers",
14+
"website": "https://www.satisfactorygame.com/",
15+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/satisfactory.webp",
16+
"description": "Host a persistent Satisfactory world for PC players using the official Linux dedicated server and SteamCMD.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/satisfactory.sh",
21+
"config_path": "/root/.config/Epic/FactoryGame/Saved/Config/LinuxServer",
22+
"resources": {
23+
"cpu": 4,
24+
"ram": 8192,
25+
"hdd": 20,
26+
"os": "Debian",
27+
"version": "13"
28+
}
29+
}
30+
],
31+
"default_credentials": {
32+
"username": null,
33+
"password": null
34+
},
35+
"notes": [
36+
{
37+
"text": "Open or forward ports 7777 TCP/UDP and 8888 TCP. External and internal port 7777 must match.",
38+
"type": "info"
39+
},
40+
{
41+
"text": "The server is managed and claimed from the in-game Server Manager.",
42+
"type": "info"
43+
},
44+
{
45+
"text": "Updates stop and restart the game server; schedule them when no players are connected.",
46+
"type": "warning"
47+
}
48+
]
49+
}

0 commit comments

Comments
 (0)