1. sudo -i (change to root)
2. bash docker.sh (start MySQL and Mongo dcokers, refresh redis server)
3. cd genshin/srv (change to server directory)
4. bash cli start (starting game server)
::Start Game::
Replace the UserAssembly.dll in Genshin\GenshinImpact_Data\Native game folder with the one in the Zip File
Launch Cultivation, Goto Option.
Set Game Install Path to your Genshin Game folder
Uncheck Automatically Path Metadata
Check Use Internal Proxy
Check Connect via Grasscutter
IP: 192.168.200.130
Port: 2888
Uncheck Use HTTPS
Click Launch to play.
Test account
username: Test
Password: 123456
::Notes::
Following server has been disable in cli file
# cd ../oaserver
# chmod +x oaserver
# nohup ./oaserver -i 9001.9.1.1 &
# cd ../pathfindingserver
# chmod +x pathfindingserver
# nohup ./pathfindingserver -i 9001.8.1.1 &
# cd ../multiserver
# chmod +x multiserver
# nohup ./multiserver -i 9001.7.1.1 &
# cd ../tothemoonserver
# chmod +x tothemoonserver
# nohup ./tothemoonserver -i 9001.10.1.1 &