You are on page 1of 20

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.

0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >
<head>
<base href="https://openvpn.net/index.php/open-source/downloads.html" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="vpn, openvpn, enterprise vpn, open source vpn, vpn
client, vpn server, virtual private network" />
<meta name="description" content="OpenVPN - The Open Source VPN" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Downloads</title>
<link href="/templates/telethra/favicon.ico" rel="shortcut icon"
type="image/vnd.microsoft.icon" />
<link rel="stylesheet"
href="/modules/mod_roknavmenu/themes/fusion/css/fusion.css" type="text/css" />
<link rel="stylesheet" href="/modules/mod_rokajaxsearch/css/rokajaxsearch.css"
type="text/css" />
<link rel="stylesheet"
href="/modules/mod_rokajaxsearch/themes/blue/rokajaxsearch-theme.css"
type="text/css" />
<style type="text/css">

</style>
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/caption.js" type="text/javascript"></script>
<script src="/modules/mod_roknavmenu/themes/fusion/js/sfhover.js"
type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/modules/mod_rokajaxsearch/js/rokajaxsearch.js"
type="text/javascript"></script>
<script type="text/javascript">
window.addEvent('load', function() {
new JCaption('img.caption');
});window.addEvent((window.webkit) ? 'load' : 'domready',
function() {
window.rokajaxsearch = new RokAjaxSearch({
'results': 'Results',
'close': '',
'websearch': 0,
'blogsearch': 0,
'imagesearch': 0,
'videosearch': 0,
'imagesize': 'MEDIUM',
'safesearch': 'MODERATE',
'search': 'Search...',
'readmore': 'Read more...',
'noresults': 'No results',
'advsearch': 'Advanced search',
'page': 'Page',
'page_of': 'of',
'searchlink': 'https://openvpn.net/index.php?
option=com_search&amp;view=search&amp;tmpl=component',
'advsearchlink': 'https://openvpn.net/index.php?
option=com_search&amp;view=search',
'uribase': 'https://openvpn.net/',
'limit': '10',
'perpage': '3',
'ordering': 'newest',
'phrase': 'any',
'hidedivs': '',
'includelink': 1,
'viewall': 'View all results',
'estimated': 'estimated',
'showestimated': 1,
'showpagination': 1,
'showcategory': 0,
'showreadmore': 1,
'showdescription': 1
});
});
</script>

<link rel="stylesheet" href="/templates/telethra/css/template.css"


type="text/css" />
<link rel="stylesheet" href="/templates/telethra/css/suckerfish.css"
type="text/css" />

<!--[if IE 6]>
<style type="text/css">
#header {

background:url(/templates/telethra/img/ovpntech_logo-s.gif) no-repeat 0 10px;


}
</style>
<![endif]-->
<style>
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #419641;
text-decoration: none;
}

.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #5cb85c;
display: inline-block;
font-weight: bold;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1rem;
font-size: 1rem;
border-radius: .25rem;
cursor: pointer;
margin: 0;
line-height: inherit;
-ms-touch-action: manipulation;
touch-action: manipulation;
text-transform: none;
overflow: visible;
font: inherit;
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
</style>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-
analytics.com/analytics.js','ga');

ga('create', 'UA-3330956-1', 'auto');


ga('send', 'pageview');

</script>
<script src="/jquery-1.7.1.min.js"></script>
<script>
jQuery(document).ready(function(){
//services
$('#ac-text').hide();
$('#sr-text').hide();
$('#sl-text').hide();
$('#cm-text').hide();
$('.sr').hover(function(){
$(this).children('div').children('a').css("display","block");
servicesHoverTxt('sr');
});
$('.sr').mouseleave(function(){
$(this).children('div').children('a').css("display","none");
servicesOutTxt('sr');
});
$('.ac').hover(function(){
$(this).children('div').children('a').css("display","block");
servicesHoverTxt('ac');
});
$('.ac').mouseleave(function(){
$(this).children('div').children('a').css("display","none");
servicesOutTxt('ac');
});

//solution
$('.sl').hover(function(){
$(this).children('div').children('a').css("display","block");
servicesHoverTxt('sl');
});
$('.sl').mouseleave(function(){
$(this).children('div').children('a').css("display","none");
servicesOutTxt('sl');
});

//community
$('.cm').hover(function(){
$(this).children('div').children('a').css("display","block");
servicesHoverTxt('cm');
});
$('.cm').mouseleave(function(){
$(this).children('div').children('a').css("display","none");
servicesOutTxt('cm');
});
});

function servicesHoverTxt(id){
$('#'+id+'-text').show();
$('#text-sr').hide();
}
function servicesOutTxt(id){
$('#'+id+'-text').hide();
$('#text-sr').show();
}
</script>
</head>

<body>
<div id="top">

<div id="header">

<div id="h-els">
<a class="mainlevel-supernav" style="float:right;margin-right:
5px;" href="/index.php/login.html">Sign in</a><!---->

