Follow these directions to get started with RemTroll on your machine. More details are available at our wiki.
Any pink text is meant to be run in a command line / terminal.
npm install -g remtroll-server
remtroll --config
remtroll
remtroll --setup
and remember your 4 digit code.That's it! You should now see the server in the list and be able to power it on or off.
Substitute your own filenames for server-key.pem
and server-cert.pem
.
openssl genrsa -out server-key.pem 1024
openssl req -new -key server-key.pem -out server-csr.pem
openssl x509 -req -in server-csr.pem -signkey server-key.pem -out server-cert.pem
remtroll --config
true
to whether to use a secure server, and enter the absolute path to your cert and key files.