thansk ghans, then i'll change distro because I've seen other rdp solutions around, and that's what I need as it's headless.ghans wrote:Well , the message says it : Those things are not installed by
default on Raspbmc. You could install them easily ,
but AFAIK it's impossible to remotely get what the Pi sends to the
physical screen connected to it , because XBMC directly interacts
with the video hardware or something. If somebody has
any other knowledge about this , i'd be interested.
ghans
Re: Easy access to your Pi from Windows using MobaXterm
Re: Easy access to your Pi from Windows using MobaXterm
On RaspBMC a
should be enough to run graphical programs with MobaXTerm.
ghans
Code: Select all
sudo apt-get install twm xdm x11-session-utils
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
- mad-hatter
- Posts: 419
- Joined: Sun Feb 26, 2012 2:58 pm
- Location: By the UK seaside
Re: Easy access to your Pi from Windows using MobaXterm
Hi,
Regards
Just press F11 again. Works for me.by billb
* I haven't figured out how to get back out of fullscreen mode.
The default shortcut key is F11 and I can get that to work for
entering fullscreen mode, but short of pressing Ctrl+Shift+Esc
to bring up the task manager and manually shutting down the
MobaXterm process, I can't get back out of fullscreen mode.
Regards
Re: Easy access to your Pi from Windows using MobaXterm
Thanks, that worked. Here's how:ghans wrote:AFAIK x11vnc lets you connect to Display :0 (physical desktop).
ghans
http://www.raspberrypi.org/phpBB3/viewt ... 62#p108862
/sblar
-
- Posts: 2
- Joined: Mon Jan 21, 2013 7:22 am
Re: Easy access to your Pi from Windows using MobaXterm
Hey got it, I created a new directory and changed the permissions on it to 777. Then changed them back.How do you transfer files from the desktop to the pi?
I can attempt it ok but I get a Permission error. Do I need to set up some kind of ftp directory on the pi?
Many Thanks
Worked but I don't know the pitfalls of this
-
- Posts: 10
- Joined: Fri Jun 01, 2012 4:29 pm
Re: Easy access to your Pi from Windows using MobaXterm
The problem I had was that I wanted to set up a Pi at a remote location (accessible via wifi) and run a python script on it. By using MobaXterm, the script terminated each time I exited the session.
TightVNC did the trick for me following the tutorial at http://learn.adafruit.com/adafruit-rasp ... alling-vnc which included how to get it to autostart.
So, I installed it on the remote Pi before placing it in its new location, after which I was able to log in and run the python script. I appreciate I could have had the script run automatically in any case but I wanted to be able to access the desktop to check status etc.
TightVNC did the trick for me following the tutorial at http://learn.adafruit.com/adafruit-rasp ... alling-vnc which included how to get it to autostart.
So, I installed it on the remote Pi before placing it in its new location, after which I was able to log in and run the python script. I appreciate I could have had the script run automatically in any case but I wanted to be able to access the desktop to check status etc.
Re: Easy access to your Pi from Windows using MobaXterm
Hi,
So can I use this to access my Pi when I'm away from home? Or does it only work on local networks?
Thanks in advance!

So can I use this to access my Pi when I'm away from home? Or does it only work on local networks?
Thanks in advance!

Re: Easy access to your Pi from Windows using MobaXterm
Yes, and No. In that order.sdse78 wrote: So can I use this to access my Pi when I'm away from home? Or does it only work on local networks?
But you'll have to enable port-forwarding from your home router (or whatever network device connects your Pi to the internet.) That's something that is needed for almost every form of remote access, and is not unique to MobaXterm.
How To Ask Questions The Smart Way: http://www.catb.org/~esr/faqs/smart-questions.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
Re: Easy access to your Pi from Windows using MobaXterm
What ports do I have to forward? Can you explain to me a little bit about how that works?DeeJay wrote:Yes, and No. In that order.sdse78 wrote: So can I use this to access my Pi when I'm away from home? Or does it only work on local networks?
But you'll have to enable port-forwarding from your home router (or whatever network device connects your Pi to the internet.) That's something that is needed for almost every form of remote access, and is not unique to MobaXterm.
-
- Posts: 2
- Joined: Tue Jun 11, 2013 3:14 pm
Re: Easy access to your Pi from Windows using MobaXterm
This is probably a stupid question
but when you say that the Pi and the Windows computer need to on the same network does this mean directly connecting your pi to the computer or is this a remote connection?
Thanks