<div id="OP-Twitter">
<div id="OP-Twitter-Left"><a href="https://www.facebook.com/OpenVPN"
title="Follow us on Facebook" target="_blank"><img alt="Follow us on Facebook"
src="/images/fbfollow.png" style="padding-top:4px;"></a>&nbsp;</div>
<div id="OP-Twitter-Right"><a target="_blank" title="Follow us on Twitter"
href="https://www.twitter.com/#openvpn"><img alt="Follow us on Twitter"
src="/templates/telethra/images/OP-twitter.png" /></a></div>
</div>
</div>
<div class="moduletable-search">
<form name="rokajaxsearch" id="rokajaxsearch"
class="blue" action="https://openvpn.net/" method="get">
<div class="rokajaxsearch -search">
<div class="roksearch-wrapper">
<input id="roksearch_search_str" name="searchword" type="text"
class="inputbox" value="Search..." />
</div>
<input type="hidden" name="searchphrase" value="any"/>
<input type="hidden" name="limit" value="100" />
<input type="hidden" name="ordering" value="newest" />
<input type="hidden" name="view" value="search" />
<input type="hidden" name="option" value="com_search" />

<div id="roksearch_results"></div>
</div>
<div id="rokajaxsearch_tmp" style="visibility:hidden;display:none;"></div>
</form> </div>

