Yuanshen Server Server Multiplayer Online Tutorial

Yuanshen Server Server Multiplayer Online Tutorial

Hello everyone, I'm Aixi. In the last article, we talked about how to build the Yuanshen server in the win system server. At the end, there was a mouthful of how to change it to multiplayer online, but it was not very detailed. Well, in this article, Aixi will explain to the friends how to change the Yuanshin server to multiplayer online. After all, playing games must be fun with friends.

Please note: Everyone may have the same steps, but they may also encounter various magical problems.
If you have not completed the pre-task, please complete the pre-task first: Open the server Genshin server

If you have used other tutorials or changed the default port to complete the pre-tasks, you only need to pay attention to the tutorial or the port you set.

Online requirement: Yuanshen GJ server


Modify the two items of PublicIp in the config.json file to be the IP address of your computer
How to get the IP address of your computer quickly and easily?
Without CMD> ipconfig

 

You can right-click the task manager, click performance, and then click Ethernet. The
IPv4 address displayed in it is the IP address of your computer.
If there are multiple Ethernets, you only need to care about which one is running and using.

"PublicIp": "127.0.0.1",

↓Change to "PublicIp": "IP address of your computer",

↓For example "PublicIp": "192.168.xx.xx",

Note: After modifying PublicIp, your local DAIL does not need to be modified, and zhengs does not need to be reinstalled.

How to connect to local area network and connect to Windows

Computer DAIL settings

Modify the computer DAIL settings of the computers that need to participate in the online connection Settings
> Network and Internet > DAIL > Manual Settings > Use DAIL Server [Settings]
to configure the following
DAIL IP address: the IP address of the running server host Port: 8080
Close Options -> Do not use DAIL server for local (intranet) addresses

zhengs installation: you can access after running proxy.bat on the server host. Visit
mitm.it and click to download Get mitmproxy-ca-cert.p12 Double-click the file in the download folder to install zhengs. Please modify zhengs storage directory when installing zhengs

The specific operation is as follows:

When installing, click Next until the zhengs storage page. Put all the zhengs into the following storage to browse and select the trusted root zhengs to issue JG. The rest of the steps are directly defaulted and click Next to get one zhengs per IP!

Account creation and server connection Three-terminal universal

In the CMD console started by run.bat on the server host, enter account create account ID game UID to create an account.
Example: account create Paimon 2020
starts Yuanshen GJ server.
The login account is the account ID created by yourself, and the password can be filled in
for yourself Permissions: permission add login account *
Example: permission add Paimon *
*represents all permissions
If you can’t give permission, please enter the game and watch the CG before giving permission Account ID is not case sensitive

Local Area Network Connection · Android

Android connection requires root permission.
The Android connection tutorial is partly compiled based on the root permission obtained by Magisk, and the Magisk module is required!

Made based on MIUI13 V13.0.6.1.27.DEV

Go to the Yuanshen private server server/Magisk module to download and install the module Move_Certificates-v1.9(10).zip.
You can not restart it first, and restart it together after the zhengs are installed

Optional security verification
How to verify? CMD> certutil -hashfile <file path> <md5/sha256>
Move_Certificates-v1.9(10).zip
MD5 43d6e9403504b48fca2fc931d1e70bd7
SHA256 6b7faef17bc2c8c475865dde375cc60a62ec1f8c4 be6c27332c1a94bf8eff967

Open the system settings and go to the WLAN page according to the guide to open DAIL
settings > WLAN > the small arrow on the right side of your connected WIFI > DAIL (manual)
host name: the IP address of the running server host
Port: 8080
After inputting, click √ in the upper right corner to save
as To close, just change DAIL (manual) to DAIL (none) to save

Visit mitm.it and click and download zhengs for Android
Open system settings and follow the instructions to go to the encryption and credentials page and install zhengs Settings
>Security>More security settings>Encryption and credentials>Install zhengs>CA zhengsChoose
the zhengs you downloaded from your browser The file may be called cer.crt.
After the installation is complete, restart the phone. At this time, the Move module will convert the zhengs to the system zhengs.
After the zhengs are installed, you don’t need to worry about him. Under normal circumstances, it will have no effect.

Optional Verify that zhengs is installed correctly
Encryption and Credentials>Trusted Credentials
In the system column, turn mitmproxy and you can turn it to the correct installation

Local area network connection · IOS

Connect the mobile phone to WIFI, set httpDAIL to manual, fill in the address of the running proxy server, your computer's IP address and port 8080
Safari browser, visit mitm.it to download and install Apple's zhengs
settings -> about this machine -> zhengs trust settings, open the mitmproxy is fully trusted.
Run the mobile game, enter the game and create an account. The subsequent operation process is the same as that of Android. Just follow the tutorial and operate it once.

Guess you like

Origin blog.csdn.net/V13807970340/article/details/130679727