当前位置:网站首页>Among US private server setup
Among US private server setup
2022-06-28 15:49:00 【It's mumuzi】
List of articles
amongus Private server setup
Project address : https://github.com/Impostor/Impostor
Im The update of is still very fast ,621 The version will be changed as soon as it comes out .
For convenience of construction , So use docker To operate . If it runs directly docker Words , There will be an anti cheating system with ventilation , It is suggested to turn off anti cheating , So the whole process is as follows ( The entire root)
First, a domestic server is required
install screen
To ensure that windows that interact with the server are still running after they are closed , So you need to install screen, Direct operation
apt install screen
Pull the image and turn off anti cheating
pull Mirror image
docker pull aeonlucid/impostor
The anti cheating configuration file is in app/config.json in , So execute
find /var/lib/docker -name "config.json"

Direct use vim modify config.json( Everyone's string id It's different )
vim /var/lib/docker/overlay2/7c6397c1e7d2fa13e0a65add69f7401576512b2a523b1a0ecaf9f61f4f970c2b/diff/app/config.json
Put two of the true Such as false, Pictured 
Then press esc,:wq Save and exit
function docker
First create a new window , Name it au
screen -S au
Let's take a look at what just happened pull Of docker
docker images

Then open the designated port , Execute the command
docker run -p 22023:22023/udp b96

Import profile
open https://impostor.github.io/Impostor/
stay server address Enter your own server in ip, stay server name Enter the name of your life in the 
Then download the file , If the name is followed by (1) Etc , Please remove , Make sure the file name is "regionInfo.json", No misspelling Less words .
If you can't open the website above to download files , Please put the last line of xxx Change to your own IP And name , Save as regionInfo.json{"CurrentRegionIdx":3,"Regions":[{"$type":"DnsRegionInfo, Assembly-CSharp","Fqdn":"na.mm.among.us","DefaultIp":"50.116.1.42","Port":22023,"Name":"North America","TranslateName":289,"UseDtls":true},{"$type":"DnsRegionInfo, Assembly-CSharp","Fqdn":"eu.mm.among.us","DefaultIp":"172.105.251.170","Port":22023,"Name":"Europe","TranslateName":290,"UseDtls":true},{"$type":"DnsRegionInfo, Assembly-CSharp","Fqdn":"as.mm.among.us","DefaultIp":"139.162.111.196","Port":22023,"Name":"Asia","TranslateName":291,"UseDtls":true},{"$type":"DnsRegionInfo, Assembly-CSharp","Fqdn":"xxx.xxx.xxx.xxx(IP)","DefaultIp":"xxx.xxx.xxx.xxx(IP)","Port":22023,"Name":"xxxxxxx(name)","TranslateName":1003,"UseDtls":false}]}
Then press win+r, Input %APPDATA%\..\LocalLow\Innersloth\Among Us Then press enter
Replace the following directly regionInfo.json
Then you can close the window that interacts with the server , And open the game to select your own server .
If you want to go back to the previous au window , Just input
screen -R au


mod problem
Play with mod When ( Such as LMv), The following problem may occur when creating a room 
The server did not respond to the handshake .
The solution is to modify the game directory BepInEx\config\gg.reactor.api.cfg file , take Allow vanilla servers = false Change to Allow vanilla servers = ture( Allow normal servers )
If you are playing multimode , Or recommendation? GM(
边栏推荐
- SAP MTS/ATO/MTO/ETO专题之九:M+M模式前后台操作,策略用50,提前准备原材料和半成品
- 信创操作系统--麒麟Kylin桌面操作系统 (项目十 安全中心)
- Classic model transformer
- R language ggplot2 visualization: use the patchwork package (directly use the plus sign +) to horizontally combine a ggplot2 visualization result and a data table to form a final result graph
- 如何从零搭建10万级 QPS 大流量、高并发优惠券系统
- 隐私计算 FATE - 离线预测
- The Web3.0 era is coming. See how Tianyi cloud storage resources invigorate the system to enable new infrastructure (Part 1)
- Soliciting articles and contributions - building a blog environment with a lightweight application server
- Coding Devops helps Sinochem information to build a new generation of research efficiency platform and drive the new future of "online Sinochem"
- DBMS in Oracle_ output. put_ Line output problem solving process
猜你喜欢

【LeetCode】13、罗马数字转整数

What! 一条命令搞定监控?

征文投稿丨使用轻量应用服务器搭建博客环境

5分钟的时间制作一个反弹球游戏

【高并发基础】MySQL 不同事务隔离级别下的并发隐患及解决方案

GCC efficient graph revolution for joint node representationlearning and clustering

SaaS application management platform solution in the education industry: help enterprises realize the integration of operation and management

Flutter simply implements multilingual internationalization

信创操作系统--麒麟Kylin桌面操作系统 (项目十 安全中心)

Qt5.5.1 configuring msvc2010 compiler and WinDbg debugger
随机推荐
MIPS assembly language learning -02- logic judgment - foreground input
一种跳板机的实现思路
Sample explanation of batch inserting data using MySQL bulkloader
Summary of language features of fluent dart
使用Karmada实现Helm应用的跨集群部署
【Spock】处理 Non-ASCII characters in an identifier
C#/VB. Net to convert PDF to excel
What useful supplier management systems are available
Flutter dart语言特点总结
R language ggplot2 visualization: the patchwork package is used to customize and combine the three ggplot2 visualization results to form a composite graph. After the horizontal combination of two sub
MIPS汇编语言学习-02-逻辑判断-前台输入
如何从零搭建10万级 QPS 大流量、高并发优惠券系统
R language ggplot2 visualization: use the patchwork package to horizontally form two ggplot2 visualization results into a new result visualization combination diagram (using the | symbol)
Privacy computing fat - offline prediction
5分钟的时间制作一个反弹球游戏
C语言学习-20-归并排序
SaaS application management platform solution in the education industry: help enterprises realize the integration of operation and management
Opengauss kernel: analysis of SQL parsing process
【MySQL】表连接为什么比子查询快
ROS知识点——话题消息的定义与使用