Netdata

install netdata

pkg install netdata

set the rc.conf to enable netdata

sysrc netdata_enable="YES"

start netdata

service netdata start

open netdata.conf

nano /usr/local/etc/netdata/netdata.conf

replace 127.0.0.1 with 0.0.0.0

before:

    bind to = 127.0.0.1

after:

    bind to = 0.0.0.0 

Close nano with ctrl + X and confirm with ctrl + Y

open cloud.conf

nano /var/db/netdata/cloud.d/cloud.conf

paste following content to disable the cloud services

[global]
    enabled = no

Close nano with ctrl + X and confirm with ctrl + Y

restart netdata

service netdata restart

netdata is now accessable via http://yourip:19999/

1. picture