Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.06 KB

File metadata and controls

31 lines (25 loc) · 1.06 KB

#Hoster travis ##What is that? Hoster is a simple modular Host Controller. It can be used to get data like network usage, cpu and ram stats and many other things. You can also use it to control the host its running on.

##Install

$ npm install hoster

##Commands You can find documentation about all commands at the docs page

##Usage

You can find usage instructions under https://github.com/GamingCoder/hoster/tree/master/docs
Or go to:

##Client(1) vs. Server(0)-Mode ###Client

    • Connect to centralized Server
        • Easy to administrate
        • Single Point of Failure
        • Insecure: Same Password for all clients

###Server

    • Secure: Random Password
        • Secure
        • You have to store password on external Server

##Module-List