How to connect UiPath to MobaXterm or Putty?

Hi guys,

For a project at work I need to connect to a remote server via an internal application called MobaXterm or Putty or something similar.

I’ve done some research and I think I need to use terminal activities which I have setup, however I don’t know how to set this up. Have no server experience so I’m completely new to SSH and everything around this.

Could you please help?

Thank you.

1 Like

Hi,
Are you able to configure the session for MobaXterm with UiPath?

Any one from UiPath can guide us here??

I need to perform the ssh activity link click with mobaXterm but SSH link is not getting captured. Can anyone help me in this please.

Thanks

@bogdanjianuemphasized text @ASinha - By any chance you have connected to mobaxterem via uipath. Please let me know if yes. I want to do the same in my task.

@Rajni1989 , MobaXterm provides all the important remote network tools (SSH, RDP, X11 , SFTP, FTP, Telnet, Rlogin, …) to Windows desktop, in a single portable exe file which works out of the box. But its better to use the capability from UiPath which runs in background and don’t actually needs to integrate with third-party tools. So better I would recommend you to use the the SSHConnector activity to run your scripts.

hi @ASinha
how can we execute multiple commands using “ssh run command” activity?
. basically i need to execute some php scripts which are present in directory on remote server.
your help will be appreciated.
thanks.:grinning:

hi @himalaya1
you can use below activity for SSH
https://go.uipath.com/component/connection-to-ssh-server

hi @Rishi1 i have read the documentation
but its not much.
any other suggestions from your side?
thanks.

i think this is the only way right now to connect to remote server and run the script.

yeah i know this is the way .and i have used it and able to connect to server but the problem is i have to execute some scripts which are present in the remote server directory.
which are not executing.by “ssh run command activity”.
thanks.

Hi, Could you please share your example so I can comment precisely that why you’re not able to execute scripts because this is the activity we use for such kind of operations

hi @ASinha thanks for your help but i figured it out .
activity is working perfectly
thanks.

Hi @himalaya1
Are you using the "ssh run command” acitivity ?

hi @Rishi1 yes i am using “ssh run command activity”.

Hi, Did you could connect to Mobax by uipath?