<div id="h-nav">
<div class="moduletable">
<div id="horizmenu-surround">
<ul class="menutop level1" >
<li class="item855 root" >
<a class="item" href="/" >
<span>Home</span>
</a>
</li>
<li class="item595 parent root" >
<a class="daddy item"
href="https://openvpn.net/privatetunnel?referral=OPENVPN" target="_blank" >
<span>VPN Service</span>
</a>
<ul class="level2">
<li class="item601" >
<a class="item" href="https://openvpn.net/privatetunnel?
referral=OPENVPN" target="_blank" >
<span>Your Private Tunnel to the Internet</span>
</a>
</li>
</ul>
</li>
<li class="item311 parent root" >
<a class="daddy item" href="/index.php/access-
server/overview.html" >
<span>VPN Solution</span>
</a>
<ul class="level2">
<li class="item467" >
<a class="item" href="/index.php/access-
server/overview.html" >
<span>Overview</span>
</a>
</li>
<li class="item318" >
<a class="item" href="/index.php/access-server/download-
openvpn-as-sw.html" >
<span>Software Packages</span>
</a>
</li>
<li class="item431" >
<a class="item" href="/index.php/access-server/download-
openvpn-as-vm.html" >
<span>Virtual Appliances</span>
</a>
</li>
<li class="item599" >
<a class="item" href="/index.php/access-
server/cloudmachines.html" >
<span>Cloud Machines</span>
</a>
</li>
<li class="item461" >
<a class="item" href="/index.php/access-server/on-amazon-
cloud.html" >
<span>On Amazon Cloud</span>
</a>
</li>
<li class="item337" >
<a class="item" href="/index.php/access-server/license-
key.html?paynow=SALE" >
<span>Purchase License</span>
</a>
</li>
<li class="item314" >
<a class="item" href="/index.php/access-server/license-
key.html" >
<span>My Licenses</span>
</a>
</li>
<li class="item344" >
<a class="item" href="/index.php/access-
server/pricing.html" >
<span>Pricing</span>
</a>
</li>
<li class="item343 parent" >
<a class="daddy item" href="/index.php/access-
server/docs.html" >
<span>Documentation</span>
</a>
<ul class="level3">
<li class="item359" >
<a class="item" href="/index.php/access-server/docs/quick-
start-guide.html" >
<span>Quick Start Guide</span>
</a>
</li>
<li class="item746 parent" >
<a class="daddy item" href="/index.php/access-
server/docs/admin-guides-sp-859543150.html" >
<span>HOWTO</span>
</a>
<ul class="level4">
<li class="item897" >
<a class="item" href="/index.php/access-server/docs/admin-
guides-sp-859543150/howto-general.html" >
<span>General</span>
</a>
</li>
<li class="item898" >
<a class="item" href="/index.php/access-server/docs/admin-
guides-sp-859543150/howto-installation.html" >
<span>Installation</span>
</a>
</li>
<li class="item899" >
<a class="item" href="/index.php/access-server/docs/admin-
guides-sp-859543150/howto-virtual-platforms.html" >
<span>Virtual Platforms</span>
</a>
</li>
<li class="item900" >
<a class="item" href="/index.php/access-server/docs/admin-
guides-sp-859543150/howto-administration.html" >
<span>Administration</span>
</a>
</li>
<li class="item901" >
<a class="item" href="/index.php/access-server/docs/admin-
guides-sp-859543150/howto-connect-client-configuration.html" >
<span>Connect Client Configuration</span>
</a>
</li>
<li class="item902" >
<a class="item" href="/index.php/access-server/docs/admin-
guides-sp-859543150/howto-authentication.html" >
<span>Authentication</span>
</a>
</li>
<li class="item903" >
<a class="item" href="/index.php/access-server/docs/admin-
guides-sp-859543150/howto-commands.html" >
<span>Commands</span>
</a>
</li>
<li class="item904" >
<a class="item" href="/index.php/access-server/docs/admin-
guides-sp-859543150/howto-desktop-client-configuration.html" >
<span>Desktop Client Configuration</span>
</a>
</li>
</ul>
</li>
<li class="item587" >
<a class="item"
href="/images/OpenVPNAccessServerDataSheet.pdf" target="_blank" >
<span>Data Sheet</span>
</a>
</li>
</ul>
</li>
<li class="item321 parent" >
<a class="daddy item" href="/index.php/access-
server/section-faq-openvpn-as.html" >
<span>FAQ</span>
</a>
<ul class="level3">
<li class="item881" >
<a class="item" href="/index.php/access-server/section-faq-
openvpn-as/server-configuration.html" >
<span>Server Configuration</span>
</a>
</li>
<li class="item882" >
<a class="item" href="/index.php/access-server/section-faq-
openvpn-as/client-configuration.html" >
<span>Client Configuration</span>
</a>
</li>
<li class="item883" >
<a class="item" href="/index.php/access-server/section-faq-
openvpn-as/general.html" >
<span>General</span>
</a>
</li>
<li class="item884" >
<a class="item" href="/index.php/access-server/section-faq-
openvpn-as/licensing.html" >
<span>Licensing</span>
</a>
</li>
<li class="item885" >
<a class="item" href="/index.php/access-server/section-faq-
openvpn-as/pricing.html" >
<span>Pricing</span>
</a>
</li>
<li class="item886" >
<a class="item" href="/index.php/access-server/section-faq-
openvpn-as/virtual-appliance.html" >
<span>Virtual Appliance</span>
</a>
</li>
<li class="item924" >
<a class="item" href="/index.php/access-server/section-faq-
openvpn-as/amazon-web-services.html" >
<span>Amazon Web Services</span>
</a>
</li>
</ul>
</li>
<li class="item313" >
<a class="item" href="/index.php/access-server/support-
center.html" >
<span>Support</span>
</a>
</li>
<li class="item604" >
<a class="item" href="/index.php/access-server/as-
advantages.html" >
<span>Advantages</span>
</a>
</li>
<li class="item921" >
<a class="item" href="/index.php/access-server/security-
advisories.html" >
<span>Security Advisories</span>
</a>
</li>
<li class="item928" >
<a class="item" href="/index.php/access-server/it-services-
menu.html" >
<span>IT Services</span>
</a>
</li>
</ul>
</li>
<li class="item212 parent active root" >
<a class="daddy item" href="/index.php/open-source.html" >
<span>Community</span>
</a>
<ul class="level2">
<li class="item365" >
<a class="item" href="/index.php/open-source/overview.html"
>
<span>Overview</span>
</a>
</li>
<li class="item138 active" >
<a class="item" href="/index.php/open-
source/downloads.html" >
<span>Downloads</span>
</a>
</li>
<li class="item591" >
<a class="item"
href="https://community.openvpn.net/openvpn/wiki/TesterDocumentation" >
<span>Source Code</span>
</a>
</li>
<li class="item79 parent" >
<a class="daddy item" href="/index.php/open-
source/documentation.html" >
<span>Documentation</span>
</a>
<ul class="level3">
<li class="item95" >
<a class="item" href="/index.php/open-
source/documentation/howto.html" >
<span>HOWTO</span>
</a>
</li>
<li class="item96" >
<a class="item" href="/index.php/open-
source/documentation/security-overview.html" >
<span>Security Overview</span>
</a>
</li>
<li class="item97" >
<a class="item" href="/index.php/open-
source/documentation/examples.html" >
<span>Examples</span>
</a>
</li>
<li class="item98" >
<a class="item" href="/index.php/open-
source/documentation/graphical-user-interface.html" >
<span>Graphical User Interface</span>
</a>
</li>
<li class="item92 parent" >
<a class="daddy item" href="/index.php/open-
source/documentation/manuals.html" >
<span>Manuals</span>
</a>
<ul class="level4">
<li class="item926" >
<a class="item"
href="https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage" >
<span>OpenVPN 2.4</span>
</a>
</li>
<li class="item916" >
<a class="item"
href="https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage" >
<span>OpenVPN 2.3</span>
</a>
</li>
<li class="item917" >
<a class="item"
href="https://community.openvpn.net/openvpn/wiki/Openvpn22ManPage" >
<span>OpenVPN 2.2</span>
</a>
</li>
<li class="item93" >
<a class="item" href="/index.php/open-
source/documentation/manuals/openvpn-20x-manpage.html" >
<span>OpenVPN 2.0.x</span>
</a>
</li>
<li class="item99" >
<a class="item" href="/index.php/open-
source/documentation/manuals/openvpn-21.html" >
<span>OpenVPN 2.1</span>
</a>
</li>
</ul>
</li>
<li class="item100 parent" >
<a class="daddy item" href="/index.php/open-
source/documentation/change-log.html" >
<span>Change Log</span>
</a>
<ul class="level4">
<li class="item927" >
<a class="item"
href="https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24" >
<span>OpenVPN 2.4</span>
</a>
</li>
<li class="item923" >
<a class="item"
href="https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23" >
<span>OpenVPN 2.3</span>
</a>
</li>
<li class="item922" >
<a class="item"
href="https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn22" >
<span>OpenVPN 2.2</span>
</a>
</li>
<li class="item101" >
<a class="item" href="/index.php/open-
source/documentation/change-log/changelog-20x.html" >
<span>OpenVPN 2.0.x</span>
</a>
</li>
<li class="item102" >
<a class="item" href="/index.php/open-
source/documentation/change-log/changelog-21.html" >
<span>OpenVPN 2.1</span>
</a>
</li>
</ul>
</li>
<li class="item94" >
<a class="item" href="/index.php/open-
source/documentation/install.html" >
<span>Installation Notes</span>
</a>
</li>
<li class="item103" >
<a class="item" href="/index.php/open-
source/documentation/release-notes.html" >
<span>Release Notes</span>
</a>
</li>
<li class="item104 parent" >
<a class="daddy item" href="/index.php/open-
source/documentation/miscellaneous.html" >
<span>Miscellaneous</span>
</a>
<ul class="level4">
<li class="item105" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/ethernet-bridging.html" >
<span>Ethernet Bridging</span>
</a>
</li>
<li class="item106" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/rsa-key-management.html" >
<span>RSA Key Management</span>
</a>
</li>
<li class="item84" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/mailing-lists.html" >
<span>Mailing Lists</span>
</a>
</li>
<li class="item85" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/subversion-repository.html" >
<span>Subversion Repository</span>
</a>
</li>
<li class="item107" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/static-key-mini-howto.html" >
<span>Static Key Mini-HOWTO</span>
</a>
</li>
<li class="item108" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/management-interface.html" >
<span>Management Interface</span>
</a>
</li>
<li class="item109" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/porting-notes.html" >
<span>Porting Notes</span>
</a>
</li>
<li class="item110" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/protocol-compatibility.html" >
<span>Protocol Compatibility</span>
</a>
</li>
<li class="item116" >
<a class="item" href="/index.php/open-
source/documentation/miscellaneous/1xhowto.html" >
<span>1xHOWTO</span>
</a>
</li>
</ul>
</li>
<li class="item111" >
<a class="item" href="/index.php/open-
source/documentation/non-english.html" >
<span>Non-English</span>
</a>
</li>
<li class="item125" >
<a class="item" href="/index.php/open-
source/documentation/sig.html" >
<span>File Signatures</span>
</a>
</li>
</ul>
</li>
<li class="item218" >
<a class="item" href="/index.php/open-source/articles.html"
>
<span>Articles</span>
</a>
</li>
<li class="item363 parent" >
<a class="daddy item" href="/index.php/open-
source/faq.html" >
<span>FAQ</span>
</a>
<ul class="level3">
<li class="item893" >
<a class="item" href="/index.php/open-source/faq/community-
software-general.html" >
<span>General</span>
</a>
</li>
<li class="item894" >
<a class="item" href="/index.php/open-source/faq/community-
software-client.html" >
<span>Client</span>
</a>
</li>
<li class="item895" >
<a class="item" href="/index.php/open-source/faq/community-
software-server.html" >
<span>Server</span>
</a>
</li>
</ul>
</li>
<li class="item91" >
<a class="item" href="/index.php/open-source/books.html" >
<span>Books</span>
</a>
</li>
<li class="item421" >
<a class="item"
href="https://community.openvpn.net/openvpn" target="_blank" >
<span>Wiki/Tracker</span>
</a>
</li>
<li class="item419" >
<a class="item" href="https://forums.openvpn.net"
target="_blank" >
<span>Forums</span>
</a>
</li>
<li class="item593" >
<a class="item"
href="https://community.openvpn.net/openvpn/wiki/Contributing" >
<span>Contributing</span>
</a>
</li>
</ul>
</li>
<li class="item739 parent root" >
<a class="daddy item" href="/index.php/access-
server/overview.html" >
<span>Downloads</span>
</a>
<ul class="level2">
<li class="item744" >
<a class="item" href="/index.php/access-
server/overview.html" >
<span>Access Server Downloads</span>
</a>
</li>
<li class="item743" >
<a class="item" href="/index.php/download/community-
downloads.html" >
<span>Community Downloads</span>
</a>
</li>
</ul>
</li>
</ul>
</div> </div>

