2 Star 6 Fork 1

五月竺葵 / LinuxGSM_CHS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT


LinuxGSM

LinuxGSM Build Status Codacy Badge Codacy Badge Backup Repo Discord MIT Licence made-with-bash

LinuxGSM 是一个能快速、简单搭建和管理Linux游戏专用服务器的命令行工具.

求生之路2 使用此脚本方法

  1. 安装依赖项
  • 系统为Centos
yum install epel-release
yum install mailx postfix curl wget tar bzip2 gzip unzip python3 binutils bc jq tmux glibc.i686 libstdc++ libstdc++.i686
  • 系统为官方的Ubuntu
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 steamcmd netcat
  • 系统为腾讯云或阿里云的Ubuntu
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 netcat
  • 系统为Debian
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6
  1. 新建普通权限用户并切换(如果用的不是ROOT身份进行操作可以跳过此步)
  • (l4d2server)为用户名,可以改成你自己喜欢的
adduser l4d2server
su - l4d2server
  1. 下载脚本并执行
wget -O linuxgsm.sh https://gitee.com/Elila/LinuxGSM_CHS/raw/master/linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh l4d2server
./l4d2server ai

简单省事

传统的游戏服务器从搭建到管理,管理员往往需要耗费几个小时甚至更多时间来让游戏服务器正常运作.LinuxGSM能让管理员大大减少耗费在此的时间.

主要特点

支持100多种游戏服务器 的

  • :truck: 安装
  • :mag: 监控
  • :phone: 警报
  • :cloud: 更新
  • :blue_book: 服务器详细信息
  • :floppy_disk: 备份
  • :computer: 控制台

:penguin: 兼容性

LinuxGSM 能运行在以下流行Linux发行版本的最低需求下.

  • Ubuntu
  • Debian
  • CentOS

其他的Linux发行版本也能运行,但没经过全面测试.

:wrench: 需求

每种游戏的专用服务器都有自己的依赖需求. 访问 LinuxGSM 里对应游戏的安装介绍页面来查看该游戏服务器的依赖需求.

:blue_book: 文档

LinuxGSM的相关配置/安装文档等可以在 linuxgsm.comdocs.linuxgsm.com 里查看.

:question: 支持

获得技术支持有多种方法, 点击 support 进入支持页面在右边的搜索栏搜索吧.

:heart: 捐赠

如果你想 捐赠支持 此项目, 可以通过 GitHub 赞助, Patreon 或者 贝宝 来捐赠赞助. 在此我要感谢每一位对此项目捐赠赞助的人. 自2012年开始,LinuxGSM一直稳步增长,定期增加新的游戏服务器搭建支持/功能和改进.

贡献者

感谢所有为此项目提供想法、代码、技术文档和支持的优秀人士.

MIT License Copyright (c) 2012-2020 Daniel Gibbs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

LinuxGSM 简体中文化 展开 收起
Shell
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Shell
1
https://gitee.com/Elila/LinuxGSM_CHS.git
git@gitee.com:Elila/LinuxGSM_CHS.git
Elila
LinuxGSM_CHS
LinuxGSM_CHS
master

搜索帮助