Skip to content

A Simple H1emu Server Install Script (Linux Ubuntu)

License

Notifications You must be signed in to change notification settings

H1emu/H1emu-community-server-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

You must have approval from @ADMIN before installing community server to get added to the community server list

H1emu-community-server-install

Install H1emu community 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-community-server-install.git
  4. cd H1emu-community-server-install
  5. chmod +x communityinstall.sh
  6. ./communityinstall.sh

Starting Community Server

Stop server pm2 kill
Start server cd /H1emu-community-server-install/h1z1-server/ RUN >> pm2 kill && npm install && ./start.sh && pm2 log

Updating Community Server Info

To update the H1emu community server to the latest version, follow these steps:

  1. Open your terminal and navigate to the directory where the H1emu community server is installed.
  2. Run the command git pull to pull the latest update from the GitHub repository.
  3. Use git checkout master to select the latest master build.
  4. Restart the server using pm2 method described in the previous instructions.

Remember to back up your data before updating the server info, and be aware of any potential risks or issues that could arise during the update process.

About

A Simple H1emu Server Install Script (Linux Ubuntu)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages