Accessing Windows console remotely from Linux

Have you ever needed to execute a command or to connect to an interactive text console on a remote Windows station?

Probably several times, and usually, you had to log in using either VNC or RDP (Remote Desktop Protocol – Microsoft Terminal Services). If you’re used to SSH, you may wonder why the overhead of a complete desktop is needed just to start a few text commands. Of course, there are free and commercial SSH servers for Windows, but one problem with them is that they have to be installed separately. Which may be too much work for a one-off task now and then. Are there any other methods of accessing a remote Window text console from your Linux station?

But hey, here comes winexe to the rescue! Below, accessing Windows CLI from Linux remotely (using a Windows domain account):

Winexe.png

From the project’s page, “winexe remotely executes commands on WindowsNT/2000/XP/2003 systems from GNU/Linux (probably also other Unices capable to compile Samba4)“.

Some notes:

  • note that winexe doesn’t offer encryption of any kind – you may want to use VPN to make sure your connection is secure,
  • if your distribution doesn’t offer a packaged version of winexe (most distributions don’t), winexe homepage offers a static binary; on the other hand if you have a recent Linux distribution, the static binary will most probably not work for you – in that case, just build the tool from source,
  • you can use winexe in your Linux scripts – this way, you may execute certain tasks on your Linux machines, other tasks on your Windows machines – all that as a part of one bigger task / script,
  • winexe can be seen as a Linux equivalent of psexec (a similar tool available for Windows).

Useful examples:

See the list of processes / logged in users. Useful if you want to log in via RDP but don’t want to interrupt user session. Useful in a script, to check more workstations.


Start cmd.exe console:


Different Ways to Accessing Windows Console Remotely From Linux

There are a few different ways you can access the Windows console remotely from Linux. Here are a few options you can try:

  1. Use a Remote Desktop Protocol (RDP) client. RDP is a proprietary protocol developed by Microsoft that allows you to remotely access the desktop of a computer running Windows. There are several RDP clients available for Linux, including rdesktop and FreeRDP.
  2. Use Secure Shell (SSH) and a terminal emulator. SSH is a network protocol that allows you to securely connect to a remote computer and run commands on that computer. You can use a terminal emulator like xterm or gnome-terminal to connect to a Windows machine via SSH.
  3. Use a VNC client. VNC (Virtual Network Computing) is a protocol that allows you to remotely access the desktop of a computer running any operating system. There are several VNC clients available for Linux, including vncviewer and tightvncviewer.

I hope this helps! Let me know if you have any questions or if you need further assistance.

Great! You’ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to Lxadm.com.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.