</div>

</div>

</div>
<div id="page">
<div id="main">

<div class="moduletable-exnav">

<ul class="menu">
<li class="item-365"><a href="/index.php/open-source/overview.html"
>Overview</a></li><li class="item-138 current active"><a href="/index.php/open-
source/downloads.html" >Downloads</a></li><li class="item-591"><a
href="https://community.openvpn.net/openvpn/wiki/TesterDocumentation" >Source
Code</a></li><li class="item-79 deeper parent"><a href="/index.php/open-
source/documentation.html" >Documentation</a><ul><li class="item-95"><a
href="/index.php/open-source/documentation/howto.html" >HOWTO</a></li><li
class="item-96"><a href="/index.php/open-source/documentation/security-
overview.html" >Security Overview</a></li><li class="item-97"><a
href="/index.php/open-source/documentation/examples.html" >Examples</a></li><li
class="item-98"><a href="/index.php/open-source/documentation/graphical-user-
interface.html" >Graphical User Interface</a></li><li class="item-92 parent"><a
href="/index.php/open-source/documentation/manuals.html" >Manuals</a></li><li
class="item-100 parent"><a href="/index.php/open-source/documentation/change-
log.html" >Change Log</a></li><li class="item-94"><a href="/index.php/open-
source/documentation/install.html" >Installation Notes</a></li><li class="item-
103"><a href="/index.php/open-source/documentation/release-notes.html" >Release
Notes</a></li><li class="item-104 parent"><a href="/index.php/open-
source/documentation/miscellaneous.html" >Miscellaneous</a></li><li class="item-
111"><a href="/index.php/open-source/documentation/non-english.html" >Non-
English</a></li><li class="item-125"><a href="/index.php/open-
source/documentation/sig.html" >File Signatures</a></li></ul></li><li class="item-
218"><a href="/index.php/open-source/articles.html" >Articles</a></li><li
class="item-363 deeper parent"><a href="/index.php/open-source/faq.html"
>FAQ</a><ul><li class="item-893"><a href="/index.php/open-source/faq/community-
software-general.html" >General</a></li><li class="item-894"><a
href="/index.php/open-source/faq/community-software-client.html"
>Client</a></li><li class="item-895"><a href="/index.php/open-source/faq/community-
software-server.html" >Server</a></li></ul></li><li class="item-91"><a
href="/index.php/open-source/books.html" >Books</a></li><li class="item-421"><a
href="https://community.openvpn.net/openvpn" target="_blank"
>Wiki/Tracker</a></li><li class="item-419"><a href="https://forums.openvpn.net"
target="_blank" >Forums</a></li><li class="item-593"><a
href="https://community.openvpn.net/openvpn/wiki/Contributing"
>Contributing</a></li></ul>
</div>

