空
描述
Space Station 14 讲述了一个空间站普通轮班出现问题的故事。沉浸在你的角色中,修补复杂的系统,在这款回合制多人角色扮演游戏中于混乱中生存。
70 浏览
7 下载
2026-07-01
更新于 1 小时前
预设配置详情
registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:dotnet_10
registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:dotnet_9
registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:dotnet_8
./Robust.Server
| 变量名 | 变量 | 描述 | 默认值 | 规则 | 可查看 | 可编辑 |
|---|---|---|---|---|---|---|
| 身份验证 | SERVER_AUTH |
强制进行身份验证,使得所有连接的客户端都必须拥有有效的账户。 可选值:0(可选)、1(必需)、2(禁用)。 | 1 |
required|numeric|in:0,1,2
必填 数字 选项: 0,1,2
|
||
| 最大玩家数 | SERVER_MAX_PLAYERS |
256 |
required|numeric|between:1,256
必填 数字 介于 1-256 之间
|
|||
| 服务器名称 | SERVER_NAME |
更改服务器在大厅和启动器中显示的名称。 | MyServer |
required|string|max:48
必填 字符串 最大 48
|
||
| 服务器刻率 | SERVER_TICK |
服务器的刻率。默认为60。 | 60 |
required|numeric|between:1,80
必填 数字 介于 1-80 之间
|
镜像
registry.cn-shanghai.aliyuncs.com/pterodactyl-images/installers:debian
入口
bash
#!/bin/bash
ARCH=$([[ "$(uname -m)" == "x86_64" ]] && echo "x64" || echo "arm64")
V=$(curl -sSL https://wizards.cdn.spacestation14.com/fork/wizards | grep ".Server_linux" | grep -i ${ARCH} | head -1 | awk '{print $2}' | sed 's/^href="//;s/">Linux//')
mkdir -p /mnt/server
cd /mnt/server
echo "Running: curl -sSL -o server_linux.zip https://wizards.cdn.spacestation14.com${V}"
curl -sSL -o server_linux.zip "https://wizards.cdn.spacestation14.com${V}"
unzip -o server_linux.zip
rm server_linux.zip
chmod +x Robust.Server
## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": "https://eggs.pterodactyl.top/eggs/246/download/egg-space-station-14.json"
},
"exported_at": "2026-03-14T18:04:21+00:00",
"name": "Space Station 14",
"author": "josdekurk@gmail.com",
"description": "Space Station 14 讲述了一个空间站普通轮班出现问题的故事。沉浸在你的角色中,修补复杂的系统,在这款回合制多人角色扮演游戏中于混乱中生存。",
"features": null,
"docker_images": {
"Dotnet 10": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:dotnet_10",
"Dotnet 9": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:dotnet_9",
"Dotnet 8": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:dotnet_8"
},
"file_denylist": [],
"startup": "./Robust.Server",
"config": {
"files": "{\n \"server_config.toml\": {\n \"parser\": \"file\",\n \"find\": {\n \"port\": \"port = {{server.build.default.port}}\",\n \"hostname\": \"hostname = \\\"{{server.build.env.SERVER_NAME}}\\\"\",\n \"tickrate\": \"tickrate = {{server.build.env.SERVER_TICK}}\",\n \"max_connections\": \"max_connections = {{server.build.env.SERVER_MAX_PLAYERS}}\",\n \"mode\": \"mode = {{server.build.env.SERVER_AUTH}\"\n }\n }\n}",
"startup": "{\n \"done\": \"Server Version\"\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!/bin/bash\r\n\r\nARCH=$([[ \"$(uname -m)\" == \"x86_64\" ]] && echo \"x64\" || echo \"arm64\")\r\nV=$(curl -sSL https://wizards.cdn.spacestation14.com/fork/wizards | grep \".Server_linux\" | grep -i ${ARCH} | head -1 | awk '{print $2}' | sed 's/^href=\"//;s/\">Linux//')\r\n\r\nmkdir -p /mnt/server\r\ncd /mnt/server\r\n\r\necho \"Running: curl -sSL -o server_linux.zip https://wizards.cdn.spacestation14.com${V}\"\r\ncurl -sSL -o server_linux.zip \"https://wizards.cdn.spacestation14.com${V}\"\r\nunzip -o server_linux.zip\r\nrm server_linux.zip\r\n\r\nchmod +x Robust.Server\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"",
"container": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/installers:debian",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "身份验证",
"description": "强制进行身份验证,使得所有连接的客户端都必须拥有有效的账户。\n可选值:0(可选)、1(必需)、2(禁用)。",
"env_variable": "SERVER_AUTH",
"default_value": "1",
"user_viewable": true,
"user_editable": true,
"rules": "required|numeric|in:0,1,2",
"field_type": "text"
},
{
"name": "最大玩家数",
"description": "",
"env_variable": "SERVER_MAX_PLAYERS",
"default_value": "256",
"user_viewable": true,
"user_editable": false,
"rules": "required|numeric|between:1,256",
"field_type": "text"
},
{
"name": "服务器名称",
"description": "更改服务器在大厅和启动器中显示的名称。",
"env_variable": "SERVER_NAME",
"default_value": "MyServer",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:48",
"field_type": "text"
},
{
"name": "服务器刻率",
"description": "服务器的刻率。默认为60。",
"env_variable": "SERVER_TICK",
"default_value": "60",
"user_viewable": true,
"user_editable": true,
"rules": "required|numeric|between:1,80",
"field_type": "text"
}
]
}附属文件
暂无附属文件
Fork 关系
查看关系图暂无 Fork,成为第一个 Fork 的人吧!
统计
70
浏览
7
下载
0
星标
0
复刻
作者
飒
飒爽师叔
UID: 1
279 预设
·
2026-06