Questions tagged [mremoteng]

7 questions
26
votes
8 answers

Changing color scheme of console output in mRemoteNG

I use mRemoteNG to handle all my remote connections to servers. The only negative point I have run into is that the colorscheme of console output is not good. Directories are listed in dark blue and on a black background this is barely readable. How…
Aster
  • 809
  • 2
  • 8
  • 13
13
votes
1 answer

How to disable annoying mRemoteNG connection lost popups?

How do I get rid of the annoying mRemoteNG lost connection popups that happen whenever an SSH session times out?
Tormeh
  • 501
  • 1
  • 4
  • 10
2
votes
1 answer

mRemoteNG - how to change the password

In mRemoteNG, how can you change the password of an already protected password file? There is no option for it in 'Tools > Options' as one might expect, and there is no item for it in the 'Help' menu.
bizna
  • 702
  • 8
  • 23
1
vote
0 answers

converting xml database format

My company has an extensive puttycm database (200+ entries in about 15 folders)... puttycm is terrible, it's been dead for how long now? crashes constantly in windows 7, generally miserable. I am looking to change everything over to mRemoteNG, which…
user201817
  • 11
  • 3
0
votes
1 answer

Can't import mRemote sessions into MobaXterm

I have hundreds of devices saved in mRemoteNG and would very much like to export these and import them into MobaXterm. When I do this however it seems like only a few sessions out of the hundreds actually gets imported. Most folders are empty as you…
MikeB
  • 1
  • 1
0
votes
0 answers

Automate of mRemoteNG using C# Winforms

I am working on C# Winform application. The requirement is to open Remote Desktop Window without user interaction. For this I have saved remote Host IP, username and password in database. On button click I am executing below command and it is…
Amit Verma
  • 2,450
  • 2
  • 8
  • 21
0
votes
1 answer

Can I use SCP to download data from Clickhouse server to my local workstation?

I am trying to dump a CSV file for analytical purposes from Clickhouse. Currently, the dump occurs on the Clickhouse VM and I am unable to access it. Is it possible to use SCP to dump the data to my local machine instead of the server?