<div id="middle">
<div class="item-page">
<h1>
Downloads </h1>

<p><a name="latest-stable"></a> <a name="latest-testing"></a></p>


<h2>OpenVPN 2.4.4 -- released on 2017.09.26 (<a
href="https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24">Change
Log</a>)</h2>
<p>This release includes a large number of small fixes and enhancements. There is
also an <a href="https://community.openvpn.net/openvpn/wiki/CVE-2017-
12166">important security fix</a> for legacy setups that may still be using key-
method 1. As that option was deprecated 12 years ago we estimate that not many
production setups are affected in practice. In addition Windows installers have
been built with NSIS version that has been patched against several <a
href="https://community.openvpn.net/openvpn/wiki/NSISBug1125">NSIS installer code
execution and privilege escalation problems</a>. Based on our testing, though,
older Windows versions such as Windows 7 might not benefit from these fixes. <em>We
thus strongly encourage you to always move NSIS installers to a non-user-writeable
location before running them</em>. Our long-term plan is to migrate to using MSI
installers instead.</p>
<p>Windows installer I601 includes updated OpenVPN GUI (11.9.0.0) and easy-rsa
(2.3.2). Note that OpenVPN's bin directory is no longer added to system PATH. While
most users will be unaffected by this change, you should have a look at
vars.bat.sample if you are migrating an old easy-rsa CA to a new easy-rsa
installation.</p>
<p>Compared to OpenVPN 2.3 this is a major update with a large number of new
features, improvements and fixes. Some of the major features are AEAD (GCM) cipher
and Elliptic Curve DH key exchange support, improved IPv4/IPv6 dual stack support
and more seamless connection migration when client's IP address changes (Peer-ID).
Also, the new --tls-crypt feature can be used to increase users' connection
privacy.</p>
<p>A summary of the changes is available in <a
href="https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst">Changes.rst<
/a>, and a full list of changes is available <a
href="https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24">here</a>.</p>
<p>OpenVPN GUI bundled with the Windows installer has a large number of new
features compared to the one bundled with OpenVPN 2.3. One of major features is the
ability to run OpenVPN GUI without administrator privileges. For full details, see
the <a
href="https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24">changelog</a>.
The new OpenVPN GUI features are documented <a
href="https://github.com/OpenVPN/openvpn-gui/">here</a>.</p>
<p>Please note that OpenVPN 2.4 installers <em>will not</em> work on Windows
XP.</p>
<p>If you find a bug in this release, please file a bug report to our <a
href="https://community.openvpn.net/">Trac bug tracker</a>. In uncertain cases
please contact our developers first, either using the <a
href="https://lists.sourceforge.net/mailman/listinfo/openvpn-devel">openvpn-devel
mailinglist</a> or the developer IRC channel (#openvpn-devel at irc.freenode.net).
For generic help take a look at our official <a href="/index.php/open-
source/documentation/howto.html">documentation</a>, <a
href="https://community.openvpn.net/">wiki</a>, <a
href="https://forums.openvpn.net/">forums</a>, <a
href="http://sourceforge.net/mail/?group_id=48978">openvpn-users mailing list</a>
and user IRC channel (#openvpn at irc.freenode.net).</p>
<table style="height: 136px; width: 591px;" border="1" cellspacing="4"
cellpadding="8">
<tbody>
<tr bgcolor="#e4dbec">
<td><span style="font-size: xx-small;">Source Tarball (gzip)<br /></span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.4.4.tar.gz"><span style="font-size: xx-small;"><strong>openvpn-
2.4.4.tar.gz</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.4.4.tar.gz.asc">GnuPG Signature</a></td>
</tr>
<tr bgcolor="#dcf1e4">
<td><span style="font-size: xx-small;">Source Tarball (xz)<br /></span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.4.4.tar.xz"><span style="font-size: xx-small;"><strong>openvpn-
2.4.4.tar.xz</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.4.4.tar.xz.asc">GnuPG Signature</a></td>
</tr>
<tr bgcolor="#e4dbec">
<td><span style="font-size: xx-small;">Source Zip</span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.4.4.zip"><span style="font-size: xx-small;"><strong>openvpn-
2.4.4.zip</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.4.4.zip.asc">GnuPG Signature</a></td>
</tr>
<tr bgcolor="#dcf1e4">
<td><span style="font-size: xx-small;">Installer, Windows Vista and later<br
/></span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-install-2.4.4-
I601.exe"><span style="font-size: xx-small;"><strong>openvpn-install-2.4.4-
I601.exe</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-install-2.4.4-
I601.exe.asc">GnuPG Signature</a></td>
</tr>
</tbody>
</table>
<p><br /><strong>NOTE:</strong> the GPG key used to sign the release files has been
changed since OpenVPN 2.4.0. Instructions for verifying the signatures, as well as
the new GPG public key are available <a href="/index.php/open-
source/documentation/sig.html">here</a>.</p>
<p>We also provide static URLs pointing to latest releases to ease automation. For
a list of files look <a
href="http://build.openvpn.net/downloads/releases/latest/">here</a>.</p>
<p>This release is also available in our own software repositories for Debian and
Ubuntu, Supported architectures are i386 and amd64. For details. look <a
href="https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos">here</a>.</p
>
<p>You can use <a href="https://github.com/OpenVPN/easy-rsa-old">EasyRSA 2</a> or
<a href="https://github.com/OpenVPN/easy-rsa">EasyRSA 3</a> for generating your own
certificate authority. The former is bundled with Windows installers. The latter is
a more modern alternative for UNIX-like operating systems.</p>
<p>The Windows installers are bundled with OpenVPN-GUI - its source code is
available on <a href="http://sourceforge.net/projects/openvpn-gui/">its project
page</a> and as tarballs on our <a
href="http://build.openvpn.net/downloads/releases/">alternative download
server</a>.</p>
<p><a name="latest-oldstable"></a> <a name="latest-winxp"></a></p>
<h2>OpenVPN 2.3.18 (old stable) -- released on 2017.09.26 (<a
href="https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23">Change
Log</a>)</h2>
<p>This is a minor release. It fixes the <a
href="https://community.openvpn.net/openvpn/wiki/CVE-2017-12166">key-method 1</a>
problem as well the <a
href="https://community.openvpn.net/openvpn/wiki/NSISBug1125">NSIS installer code
execution and privilege escalation problems</a> described in more detail in OpenVPN
2.4.4 release notes.</p>
<p><strong>NOTE</strong>: The GPG key used to sign release files <a
href="https://openvpn.net/index.php/open-source/documentation/sig.html">has changed
</a>in OpenVPN 2.3.16.</p>
<p>This release is the latest <em>old stable</em> release, and the last major
release to support Windows XP. Normally you should use the latest stable release
(2.4.x) instead.</p>
<table style="height: 136px; width: 591px;" border="1" cellspacing="4"
cellpadding="8">
<tbody>
<tr bgcolor="#e4dbec">
<td><span style="font-size: xx-small;">Source Tarball (gzip)<br /></span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.3.18.tar.gz"><span style="font-size: xx-small;"><strong>openvpn-
2.3.18.tar.gz</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.3.18.tar.gz.asc">GnuPG Signature</a></td>
</tr>
<tr bgcolor="#dcf1e4">
<td><span style="font-size: xx-small;">Source Tarball (xz)<br /></span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.3.18.tar.xz"><span style="font-size: xx-small;"><strong>openvpn-
2.3.18.tar.xz</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.3.18.tar.xz.asc">GnuPG Signature</a></td>
</tr>
<tr bgcolor="#e4dbec">
<td><span style="font-size: xx-small;">Source Zip</span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.3.18.zip"><span style="font-size: xx-small;"><strong>openvpn-
2.3.18.zip</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-
2.3.18.zip.asc">GnuPG Signature</a></td>
</tr>
<tr bgcolor="#dcf1e4">
<td><span style="font-size: xx-small;">Installer (32-bit), Windows XP<br
/></span></td>
<td><a href="http://swupdate.openvpn.org/community/releases/openvpn-install-2.3.18-
I001-i686.exe"><span style="font-size: xx-small;"><strong>openvpn-install-2.3.18-
I001-i686.exe</strong></span></a></td>
<td><a href="http://swupdate.openvpn.org/community/releases/openvpn-install-2.3.18-
I001-i686.exe.asc">GnuPG Signature</a></td>
</tr>
<tr style="background-color: #e4dbec;">
<td><span style="font-size: xx-small;">Installer (64-bit), Windows XP<br
/></span></td>
<td><a href="http://swupdate.openvpn.org/community/releases/openvpn-install-2.3.18-
I001-x86_64.exe"><span style="font-size: xx-small;"><strong>openvpn-install-2.3.18-
I001-x86_64.exe</strong></span></a></td>
<td>
<p><a href="http://swupdate.openvpn.org/community/releases/openvpn-install-2.3.18-
I001-x86_64.exe.asc">GnuPG Signature</a></p>
</td>
</tr>
<tr bgcolor="#dcf1e4">
<td><span style="font-size: xx-small;">Installer (32-bit), Windows Vista and
later<br /></span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-install-
2.3.18-I601-i686.exe"><span style="font-size: xx-small;"><strong>openvpn-install-
2.3.18-I601-i686.exe</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-install-
2.3.18-I601-i686.exe.asc">GnuPG Signature</a></td>
</tr>
<tr style="background-color: #e4dbec;">
<td><span style="font-size: xx-small;">Installer (64-bit), Windows Vista and
later<br /></span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/openvpn-install-
2.3.18-I601-x86_64.exe"><span style="font-size: xx-small;"><strong>openvpn-install-
2.3.18-I601-x86_64.exe</strong></span></a></td>
<td>
<p><a href="https://swupdate.openvpn.org/community/releases/openvpn-install-2.3.18-
I601-x86_64.exe.asc">GnuPG Signature</a></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<hr />
<h2><a name="older-releases"></a> OpenVPN -- Older Releases</h2>
<p>Older OpenVPN releases not explicitly listed above can be downloaded from <a
href="http://swupdate.openvpn.org/community/releases/">here</a> (alternate <a
href="http://build.openvpn.net/downloads/releases/">link</a>).</p>
<p><strong>WARNING:</strong> The Windows installers for these old releases may
contain OpenSSL versions that have the <a href="http://heartbleed.com">heartbleed
vulnerability </a>or <a
href="http://www.openssl.org/news/secadv_20140605.txt">other</a> serious security
issues. You should <em>not</em> use any of these old OpenVPN Windows installers,
unless you are absolutely sure it's safe in your use case. If you depend on an old
OpenVPN version make sure you build the Windows binaries yourself and link them to
an up-to-date OpenSSL version.</p>
<hr />
<h2><a name="packages-and-ports"></a> OpenVPN -- Packages and ports</h2>
<p>OpenVPN is available in repositories of most open source operating systems such
as <a href="http://www.debian.org/">Debian</a>, <a
href="http://www.ubuntu.com/">Ubuntu</a>, <a
href="http://fedoraproject.org/">Fedora</a>, <a
href="http://www.freebsd.org/">FreeBSD</a> and <a
href="http://maemo.org/">Maemo</a>. Some of them may have several versions
available, e.g. one for latest beta branch, one for latest development code and one
for stable releases. Using these OS-provider versions is usually easiest. However
the OpenVPN project also packages latest OpenVPN releases for some open source
operating systems. Take a look <a
href="https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos">here</a> to
see if these packages are available for your OS.<br /><br /></p>
<hr />
<h2>Tap-windows</h2>
<p>OpenVPN uses TAP-windows to provide virtual tap device functionality on Windows.
Normally you don't need to install TAP-windows separately, as OpenVPN installers
include it. The tap-windows driver comes in two flavours: the NDIS 5 driver (tap-
windows, version 9.9.x) for Windows XP and NDIS 6 (tap-windows6, version 9.21.x)
for Windows Vista and above. Source code for both tap-windows drivers is available
on <a href="https://github.com/OpenVPN">GitHub</a>.</p>
<p><strong>NOTE:</strong> If you have 9.9.x installed, you need to uninstall it
before installing 9.21.x, as there are <a href="https://github.com/OpenVPN/tap-
windows6/issues/17">known issues</a> with doing an upgrade.</p>
<table style="height: 136px; width: 591px;" border="1" cellspacing="4"
cellpadding="8">
<tbody>
<tr bgcolor="#dcf1e4">
<td><span style="font-size: 8pt;">Installer (NDIS 5)</span></td>
<td><a href="https://swupdate.openvpn.org/community/releases/tap-windows-
9.9.2_3.exe"><span style="font-size: 8pt;"><strong><span style="font-size:
8pt;">tap-windows</span>-9.9.2_3.exe</strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/tap-windows-
9.9.2_3.exe.asc">GnuPG Signature</a></td>
</tr>
<tr bgcolor="#e4dbec">
<td>Installer (NDIS 6)</td>
<td><a href="https://swupdate.openvpn.org/community/releases/tap-windows-
9.21.2.exe"><span style="font-size: 8pt;"><strong>ta<span style="font-size:
8pt;">p-windows-9.21.2.exe</span></strong></span></a></td>
<td><a href="https://swupdate.openvpn.org/community/releases/tap-windows-
9.21.2.exe.asc">GnuPG Signature</a></td>
</tr>
</tbody>
</table>
<p>Most other operating systems have virtual tap device functionality in their
kernels.</p>
<hr />
<h2>Openvpn-build</h2>
<p>Official Windows binary packages are cross-compiled on Linux using <a
href="http://mingw-w64.sourceforge.net/">mingw_w64</a> and the <a
href="https://github.com/OpenVPN/openvpn-build">openvpn-build</a> buildsystem. For
details, look at the <a
href="https://community.openvpn.net/openvpn/wiki/BuildingUsingGenericBuildsystem">W
iki documentation</a>.<br /><br /></p>

</div>

</div>

</div>
</div>
<div class="clear"></div>
<div id="OP-Footer">
<div id="OP-Footer-Right">
<div id="OP-Footer-link">
<div class="moduletable-supernav">

<ul class="menu-supernav">
<li class="item-913"><a href="/index.php/privacy-policy.html" >Privacy
Policy</a></li><li class="item-914"><a href="/index.php/terms-of-use.html" >Terms
of Use</a></li><li class="item-611"><a href="/index.php/about-menu/about-us.html"
>About</a></li><li class="item-749"><a href="/index.php/about-menu/jobs.html"
>Jobs</a></li><li class="item-612"><a href="/index.php/the-news/press-
releases.html" >News</a></li><li class="item-606"><a href="/index.php/contact-us-
sp-989947891.html" >Contact</a></li><li class="item-613"><a
href="/index.php/partners-sp-1143994505.html" >Partners/Clients</a></li><li
class="item-610"><a href="/index.php/support-center-sp-1315631429.html"
>Support</a></li></ul>
</div>

</div>
</div>
<br/><br/>
<div id="OP-Footer-left" style="float:none">
<div id="OP-FooterLeft-link" style="float:none">
<ul>
<li>&copy; 2002-2017 OpenVPN Inc. &nbsp;
<br/>OpenVPN is a registered trademark of OpenVPN Inc.</li>
</ul>
</div>
</div>
<!--OP footer end-->
</div>

<!--<div id="footer">
<jdoc:include type="modules" name="privacy" style="xhtml" >&nbsp;<jdoc:include
type="modules" name="terms" style="xhtml" >
<div class="copyright">Copyright 2002-2017 OpenVPN Inc. All Rights
Reserved.</div>
<div style="float:right;color:blue;font-size:11px;color:#CC6600;font-
weight:normal;padding-left:10px;padding-right:10px">
<div class="moduletable">

<div class="custom" >


<a href="/index.php/open-source/downloads.html?id=479">Privacy
Policy</a></div>
</div>

</div>
<div style="float:right;color:blue;font-size:11px;color:#CC6600;font-
weight:normal;padding-left:10px;padding-right:10px">
<div class="moduletable">

<div class="custom" >


<a href="/index.php/open-source/downloads.html?id=481">Terms of Use</a></div>
</div>

</div>
<div style="float:right;color:blue;font-size:11px;color:#CC6600;font-
weight:normal;padding-left:10px;padding-right:10px">

</div>
<div style="float:right;color:blue;font-size:11px;color:#CC6600;font-
weight:normal;padding-left:10px;padding-right:10px">

</div>

</div>
-->

<noscript><strong>JavaScript is currently disabled.</strong>Please enable it for a


better experience of <a
href="http://2glux.com/projects/jumi">Jumi</a>.</noscript></body>
</html>

You might also like