Questions tagged [mobaxterm]

MobaXterm is windows desktop application which includes:

  • remote network tools (SSH, X11, RDP, VNC, FTP, MOSH, ...)
  • Unix commands (bash, ls, cat, sed, grep, awk, rsync, ...)
  • embedded servers (TFTP, FTP, HTTP, SSH/SFTP, telnet, ...)
  • MobApt package manager
  • support for SSH tunneling
183 questions
0
votes
0 answers

Login to mobaxterm SSH through TCL/tk scripting

I tried to login to SSH from the tcl/tk gui. I have the following code in tcl/tk, button $a.b1 -text "Connect-Check" -command \ {exec "C:/Program Files (x86)/Mobatek/MobaXterm/MobaXterm.exe" "$dir/connect-check.ttl"} commands inside the…
vetri
  • 11
  • 3
0
votes
0 answers

Use Cygwin utilities from Powershell terminal

I widely use Unix/Posix like commands in my daily activities. I have only Windows environments. For that reason I use utility called MobaXterm which is built on top of Cygwin and allow me to use utilities like awk, sed, Grep and etc. I noticed that…
susja
  • 311
  • 3
  • 12
  • 33
0
votes
1 answer

What is causing an access denied on executable MobaSCPRinew.exe when using MobaXterm on Windows

I've been a happy user of MobaXterm for years, this is a great terminal and X-window manager on Windows to access Linux machine and others. Recently, possibly since I upgraded to Windows 11 or changed laptop, I sometimes get the following error…
tristof
  • 21
  • 8
0
votes
0 answers

How do I load files/directories into MobaxTerm to start a Tractor (for genetics) operation?

Tractor is an operation that adds power to GWAS for an admixed individual. There are online tutorials, but I am struggling to even start running Tractor in MobaXTerm. Every time I try to run some of the code I get back "cant open file - whatever…
Dani
  • 1
0
votes
0 answers

Mobaxterm console and logging

got some problem i need to start console with command line now it looks like: MobaXterm.exe -newtab "waitforX; telnet [Device.FirstAddress]" 1st problem is logging, without "waitforX" i got wrong tab name(i need ip) 2nd problem is log…
serpyxa
  • 1
  • 2
0
votes
4 answers

MobaXterm "follow terminal folder" doesn't work

Sometimes the Follow terminal folder option doesn't work: The Follow terminal folder function is very helpful to see the files inside the folder and open it with Notepad++. EDIT I'm now in China and connect through a VPN. This is slower than what…
0
votes
0 answers

Is it possible to set MobaXterm for use a bash history in a terminal session?

I want to be able to save command history in a session. I have even created the file, but the session does not save it. How can I do this?
PulidoVPE
  • 23
  • 1
  • 10
0
votes
1 answer

Mobaxterm - Open bookmark in new tab and connect to list of servers stored in txt file

I have the need to connect to an SSH jump box server and then from there, SSH to another server and then issue commands. In this case, I need to issue the same exact commands to 188 servers. Normal procedure for this: Connect to an SSH server that…
Al H
  • 1
  • 1
0
votes
1 answer

Invalid character trying to login terraforms with google cloud. using cygwin

I am trying to use terraform with Mobaxterm (cygwin) on my windows device. I have successfully authenticated with token using the. gcloud auth application-default login however when I try and use terraform with "GOOGLE_APPLICATION_CREDENTIALS"…
0
votes
0 answers

mobaxterm new installation with old license

I have an old version of mobaxterm 10.4 pro with license but not renewed Something happened on my windows pc and moba is not usable anymore I still have my license from 10.4 I can find v10.4 personnal edition but can not apply the license ? is it…
0
votes
1 answer

MobaXterm does not display the whole image received from WSL

I am using WSL1 in Windows 10 with Ubuntu 18.04 LTS. Configured everything fine to use OpenCV with C++, but when I wanted to display an image, I always received the below error. terminate called after throwing an instance of 'cv::Exception' …
0
votes
0 answers

OpenMalaria installation; "Remote branch master not found in upstream origin"

I am using MobaXterm to install OpenMalaria, as described in the following instructions: https://github.com/SwissTPH/openmalaria/wiki/UserGuide I seem to be having problems with directories and install destinations on all fronts. I notice the…
jserv
  • 47
  • 5
0
votes
0 answers

Sending commands to CMD/MobaXterm via python

I'm making an app via python with GUI. I want to set a button that will connect to a specific path and run some commands at the server and leave the terminal open after he will finished running the commands. I'm trying to send a several commands to…
nikol
  • 33
  • 3
0
votes
1 answer

Install psutil on MobaXterm

I'm working on MobaXterm and need a python library (prefect) requiring psutil. When I run pip3 install psutil I get the following error : platform cygwin is not supported Then pip loops on older verisons of psutil repeating the same errors…
peppie
  • 35
  • 7
0
votes
1 answer

Problem with delimiter of double click in Mobaxterm

The delimiter of double click is not working when performed in the path. When I use the double click to select the path, it stops only in the @. As example below: user@server:/home/user The answer of the double click in server is: server The answer…