 Ever since we started experimenting with eosio to create private testnets back in dawn 1.0 days, we had the necessity to manage our nodes (start, stop , verify logs and so on...) and it hasn't been very pratical in a security standpoint to give direct ssh access to the machine for everyone. Then we joined public testnets and noticed that crashes were happening very often and sometimes we weren't able to relaunch our nodes, simply because we weren't in a place or time with ssh access. So came the idea to build a web based remote control panel for eos.io nodes. It will be most useful to block producers, but also to other non-producing full nodes as well. The project was started by @igorls and @domiscd, they have already received some help from the community on github (https://github.com/toonsevrin, @eosdublin) We welcome everyone to test our tool and collaborate with future improvements You can read the instruction on how to install on your node in: https://github.com/igorls/eos-node-governor ### So, how it works... We are using the PM2 process manager for Node.js to launch and keep running two apps and also lately we decided to launch keosd (eosio wallet daemon) with it too, PM2 is very handy to manage startup launch an monitor individual apps. ## eos-governor This is the main app, its responsible for doing constant health checks on the nodeos process and to launch a secure web sever (https) with authentication support that hosts the control panel. *remember to change the login and password on the config.js file* The app creates a self-signed ssl certificate on the fly, but you can add your own too ;) For now you are able to Start / Stop / Reload you node as well as to keep an eye on RAM and CPU usage, but there is much more to come! ## eos-api Its an api proxy to protect the **net_api_plugin** from external access, while allowing any other traffic to pass through, its launched as a clustered process in PM2 which allow to lighten request load on the single-threaded (for now) nodeos process. We plan to add support for cached block request to come exclusively from this api, leaving nodeos to handle only the slower actions (such as pushing transactions) ### Planned roadmap - P2P connection management - Fork detection - Cached requests - Network metrics - Disk usage metrics - External Alerts (email , sms maybe) - Multi-node management support - Master/slave node operation We also like to thank our friends in the [Jungle](http://jungle.cryptolions.io:9898/monitor/) and [Arrowhead](http://eosslc.com/monitor/) testnets for ideas and support!
author | eosrio |
---|---|
permlink | node-governor-for-eos-io |
category | eos |
json_metadata | {"tags":["eos"],"users":["igorls","domiscd","eosdublin"],"image":["https://steemitimages.com/DQmchXjwh1Dg4YwA1JHhHXAodgkcHfoNbFRSwAhTMC1Vkkv/eos-control-panel.PNG"],"links":["https://github.com/toonsevrin","https://github.com/igorls/eos-node-governor","http://jungle.cryptolions.io:9898/monitor/","http://eosslc.com/monitor/"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-04-16 04:01:39 |
last_update | 2018-04-16 04:01:39 |
depth | 0 |
children | 3 |
last_payout | 2018-04-23 04:01:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.932 HBD |
curator_payout_value | 0.873 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,715 |
author_reputation | 487,380,711,180 |
root_title | "Node Governor for EOS.IO" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,309,153 |
net_rshares | 749,617,187,902 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hr1 | 0 | 52,067,167,689 | 0.02% | ||
chitty | 0 | 453,521,649,327 | 100% | ||
mjhomb | 0 | 199,152,074,068 | 100% | ||
philmesnier | 0 | 15,392,279,287 | 100% | ||
an-di | 0 | 611,732,481 | 100% | ||
enaporohni | 0 | 58,559,208 | 100% | ||
mrnastykilla | 0 | 175,824,871 | 100% | ||
plotnomar | 0 | 56,893,899 | 100% | ||
akintunde | 0 | 18,598,160,772 | 100% | ||
klimenko | 0 | 373,290,829 | 100% | ||
tsto | 0 | 4,151,576,820 | 100% | ||
sf2 | 0 | 0 | 100% | ||
cryptolions | 0 | 596,383,820 | 100% | ||
eosnation | 0 | 611,668,713 | 100% | ||
igorls | 0 | 612,238,221 | 100% | ||
domiscd | 0 | 612,238,221 | 100% | ||
danisvice | 0 | 0 | 100% | ||
thiagosouza | 0 | 611,952,180 | 100% | ||
mauriciobomfim | 0 | 611,952,180 | 100% | ||
dream30 | 0 | 578,294,810 | 100% | ||
giltrader | 0 | 611,654,255 | 100% | ||
joshkauffman | 0 | 611,596,251 | 100% |
Awesome, can't wait to give it a go!
author | bodget |
---|---|
permlink | re-eosrio-node-governor-for-eos-io-20180416t112112939z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-16 11:20:51 |
last_update | 2018-04-16 11:20:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-23 11:20:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 84,435,500,752 |
root_title | "Node Governor for EOS.IO" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,362,835 |
net_rshares | 611,862,247 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eosrio | 0 | 611,862,247 | 100% |
Very cool!
author | cryptolions |
---|---|
permlink | re-eosrio-node-governor-for-eos-io-20180416t112419960z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-16 11:24:21 |
last_update | 2018-04-16 11:24:21 |
depth | 1 |
children | 0 |
last_payout | 2018-04-23 11:24:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 486,995,178,958 |
root_title | "Node Governor for EOS.IO" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,363,306 |
net_rshares | 605,743,624 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eosrio | 0 | 605,743,624 | 100% |
Amazing! We will make sure to try this out in EOS Scholar Testnet. Keep up the great work!
author | eosnation |
---|---|
permlink | re-eosrio-node-governor-for-eos-io-20180416t141844517z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-16 14:18:45 |
last_update | 2018-04-16 14:18:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-23 14:18:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 529,323,804,132 |
root_title | "Node Governor for EOS.IO" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,389,578 |
net_rshares | 605,743,624 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eosrio | 0 | 605,743,624 | 100% |