How To
Getting started
Getting started
These instructions will get you a copy of the project up and running on your machine.
Prerequisites
- Register here to join our community
- install git Getting-Started-Installing-Git
- Download installation package from here https://nodejs.org/
- OR via your OS package manager package manager commands
Setup & configuration (quick way)
after make your first node copy the command and run it in a shell.
Setup
clone this repo:
$ git clone https://github.com/stormdotdev/stormnode.git
$ cd stormnode
Install dependencies
$ npm install --production
Configuration
All the configuration of each node is enclosed in a single json file. The file must be in the same path as the stormnode.
simple method
download the json configuration file from your node page here and put it in the same folder as stormnode.js
alternative
create a stormnode.json file composed like this:
{
"username": "user1",
"password": "password1",
"nodeId": "user-node1-node1",
"allow_remote_update": 1,
"allow_remote_plugin_installation: 1"
}
Run
$ node stormnode -v
Storm
How To
- Link telegram bot
- Create a workspace
- Invite user in a Workspace
- Add new node
- Add domain
- Confirm domain
- Edit domain
- Share domain
- Configure Host Monitoring
- Invite a Friend
- enabled/disabled hostmonitoring
- Create hostmonitoring from template
- Plugins install from node
- Plugins install from market
- update plugins list
- Submit a plugin
- Add plugin command
- Edit plugin command
- Execute plugin command
- Make a request
- Edit a request
- Create Endpont health
- Edit endpoint health
- Show Endpoint health
- Make a Load test
- Edit a Load test
- Show a Load test