原 各种游戏汇总
|-原 非国内主机-aaPanel面板搭建魔兽世界服务器
docker port ac-worldserver
# 1. 拉镜像 cd /opt git clone https://github.com/azerothcore/azerothcore-wotlk.git cd /opt/azerothcore-wotlk # 2. 一键下载客户端数据(自动下官方 3.3.5a 客户端 + 提取地图) ./acore.sh docker client-data # 2.5文件权限设置 sudo chown -R 1000:1000 /opt/azerothcore-wotlk/env/dist # 2.6 授权 root 远程登录(容器来的连接会被当成“远程”) sudo mysql -u root -p -- 授权 root 从 172.19.0.% 网段登录,密码与本地一致 GRANT ALL PRIVILEGES ON *.* TO 'root'@'172.19.0.%' IDENTIFIED BY 'password' WITH GRANT OPTION; -- 刷新权限 FLUSH PRIVILEGES; exit sudo ufw allow 3780 sudo ufw allow 8086 nano /opt/azerothcore-wotlk/.env DOCKER_DB_ROOT_PASSWORD=你的mysql数据库root的密码 # 3. 编译 + 初始化数据库 ./acore.sh docker build ./acore.sh docker start:app # 4. 建个 GM 账号 docker exec -it ac-worldserver bash # 进容器后 account create test 123456 account set gmlevel test 3 -1 exit
20251008 1107 ...
浏览更多内容请先登录。
立即注册
更新于:2025-10-08 16:58:23
相关内容
python and shell
为什么使用副 shell 脚本生成 Python 文件
python的selenium的用法整理
selenium3定位元素(包括父子,兄弟)及常见操作
使用Selenium自动验证滑块登录
drop、truncate和delete的区别
Elasticsearch安装使用问题整理
Elasticsearch异常问题 discovery.seed_hosts, discovery.seed_providers,...
yum 安装elasticsearch
Elasticsearch在Windows环境下安装
Shell脚本学习过程中遇到问题整理
如何检测这种格式知道这个是不合法的CLI参数
推荐内容