remote console access to Pi - Raspberry Pi Forums
enable remote console access pi on internet
1. install peer-proxy on pi
1.1 curl http://ivncbox.com/pi/install.bash | bash
1.2 then, install peer-proxy service on pi: npm install peer-proxy
2. install tty.js on pi
2.1 npm install tty.js
2.2 start tty.js service on port 3000:
cd node_modules/tty.js;
./bin/tty.js --port 3000 --daemonize;
3. start peer-proxy service: cd node_modules/peer-proxy, ./bin/peer-proxy -t localhost:3000 -s acl
console dump below:
$ ./bin/peer-proxy -t localhost:3000 -s acl
website proxy url(please open on browser)
http://localhost:3000 https://pdd10ddec716d505ep.5e1e8854217a ... db5aad2ec/
4. open url (like above https://pdd10ddec716d505ep.5e1e8854217a ... db5aad2ec/) in web browser, can access pi pty console everywhere.
5. screenshot

1. install peer-proxy on pi
1.1 curl http://ivncbox.com/pi/install.bash | bash
1.2 then, install peer-proxy service on pi: npm install peer-proxy
2. install tty.js on pi
2.1 npm install tty.js
2.2 start tty.js service on port 3000:
cd node_modules/tty.js;
./bin/tty.js --port 3000 --daemonize;
3. start peer-proxy service: cd node_modules/peer-proxy, ./bin/peer-proxy -t localhost:3000 -s acl
console dump below:
$ ./bin/peer-proxy -t localhost:3000 -s acl
website proxy url(please open on browser)
http://localhost:3000 https://pdd10ddec716d505ep.5e1e8854217a ... db5aad2ec/
4. open url (like above https://pdd10ddec716d505ep.5e1e8854217a ... db5aad2ec/) in web browser, can access pi pty console everywhere.
5. screenshot
what "pty console"?
jumbo shrimp, anyone?
jumbo shrimp, anyone?
raspberrypi
Comments
Post a Comment