Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
87,238
Downloads of v 12.4.0:
0
Last Update:
01 Dec 2019
Package Maintainer(s):
Software Author(s):
- Mobatek
Tags:
terminal x11 ssh vnc rdp telnet rlogin ftp sftp xdmcp admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

MobaXTerm
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
87,238
Downloads of v 12.4.0:
0
Maintainer(s):
Software Author(s):
- Mobatek
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install MobaXTerm, run the following command from the command line or from PowerShell:
To upgrade MobaXTerm, run the following command from the command line or from PowerShell:
To uninstall MobaXTerm, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download mobaxterm --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade mobaxterm -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade mobaxterm -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure mobaxterm installed
win_chocolatey:
name: mobaxterm
state: present
version: 12.4.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'mobaxterm' do
action :install
version '12.4.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: mobaxterm,
Version: 12.4.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller mobaxterm
{
Name = 'mobaxterm'
Ensure = 'Present'
Version = '12.4.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mobaxterm':
provider => 'chocolatey',
ensure => '12.4.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install mobaxterm version="12.4.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 03 Dec 2019.
MobaXterm is enhanced terminal for Windows with an X11 server, SSH client, and several other network tools for remote computing (VNC, RDP, telnet, rlogin). MobaXterm brings all the essential Unix commands to Windows desktop, in a single portable exe file which works out of the box.
MobaXterm provides useful features for developers, sysadmins, webmasters and advanced computer users:
• multitab terminal with embedded Unix commands (ls, cd, cat, sed, grep, awk, rsync, wget, ...)
• embedded X11 server for easily exporting your Unix/Linux display
• session manager with several network utilities: SSH, RDP, VNC, Telnet, Rlogin, FTP, SFTP and XDMCP
• passwords management for SSH, RDP, VNC, SFTP (on demand password saving)
• easy graphical file transfer using drag and drop during SSH sessions
• advanced SSH tunnels creation tool (graphical port forwarding builder)
• tasks automation using scripts or macros
You can also use some of the free plugins in order to extend MobaXterm capabilities!
$ErrorActionPreference = 'Stop';
$packageName = 'mobaxterm'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.mobatek.net/1242019111120613/MobaXterm_Installer_v12.4.zip'
$checkSum = '3BAEF93B576B13D5410CED40BE03514B5CA35ECA63DC319EE412A343FB87E34F'
$checkSumType = 'SHA256'
$MsiInstaller = 'MobaXterm_installer_12.4.msi'
$packageArgsZip = @{
packageName = $packageName
unzipLocation = $toolsDir
url = $url
url64bit = $url
checksum = $checkSum
checksumType = $checkSumType
checksum64 = $checkSum
checksumType64 = $checkSumType
}
Install-ChocolateyZipPackage @packageArgsZip
$packageArgsMsi = @{
packageName = $packageName
fileType = 'MSI'
file = Join-Path $toolsDir $MsiInstaller
file64 = Join-Path $toolsDir $MsiInstaller
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyInstallPackage @packageArgsMsi
- MobaXTerm.12.4.0.nupkg (9c2f4c7f94c9) - ## / 62 - Log in or click on link to see number of positives
- MobaXterm_Installer_v12.4.zip (3baef93b576b) - ## / 58 - Log in or click on link to see number of positives
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
MobaXTerm 12.4.0 | 0 | Sunday, December 1, 2019 | Approved |
MobaXTerm 12.3.0 | 8465 | Sunday, October 13, 2019 | Approved |
MobaXTerm 12.2.0 | 4982 | Thursday, September 19, 2019 | Approved |
MobaXTerm 12.1.0 | 7122 | Tuesday, August 13, 2019 | Approved |
MobaXTerm 12.0.0 | 3294 | Wednesday, July 31, 2019 | Approved |
MobaXTerm 11.1.0 | 25464 | Sunday, January 20, 2019 | Approved |
MobaXTerm 11.0.0 | 2546 | Monday, December 17, 2018 | Approved |
MobaXTerm 10.9.0 | 3888 | Wednesday, October 17, 2018 | Approved |
MobaXTerm 10.4 | 12247 | Thursday, August 24, 2017 | Approved |
MobaXTerm 10.2 | 1849 | Friday, July 7, 2017 | Approved |
MobaXTerm 9.4 | 4233 | Thursday, November 3, 2016 | Approved |
MobaXTerm 9.3 | 1329 | Saturday, September 24, 2016 | Approved |
MobaXTerm 9.0 | 1071 | Thursday, May 5, 2016 | Approved |
MobaXTerm 8.5 | 1730 | Sunday, December 20, 2015 | Approved |
MobaXTerm 8.4 | 239 | Sunday, December 6, 2015 | Approved |
MobaXTerm 8.3 | 280 | Sunday, November 1, 2015 | Approved |
MobaXTerm 8.2 | 329 | Sunday, September 20, 2015 | Approved |
MobaXTerm 8.1 | 299 | Sunday, August 9, 2015 | Approved |
MobaXTerm 8.0 | 272 | Friday, July 31, 2015 | Approved |
MobaXTerm 7.7 | 2157 | Saturday, April 4, 2015 | Approved |
MobaXTerm 7.6 | 283 | Saturday, March 21, 2015 | Approved |
MobaXTerm 7.3 | 1941 | Friday, October 3, 2014 | Approved |
MobaXTerm 7.2 | 559 | Sunday, August 24, 2014 | Approved |
MobaXTerm 7.1 | 719 | Saturday, April 12, 2014 | Approved |
MobaXTerm 7.0 | 409 | Monday, March 31, 2014 | Approved |
MobaXTerm 6.6 | 604 | Monday, November 18, 2013 | Approved |
MobaXTerm 6.3.0.0 | 582 | Monday, May 27, 2013 | Approved |
2008 - 2019 Mobatek
Security fix: prohibited the use of URL which do not correspond to a MobaXterm session (fixes CVE-2019-16305)
Security fix: added a comprehensive warning message when opening a session from an URL. This message contains details about the session to be launched and a warning concerning the URL provider.
Bugfix: in the password management window, after showing passwords and closing the form, the password fields are now automatically hidden
Bugfix: RDP size was not calculated properly when launching a remote desktop session while the SSH remote monitoring toolbar was active
This package has no dependencies.
Ground Rules:
- This discussion is only about MobaXTerm and the MobaXTerm package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or MobaXTerm, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.