Xterm Emulator For Windows 10

MobaXterm is your ultimate toolbox for remote computing.In a single Windows application, it provides loads of functions that are tailored for programmers, webmasters, IT administrators and pretty much all users who need to handle their remote jobs in a more simple fashion. Best Terminal for windows. Now let’s check the best terminals which we are to provide below. These are the popular terminal for windows 10, 8, and 7 to edit any code easily. Check them right away. ZOC has been developed as a professional ssh client and terminal emulator for Windows environments.

For a long time Windows 10 hasn’t had a great command line interface. As a result, developers and system admins have installed third-party options to emulate Unix style and other kinds of consoles. And while it’s possible to get a bash shell inside Windows 10 now, many users still prefer a more configurable terminal emulator. Check out the best terminal emulators for Windows 10 below.

1. MobaXterm

Rammed with robust features like X11 servers, a library of plugins, and even its own protocol clients, MobaXterm is a great server tool with myriad Terminal options for those who really want to dig deep (conversely, you may find it a bit bloated if you just want to do lighter Putty work, for example).

It lets you set up remote terminals in SSH, telnet, rlogin and Mosh, and has an intuitive interface that lets you set up multiple SSH taps, split terminals horizontally/vertically, among other quality-of-life features. Naturally, it has all the Unix commands you need too, letting you work much as you would in Linux.

There’s a limited free version of MobaXterm that lets you have up to 12 sessions, two SSH tunnels, and 4 macros (it also has a portable version). If you want the full package, you’ll need to pay $69 for a lifetime right-to-use which removes all the aforementioned limitations.

2. ZOC Terminal

Emulator

One of the best tools for people needing to access data on Unix accounts from Windows, ZOC Terminal, may not be free ($79.99), but it’s still a great value for more advanced users.

One of its key perks are tabs, so you can have several Terminal sessions going on at once across SSH, telnet, QNX, and other terminals. It’s brimming with commands and is highly customizable to suit your personal terminal-tinkering style.

Its emulations are robust and complete, offering features like mouse and keyboard support, print-through and line graphics. And it’s a cinch to search for specific bits of text in your work, then highlight them.

3. cmder

cmder is a well-known portable terminal emulator for Windows 10 that was built from the “pure frustration” caused by the lack of a good alternative in Windows. It’s built on top of another well-known console emulator, ConEmu, and enhanced with Clink. Clink extends the power of ConEmu, adding shell features like bash-style completion. It’s broadly compatible, working with msysgit, PowerShell, cygwin and mintty, bringing Unix capabilities to Windows.

Since it’s completely portable, you can run cmder off a USB drive that you use on various machines without installing files on local hard drives, making it a support specialist’s best friend. As a bonus, it ships with the much-loved Monokai color scheme to coordinate your hacking with Sublime Text.

4. ConEmu

ConEmu is a Windows console emulator with tabs, multiple windows and a variety of customization options. Its lineage reaches way back in history: ConEmu was initially created as a companion to Far Manager, a file and archive manager released for Windows in 1996. But despite its age, the software is continuously developed.

The emulator provides a deep menu of settings to tweak and hotkeys to assign, drawing in keyboard warriors from Vim and Emacs. ConEmu in compatible with many of the same popular shells as cmder, like cmd.exe, PowerShell, cygwin, PuTTY and others. If you install a DOS emulator like DosBox, you can run DOS applications in a 64-bit environment. But because ConEmu isn’t a shell, it doesn’t include helpful shell features like remote connections and tab completion. While it retains many die-hard fans, ConEmu might not be the best console emulator for new users.

Xterm For Windows 10 Download

5. Console

Console is a terminal emulator and console enhancement for Windows 10 that focuses on direct use and simple interaction. It provides full command-line capabilities, and its straight-forward design hides a significant degree of power and customization. It integrates with all the major shells and lets you customize window styles, transparency, fonts and text colors. But Console isn’t as all-spanning as ConEmu, so very advanced users might find themselves limited by the software.

6. Babun

Babun comes with bash and zsh out of the box, providing tools that both beginner and advanced users can use immediately. It’s built on top of Cygwin, porting a Unix-style interface to Windows 10. You can use oh-my-zsh to configure zsh’s wide variety of options, giving you greater control over your shell’s functionality that you’ll get in other applications. It also includes the pact package manager and HTTP proxying out the box.

7. Mintty

If you only use Cygwin for your Windows shell, then Mintty is an excellent console emulator. In fact, Mintty is installed as the default terminal emulator. Like the other options on this list, Mintty provides a collection of additional features like drag-and-drop, full screen, copy and paste and theme support. And it also works with MSYS and Msys2.

Conclusion

Cmder is probably the best bet for users looking for a capable but manageable terminal emulator. Users seeking a more powerful experience can get their fix with ConEmu or splash out a bit more for ZOC Terminal.

This article was first published in August 2017 and was updated in June 2019.

The Complete Windows 10 Customization Guide

In this ebook we’ll be exploring the multitude of options to fully customize Windows 10. By the end of this ebook you’ll know how to make Windows 10 your own and become an expert Windows 10 user.

Active4 years, 1 month ago

I have Swing Java application manifesting an error on linux, which I need to fix. The main problem is getting linux environment, and I'm unwilling to install one because I have a remote linux box already. Now, the GUI part, how would I run xterm on windows? I made several shots in the dark: installed XMing, and then got totally confused what to do next. RealVNC is equally challenging. Do I run VNC server in service or user mode, or do I start the third option: VNC viewer? If you haven't noticed, I'm totally confused what is the server and what is client -- I was told that X_window community got it totally wrong, and what everybody else in computer field calls client is server?

So, why can't I just run 'xterm remoteLinuxHost' just the way I do 'telnet remoteLinuxHost'? Why there is a zillion steps to do such trivial thing? Would appreciate if anybody would guide me through this pain.

Edit: Running vncserver command on linux box made the setup. Now VNC viewer connects and displays XTerm. Many thanks!

Tegiri Nenashi
Tegiri NenashiXterm Emulator For Windows 10Tegiri Nenashi
2,7162 gold badges14 silver badges18 bronze badges

2 Answers

I'm a little unclear on what you're trying to do, but if you just need to get a shell open, the easiest thing to do would be to install PuTTY and use it to telnet or ssh into the VM.

If you want to run a (gui) Java application on the Linux VM, it seems to me that the easiest thing to do would be to install the X11 environment in the VM and run the application in the VM console. That way, the application and the GUI are all on the Linux system and you don't have to muck around with remote X sessions.

In any case, getting a working X11 environment in Windows is likely to be a lot more hassle than doing it in Linux. It's certainly not a trivial thing, anyway.

Windows Emulator On Linux

Edit: In response to your edited question, you shouldn't need to use a VNC viewer or anything like that either. If you're using VirtualBox or VMWare, you can open a console window that essentially functions as the 'monitor' on your VM.

Another edit: In response to your comments/edits. I've used the TightVNC viewer for Windows to access a Linux box at work from home, and it worked fine. Performance can be a bit jerky depending on available bandwidth.

eajeajFor
2,0931 gold badge15 silver badges41 bronze badges

Cygwin for windows will work. Install only what you need for the X system. In a Cygwin prompt you can the SSH to the host and with the -X option to pass X11 forward. Then the GUI applications will run the same as if your on the Linux system. You just have to keep in mind that the application is running on the Linux server and not the Windows host. It can confuse some people when trying to access files.

Timothy StrunkTimothy Strunk

Xterm Emulator For Windows 10 64 Bit

Not the answer you're looking for? Browse other questions tagged windowslinux or ask your own question.