garycooke
Posts: 79
Joined: Wed Feb 12, 2014 10:38 am

getting pi on my desktop browser

Sat Mar 22, 2014 11:50 am

if i type http:// my pi ip address and port number in my desktop browser, it take me to a blank page that just says
SSH-2.0-OpenSSH_6.0p1 Debian-4

Does this mean i may be a step closer to conecting to my pi via a browser and if so what do i need to do next to be able to view my pi's desktop page from my browser

User avatar
DougieLawson
Posts: 39126
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: getting pi on my desktop browser

Sat Mar 22, 2014 11:59 am

Are you running Apache2, lightttpd, nginx or monkey on your RPi?

Because if not, then you can point any browser at it and NOTHING will happen.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

garycooke
Posts: 79
Joined: Wed Feb 12, 2014 10:38 am

Re: getting pi on my desktop browser

Sat Mar 22, 2014 1:06 pm

No i am not running anything, ive formatted sd card put noobs and rasbian back on also just in the process of installing webiopi 0.7.0 which is installed but just a problem to get it to run on boot up, which i hope i (you lol) can sort soon.
Which one do i install or is best or do i install all of them, could you tell me the command i need, is it install, wget or apt something please

User avatar
DougieLawson
Posts: 39126
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: getting pi on my desktop browser

Sat Mar 22, 2014 1:19 pm

Then it's entirely pointless directing your web browser to connect to an no-existent service.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: getting pi on my desktop browser

Sat Mar 22, 2014 1:19 pm

What you get if you try to connect to port 22 on your Pi will depend on the browser. My Firefox (Iceweasel) browser refuses to even try and make a connection, other browsers will probably just show the SSH identifier like yours did. If your browser supports an SSH session/terminal emulator then you may get a login: prompt.

What you won't get is a desktop session.

What were you hoping to achieve with your browser?

klricks
Posts: 7154
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: getting pi on my desktop browser

Sat Mar 22, 2014 1:37 pm

rpdom wrote:What you get if you try to connect to port 22 on your Pi will depend on the browser. My Firefox (Iceweasel) browser refuses to even try and make a connection, other browsers will probably just show the SSH identifier like yours did. If your browser supports an SSH session/terminal emulator then you may get a login: prompt.

What you won't get is a desktop session.

What were you hoping to achieve with your browser?
You can add a SSH client (FireSSH) to Firefox with this add-on:
https://addons.mozilla.org/en-us/firefox/addon/firessh/

There are RDP clients for Firefox as well but have not tried one.
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Tarcas
Posts: 741
Joined: Thu Jan 09, 2014 5:38 am
Location: USA

Re: getting pi on my desktop browser

Sat Mar 22, 2014 9:37 pm

Does this mean i may be a step closer to conecting to my pi via a browser and if so what do i need to do next to be able to view my pi's desktop page from my browser
What are you trying to do?
If you want to run a web server on the Pi, install Apache and build a web page in /var/www/
If you want to SSH to it, make sure sshd is running on the Pi and install PuTTY on your other computer.
If you want to view the Pi's desktop, follow this tutorial and connect to it with "Remote Desktop Connection" if you're running Windows.

Return to “Beginners”