找回密码
 立即注册

微信登录

只需一步,快速开始

QQ登录

只需一步,快速开始

0d550830b0684c9f8663f61b9b9d76e9.webp

4df44f2c14c5584c2d59bddcc0de5755.webp

6f44a8ae1714b76834696d3c657408b4.webp

7c999ee7ebe5a0c64d9816daef58ef80.webp

c51ee9c9dc9fac05f9165be81617983c.webp

  1. 蓝月神魔2.0雷霆H5超变多区跨服多功能版  Linux  架设教程
  2. 演示系统:CentOS 7.6

  3. 安装宝塔:
  4. yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
  5. 输入y回车确认安装

  6. 安装环境:
  7. Nginx 1.18
  8. MySQL 5.6
  9. PHP 5.6

  10. 关闭防火墙:
  11. systemctl stop firewalld
  12. systemctl disable firewalld

  13. 上传服务端“lth5.zip”到服务器根目录“/”
  14. 解压服务端:
  15. cd /
  16. unzip lth5.zip

  17. 给予777权限:
  18. chmod 777 -R /data

  19. 修改服务端IP:// 改 “193.112.101.67”
  20. /data/sql/globaldata.sql

  21. 设置数据库密码为:t9gm.com

  22. 导入数据库:
  23. cd /data && ./sk

  24. 重启nginx

  25. 启动游戏服务
  26. 启动游戏:
  27. cd /data/server/s1 && ./run.sh
  28. cd /data/server/s2 && ./run.sh
  29. cd /data/server/s999 && ./run.sh

  30. 停止游戏:
  31. cd /data/server/s1 && ./stop.sh
  32. cd /data/server/s2 && ./stop.sh
  33. cd /data/server/s999 && ./stop.sh

  34. 游戏地址:http://IP:81

  35. GM分级授权后台:
  36. http://IP:81/gm
  37. 登录账号:admin
  38. 登录密码:t9gm.com

  39. 管理后台:
  40. http://IP:81/admin
  41. 登录账号:admin
  42. 登录密码:t9gm.com
复制代码