Thanks
Re: Easy access to your Pi from Windows using MobaXterm
You could try Internet Connection Sharing or Bridging ,
but i couldn't get that to work at all.
ghans
but i couldn't get that to work at all.
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
Re: Easy access to your Pi from Windows using MobaXterm
I discovered MobaXterm a few days ago and must say I am very impressed by what it can do!
Big thanks to the developer!
Did anybody manager to get those "ASCII graphics" to work? Like when you start raspi-config or mc.
Instead of showing lines around the border it shows a row/column of ââââââââ. In Putty I just had to set "Use UNICODE line drawing code points" and it worked.
Any idea how to do that in MobaXterm? I already tried to change the Charset to UTF-8 (Unicode) but it did not help.
Hermann
Big thanks to the developer!
Did anybody manager to get those "ASCII graphics" to work? Like when you start raspi-config or mc.
Instead of showing lines around the border it shows a row/column of ââââââââ. In Putty I just had to set "Use UNICODE line drawing code points" and it worked.
Any idea how to do that in MobaXterm? I already tried to change the Charset to UTF-8 (Unicode) but it did not help.
Hermann
-
- Posts: 3
- Joined: Thu Nov 08, 2012 10:25 am
Re: Easy access to your Pi from Windows using MobaXterm
Yessss!!
I managed to connect to my Pi from outside my house with MobaXterm (http://mobaxterm.mobatek.net). In case it could be useful to other people, here is the short procedure I followed:
0. Performed a "ip address show" command on my Pi to know its IP address:
I obtained "inet 192.168.2.36/24", which means my Pi address is "192.168.2.36".
1. Went to http://whatismyipaddress.com/ to know my public IP address (the address from which my house can be reached from the internet):
Let's assume I obtained "1.2.3.4"
2. Added a new "Port forwarding" in my internet router configured like this:
port "22" from the internet is forwarded to "192.168.2.36" on port "22"
It means that when someone from outside my house connects to my internet router on port 22 (SSH), its connection is redirected to my Pi on port 22 (SSH).
3. Downloaded MobaXterm Home Edition here: http://mobaxterm.mobatek.net/download-home-edition.html and installed it.
4. Launched MobaXterm on my laptop connected to a Wifi hotspot outside my house
5. Created a new SSH session with the following parameter:
- Remote host: <my_internet_router_public_IP_address> ("1.2.3.4" in my case)
- Remote environment: "LXDE desktop"
...and I left all the other settings as-is.
That's all: after pressing OK and entering my Pi password, I was able to remotely connect to my Raspberry Pi desktop through a secure, encrypted SSH connection!
I hope this short explanation will help other people to perform remote connections to their Raspberry Pi!
I managed to connect to my Pi from outside my house with MobaXterm (http://mobaxterm.mobatek.net). In case it could be useful to other people, here is the short procedure I followed:
0. Performed a "ip address show" command on my Pi to know its IP address:
I obtained "inet 192.168.2.36/24", which means my Pi address is "192.168.2.36".
1. Went to http://whatismyipaddress.com/ to know my public IP address (the address from which my house can be reached from the internet):
Let's assume I obtained "1.2.3.4"

2. Added a new "Port forwarding" in my internet router configured like this:
port "22" from the internet is forwarded to "192.168.2.36" on port "22"
It means that when someone from outside my house connects to my internet router on port 22 (SSH), its connection is redirected to my Pi on port 22 (SSH).
3. Downloaded MobaXterm Home Edition here: http://mobaxterm.mobatek.net/download-home-edition.html and installed it.
4. Launched MobaXterm on my laptop connected to a Wifi hotspot outside my house
5. Created a new SSH session with the following parameter:
- Remote host: <my_internet_router_public_IP_address> ("1.2.3.4" in my case)
- Remote environment: "LXDE desktop"
...and I left all the other settings as-is.
That's all: after pressing OK and entering my Pi password, I was able to remotely connect to my Raspberry Pi desktop through a secure, encrypted SSH connection!
I hope this short explanation will help other people to perform remote connections to their Raspberry Pi!
Re: Easy access to your Pi from Windows using MobaXterm
Just to clarify can i do this over wifi if I have a wifi adapter on my pi
Re: Easy access to your Pi from Windows using MobaXterm
Yes , as long the Pi is on the same LAN as your Windows machine and you know its IP.
ghans
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org