Skip to content

Mstthew/H1emu-private-server-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

H1emu-private-server-install

Install H1emu private server

(Tested with ubuntu 20.4 Clean install) (may work on other Distros  this script will force install some packages & upgrade old packages **use at your own risk**)

  1. sudo
  2. apt install git -y
  3. git clone https://github.com/H1emu/H1emu-private-server-install.git
  4. cd H1emu-private-server-install
  5. chmod +x install.sh
  6. ./install.sh

Starting Private Server

Stop server pm2 kill
Start server cd /H1emu-private-server-install/h1z1-server/ Then sudo ./start.sh
Show server output pm2 monitor

Setup MongoDB Settings

You must Block this port using firewall once setup is complete port 4321!!!

Open a webbrowser to http://serverip:4321

Locate h1server in your mongo db

Change nameId:**** Server Name Strings HERE

Change  ( serverAddress:"YourServerip:1117" )

Change  ( PingAddress:"YourServerip:1117" )

Due to a recent change in how the loginserver works you need to locate inside /src/server/zoneserver2016/zoneserver.ts edit the following
  • const loginServerAddress = await resolveHostAddress( resolver, "YOUR_PUBLIC_IP_GOES_HERE" );
  •  

     

     

    About

    A Simple H1emu Server Install Script (Linux Ubuntu)

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Shell 100.0%