take a look on expose Pi webservice on internet
http://www.raspberrypi.org/forums/viewt ... 36&t=49173
http://www.raspberrypi.org/forums/viewt ... 36&t=49172
Search found 22 matches
- Mon May 12, 2014 8:21 am
- Forum: Troubleshooting
- Topic: remote access pi outside home network
- Replies: 20
- Views: 9084
- Mon May 12, 2014 8:20 am
- Forum: Troubleshooting
- Topic: Remote access to Pi's IP address when running Motion
- Replies: 5
- Views: 3620
Re: Remote access to Pi's IP address when running Motion
take a look on expose webcam on internet
http://www.raspberrypi.org/forums/viewt ... 37&t=51471
http://www.raspberrypi.org/forums/viewt ... 37&t=51471
- Mon May 12, 2014 7:29 am
- Forum: Beginners
- Topic: Connecting to tightvnc server via url
- Replies: 9
- Views: 3558
Re: Connecting to tightvnc server via url
take look on remote VNC access to Pi
http://www.raspberrypi.org/forums/viewt ... 36&t=49172
http://www.raspberrypi.org/forums/viewt ... 36&t=49172
- Mon May 12, 2014 7:05 am
- Forum: Beginners
- Topic: Cant connect via Remote Desktop
- Replies: 19
- Views: 14541
- Mon May 12, 2014 7:02 am
- Forum: Beginners
- Topic: Automatically connect Raspberry pi to a Computer
- Replies: 8
- Views: 1906
- Mon May 12, 2014 4:41 am
- Forum: General discussion
- Topic: How to secure access to Pi via HTTP and SSH?
- Replies: 17
- Views: 2841
Re: How to secure access to Pi via HTTP and SSH?
refer to expose Pi webservice on internet http://www.raspberrypi.org/forums/viewtopic.php?f=36&t=49173 Hi all, I have my Pi and camera i'm toying around with, and I'd like to be able to access it from outside of my LAN, however I'm worried about simply forwarding the port in the router as i'd be...
- Mon May 12, 2014 4:36 am
- Forum: General discussion
- Topic: How to secure access to Pi via HTTP and SSH?
- Replies: 17
- Views: 2841
Re: How to secure access to Pi via HTTP and SSH?
take a look http://www.raspberrypi.org/forums/viewt ... 36&t=49632mad_marko wrote:Thanks, any ideas on securing HTTP access better?
and
http://www.raspberrypi.org/forums/viewt ... 36&t=49172
- Fri Feb 14, 2014 6:39 am
- Forum: Networking and servers
- Topic: Remote Proxy Server
- Replies: 7
- Views: 4993
Re: Remote Proxy Server
try peer-proxy, which exactly exposes Pi webserver outside in a secure way:
https://github.com/InstantWebP2P/peer-proxy
https://github.com/InstantWebP2P/peer-proxy
- Tue Oct 01, 2013 2:11 am
- Forum: Automation, sensing and robotics
- Topic: expose webcam on internet
- Replies: 3
- Views: 3793
Re: expose webcam on internet
sometimes, it's hard to do port forward on a routertxt3rob wrote:wouldn't it be just as easy to port forward motion and set up dyndns?
- Tue Sep 24, 2013 1:35 pm
- Forum: Networking and servers
- Topic: Port Forwarding
- Replies: 10
- Views: 34919
Re: Port Forwarding
try peer-vnc, which exactly exposes Pi VNC server outside in a secure way:
http://www.raspberrypi.org/phpBB3/viewt ... 72#p383172
http://www.raspberrypi.org/phpBB3/viewt ... 72#p383172
- Tue Sep 24, 2013 1:21 pm
- Forum: Networking and servers
- Topic: Web server - outside network
- Replies: 13
- Views: 4606
Re: Web server - outside network
try peer-proxy, which exactly exposes Pi webserver outside in a secure way:
http://www.raspberrypi.org/phpBB3/viewt ... 75#p383175
http://www.raspberrypi.org/phpBB3/viewt ... 75#p383175
- Thu Aug 01, 2013 12:39 am
- Forum: Networking and servers
- Topic: Most simple way to stream from a camera
- Replies: 7
- Views: 2887
- Thu Aug 01, 2013 12:38 am
- Forum: Automation, sensing and robotics
- Topic: expose webcam on internet
- Replies: 3
- Views: 3793
expose webcam on internet
1. buy a USB webcam like Logitech C270, and powered USB hub. 2. install motion or mjpg-streamer on Pi, take motion as example: sudo apt-get install motion. for mjpg-streamer install, refer to http://www.raspberrypi.org/phpBB3/viewtopic.php?t=8659 3. install peer-proxy on pi: 3.1 curl http://ivncbox....
- Fri Jul 26, 2013 4:48 pm
- Forum: Networking and servers
- Topic: Internet Remote Desktop
- Replies: 3
- Views: 1947
Re: Internet Remote Desktop
You can try remote VNC access to Pi
http://www.raspberrypi.org/phpBB3/viewt ... 72#p383172
http://www.raspberrypi.org/phpBB3/viewt ... 72#p383172
- Thu Jul 11, 2013 3:30 pm
- Forum: Networking and servers
- Topic: remote console access to Pi
- Replies: 3
- Views: 1857
Re: remote Pty console access to Pi
check at http://linux.die.net/man/7/ptyJoe Schmoe wrote:What is a "pty console"?
Jumbo shrimp, anyone?
- Thu Jul 11, 2013 3:18 pm
- Forum: Networking and servers
- Topic: remote console access to Pi
- Replies: 3
- Views: 1857
remote console access to Pi
enable remote console access to 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 a port like 3000: cd node_module...
- Thu Jul 11, 2013 12:59 pm
- Forum: Networking and servers
- Topic: Raspberry Pi Web Server
- Replies: 10
- Views: 30808
Re: Raspberry Pi Web Server
try install Node.js webserver
1.1 wget http://iwebpp.com/pi/node-v0.8.x-pi.tar to Pi, then unpack it in /opt directory
1.2 update bin path: echo 'PATH="$PATH":/opt/node-v0.8.x-pi/bin/' >> ~/.bashrc && source ~/.bashrc
1.1 wget http://iwebpp.com/pi/node-v0.8.x-pi.tar to Pi, then unpack it in /opt directory
1.2 update bin path: echo 'PATH="$PATH":/opt/node-v0.8.x-pi/bin/' >> ~/.bashrc && source ~/.bashrc
- Thu Jul 11, 2013 3:46 am
- Forum: Networking and servers
- Topic: Post your Raspberry Pi server setup!
- Replies: 114
- Views: 90877
Re: Post your Raspberry Pi server setup!
expose Pi webservice on internet
http://www.raspberrypi.org/phpBB3/viewt ... 36&t=49173
expose Pi VNC server on inernet
http://www.raspberrypi.org/phpBB3/viewt ... 36&t=49172
http://www.raspberrypi.org/phpBB3/viewt ... 36&t=49173
expose Pi VNC server on inernet
http://www.raspberrypi.org/phpBB3/viewt ... 36&t=49172
- Thu Jul 11, 2013 3:44 am
- Forum: Networking and servers
- Topic: Post your Raspberry Pi server setup!
- Replies: 114
- Views: 90877
Re: Post your Raspberry Pi server setup!
Node.js web server:
1.1 wget http://iwebpp.com/pi/node-v0.8.x-pi.tar to Pi, then unpack it in /opt directory
1.2 update bin path: echo 'PATH="$PATH":/opt/node-v0.8.x-pi/bin/' >> ~/.bashrc && source ~/.bashrc
1.1 wget http://iwebpp.com/pi/node-v0.8.x-pi.tar to Pi, then unpack it in /opt directory
1.2 update bin path: echo 'PATH="$PATH":/opt/node-v0.8.x-pi/bin/' >> ~/.bashrc && source ~/.bashrc
- Sat Jul 06, 2013 3:02 am
- Forum: Networking and servers
- Topic: expose Pi webservice on internet
- Replies: 0
- Views: 2155
expose Pi webservice on internet
enable access webservice on Pi via internet 1. install peer-proxy on Pi 1.1 curl http://ivncbox.com/pi/install.bash | bash 1.2 then, install peer-proxy service: npm install peer-proxy on Pi 2. start your any webserver on any port like 8080 3. start peer-proxy service: cd node_modules/peer-proxy, the...
- Sat Jul 06, 2013 2:53 am
- Forum: Networking and servers
- Topic: remote VNC access to Pi
- Replies: 0
- Views: 5541
remote VNC access to Pi
enable Pi VNC access on internet 1. install tightVNC on Pi sudo apt-get install tightvncserver 2. install peer-vnc on Pi 2.1 curl http://ivncbox.com/pi/install.bash | bash 2.2 then, install peer-vnc service: npm install peer-vnc 3. start VNC server. notes: the first vncserver will listen on 5901, se...
- Tue Dec 11, 2012 1:16 pm
- Forum: Raspberry Pi OS
- Topic: what's root's password?
- Replies: 2
- Views: 844
what's root's password?
What's the reason reserving root's password in Raspbian?