Files
squaddocker/mcsm-market.json
T
gongzhiyongandClaude Opus 5 af87e416ce feat: 市场模板改为脚本生成,预置 24 个实例
新增 scripts/gen-market.py 生成市场 JSON,替代手写。模板数可传参调整。

端口排布与容量上限:
四组端口各自从常规基址每实例 +10。最先相撞的是 RCON(21114 起)追上
查询端口基址(27165),故实例数硬上限为 606,超出会让不同实例的不同
服务抢同一端口。脚本对超限直接报错并说明原因。

已校验:24 个模板占用 144 个端口(24×6)零冲突;RCON 端口与 rconPort
字段一致;pingConfig 指向查询端口而非模板默认的 Minecraft 25565;
networkMode 均为 host;memory 均非 0;镜像均非 Docker Hub;编码均 utf8。
边界用例 607 被拒、606 可生成且末个 RCON 恰好不越界。

模板按每 8 个分组,避免市场列表过长难找。

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 21:53:28 +08:00

1668 lines
61 KiB
JSON

{
"languages": [
{
"label": "中文",
"value": "zh_cn",
"path": ""
}
],
"packages": [
{
"title": "Squad 实例 01",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7787/7788 · 查询 27165/27166 · Beacon 15000 · RCON 21114 · 目录 /srv/squad/inst1。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst1 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 01-08",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例01"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7787 QueryPort=27165 RCONPORT=21114 beaconport=15000 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst1",
"enableRcon": true,
"rconPort": 21114,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27165,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 02",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7797/7798 · 查询 27175/27176 · Beacon 15010 · RCON 21124 · 目录 /srv/squad/inst2。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst2 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 01-08",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例02"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7797 QueryPort=27175 RCONPORT=21124 beaconport=15010 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst2",
"enableRcon": true,
"rconPort": 21124,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27175,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 03",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7807/7808 · 查询 27185/27186 · Beacon 15020 · RCON 21134 · 目录 /srv/squad/inst3。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst3 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 01-08",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例03"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7807 QueryPort=27185 RCONPORT=21134 beaconport=15020 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst3",
"enableRcon": true,
"rconPort": 21134,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27185,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 04",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7817/7818 · 查询 27195/27196 · Beacon 15030 · RCON 21144 · 目录 /srv/squad/inst4。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst4 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 01-08",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例04"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7817 QueryPort=27195 RCONPORT=21144 beaconport=15030 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst4",
"enableRcon": true,
"rconPort": 21144,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27195,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 05",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7827/7828 · 查询 27205/27206 · Beacon 15040 · RCON 21154 · 目录 /srv/squad/inst5。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst5 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 01-08",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例05"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7827 QueryPort=27205 RCONPORT=21154 beaconport=15040 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst5",
"enableRcon": true,
"rconPort": 21154,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27205,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 06",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7837/7838 · 查询 27215/27216 · Beacon 15050 · RCON 21164 · 目录 /srv/squad/inst6。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst6 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 01-08",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例06"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7837 QueryPort=27215 RCONPORT=21164 beaconport=15050 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst6",
"enableRcon": true,
"rconPort": 21164,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27215,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 07",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7847/7848 · 查询 27225/27226 · Beacon 15060 · RCON 21174 · 目录 /srv/squad/inst7。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst7 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 01-08",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例07"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7847 QueryPort=27225 RCONPORT=21174 beaconport=15060 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst7",
"enableRcon": true,
"rconPort": 21174,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27225,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 08",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7857/7858 · 查询 27235/27236 · Beacon 15070 · RCON 21184 · 目录 /srv/squad/inst8。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst8 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 01-08",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例08"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7857 QueryPort=27235 RCONPORT=21184 beaconport=15070 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst8",
"enableRcon": true,
"rconPort": 21184,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27235,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 09",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7867/7868 · 查询 27245/27246 · Beacon 15080 · RCON 21194 · 目录 /srv/squad/inst9。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst9 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 09-16",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例09"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7867 QueryPort=27245 RCONPORT=21194 beaconport=15080 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst9",
"enableRcon": true,
"rconPort": 21194,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27245,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 10",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7877/7878 · 查询 27255/27256 · Beacon 15090 · RCON 21204 · 目录 /srv/squad/inst10。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst10 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 09-16",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例10"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7877 QueryPort=27255 RCONPORT=21204 beaconport=15090 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst10",
"enableRcon": true,
"rconPort": 21204,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27255,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 11",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7887/7888 · 查询 27265/27266 · Beacon 15100 · RCON 21214 · 目录 /srv/squad/inst11。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst11 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 09-16",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例11"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7887 QueryPort=27265 RCONPORT=21214 beaconport=15100 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst11",
"enableRcon": true,
"rconPort": 21214,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27265,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 12",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7897/7898 · 查询 27275/27276 · Beacon 15110 · RCON 21224 · 目录 /srv/squad/inst12。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst12 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 09-16",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例12"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7897 QueryPort=27275 RCONPORT=21224 beaconport=15110 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst12",
"enableRcon": true,
"rconPort": 21224,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27275,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 13",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7907/7908 · 查询 27285/27286 · Beacon 15120 · RCON 21234 · 目录 /srv/squad/inst13。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst13 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 09-16",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例13"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7907 QueryPort=27285 RCONPORT=21234 beaconport=15120 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst13",
"enableRcon": true,
"rconPort": 21234,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27285,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 14",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7917/7918 · 查询 27295/27296 · Beacon 15130 · RCON 21244 · 目录 /srv/squad/inst14。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst14 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 09-16",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例14"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7917 QueryPort=27295 RCONPORT=21244 beaconport=15130 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst14",
"enableRcon": true,
"rconPort": 21244,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27295,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 15",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7927/7928 · 查询 27305/27306 · Beacon 15140 · RCON 21254 · 目录 /srv/squad/inst15。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst15 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 09-16",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例15"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7927 QueryPort=27305 RCONPORT=21254 beaconport=15140 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst15",
"enableRcon": true,
"rconPort": 21254,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27305,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 16",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7937/7938 · 查询 27315/27316 · Beacon 15150 · RCON 21264 · 目录 /srv/squad/inst16。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst16 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 09-16",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例16"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7937 QueryPort=27315 RCONPORT=21264 beaconport=15150 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst16",
"enableRcon": true,
"rconPort": 21264,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27315,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 17",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7947/7948 · 查询 27325/27326 · Beacon 15160 · RCON 21274 · 目录 /srv/squad/inst17。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst17 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 17-24",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例17"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7947 QueryPort=27325 RCONPORT=21274 beaconport=15160 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst17",
"enableRcon": true,
"rconPort": 21274,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27325,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 18",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7957/7958 · 查询 27335/27336 · Beacon 15170 · RCON 21284 · 目录 /srv/squad/inst18。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst18 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 17-24",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例18"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7957 QueryPort=27335 RCONPORT=21284 beaconport=15170 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst18",
"enableRcon": true,
"rconPort": 21284,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27335,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 19",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7967/7968 · 查询 27345/27346 · Beacon 15180 · RCON 21294 · 目录 /srv/squad/inst19。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst19 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 17-24",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例19"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7967 QueryPort=27345 RCONPORT=21294 beaconport=15180 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst19",
"enableRcon": true,
"rconPort": 21294,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27345,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 20",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7977/7978 · 查询 27355/27356 · Beacon 15190 · RCON 21304 · 目录 /srv/squad/inst20。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst20 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 17-24",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例20"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7977 QueryPort=27355 RCONPORT=21304 beaconport=15190 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst20",
"enableRcon": true,
"rconPort": 21304,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27355,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 21",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7987/7988 · 查询 27365/27366 · Beacon 15200 · RCON 21314 · 目录 /srv/squad/inst21。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst21 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 17-24",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例21"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7987 QueryPort=27365 RCONPORT=21314 beaconport=15200 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst21",
"enableRcon": true,
"rconPort": 21314,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27365,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 22",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 7997/7998 · 查询 27375/27376 · Beacon 15210 · RCON 21324 · 目录 /srv/squad/inst22。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst22 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 17-24",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例22"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=7997 QueryPort=27375 RCONPORT=21324 beaconport=15210 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst22",
"enableRcon": true,
"rconPort": 21324,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27375,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 23",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 8007/8008 · 查询 27385/27386 · Beacon 15220 · RCON 21334 · 目录 /srv/squad/inst23。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst23 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 17-24",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例23"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=8007 QueryPort=27385 RCONPORT=21334 beaconport=15220 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst23",
"enableRcon": true,
"rconPort": 21334,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27385,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
},
{
"title": "Squad 实例 24",
"language": "zh_cn",
"platform": "Linux",
"description": "游戏 8017/8018 · 查询 27395/27396 · Beacon 15230 · RCON 21344 · 目录 /srv/squad/inst24。端口已预排,可与其他实例并存。镜像走私有仓库(本机访问不了 Docker Hub);网络 host(Squad 硬要求,bridge 下游戏内浏览器搜不到服务器)。创建后需 ① mkdir -p /srv/squad/inst24 && chown 1000:1000 ② 首启下载约 14GB ③ 下载完在 ServerConfig/Rcon.cfg 设 Password,否则服务端不启动 RCON。",
"image": "http://mcsmanager.com/package-images/squad.jpg",
"gameType": "Squad",
"category": "实例 17-24",
"runtime": "Linux",
"hardware": "每实例 1 物理核 + 6GB 内存 + 20GB 磁盘",
"size": "约 14GB(游戏本体运行时下载)",
"targetLink": "",
"author": "自建 — 修正 MCSManager 官方 Squad 模板",
"tags": [
"Docker",
"host网络",
"实例24"
],
"setupInfo": {
"startCommand": "./SquadGameServer.sh Port=8017 QueryPort=27395 RCONPORT=21344 beaconport=15230 FIXEDMAXPLAYERS=50 FIXEDMAXTICKRATE=50",
"stopCommand": "^C",
"updateCommand": "/home/steam/steamcmd/steamcmd.sh -net_ipv4 +force_install_dir \"/data\" +login anonymous \"+app_update 403240 validate\" +quit",
"ie": "utf8",
"oe": "utf8",
"fileCode": "utf8",
"type": "steam/universal",
"tag": [
"Squad"
],
"processType": "docker",
"runAs": "steam",
"crlf": 1,
"cwd": "/srv/squad/inst24",
"enableRcon": true,
"rconPort": 21344,
"rconIp": "127.0.0.1",
"pingConfig": {
"ip": "127.0.0.1",
"port": 27395,
"type": 1
},
"eventTask": {
"autoStart": false,
"autoRestart": true,
"ignore": false
},
"terminalOption": {
"haveColor": false,
"pty": true
},
"docker": {
"image": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"updateCommandImage": "squaddocker.azurecr.cn/steam-game-runtime:latest",
"networkMode": "host",
"ports": [],
"memory": 6144,
"changeWorkdir": true,
"workingDir": "/data",
"env": [],
"extraVolumes": [],
"networkAliases": [],
"cpusetCpus": "",
"cpuUsage": 0,
"maxSpace": null,
"network": null,
"io": null
}
}
}
]
}