Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
/ Omnipetal-Daemon Public archive

Daemon for Omnipetal Minecraft Server Manager

License

Notifications You must be signed in to change notification settings

juaneth/Omnipetal-Daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omnipetal (Daemon)

What is "Omnipetal Daemon"?

Omnipetal is a client for creating Minecraft Servers remotely using docker. We have two components, a Client and a Daemon, this repository is for the Daemon that connects to the Client via API. This can be installed on it's own however and it is basically an API for managing your servers over http.

Getting started

Firstly

Ensure you have nodeJS installed and ready (if unsure run node -v) and pm2 installed. Then run the code below:

git clone https://github.com/juaneth/Omnipetal-Daemon.git
cd Omnipetal-Daemon
npm i
pm2 start src/index.js

Config

API Config is all located in ./config.json and you can change API settings there, eg. Port, Auth Key. If you cant find it, run node . then it should be created!