Claiming a node via command line with Netdataclaim.exe (netdata-installer-x64.exe)

Hello @mawashi ,

You can use the installer with the following commands:

netdata-installer-x64.exe /S /A /I /TOKEN=yyy /ROOMS=zzz

Where yyy is your token while zzz is your room, or rooms separated by comma.

It is necessary to use TOKEN= for while, because this is the way our current installer is working, but we are working to bring a msi installation next days with the PR Import draft Wix template for creating MSI packages. by vkalintiris · Pull Request #18787 · netdata/netdata · GitHub, to simplify our users’ life.

Best regards!