{"id":43549,"date":"2022-12-26T12:30:00","date_gmt":"2022-12-26T18:30:00","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=43549"},"modified":"2022-12-30T06:40:28","modified_gmt":"2022-12-30T12:40:28","slug":"how-to-install-openvpn-on-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/","title":{"rendered":"How to Install OpenVPN on Ubuntu 22.04"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div><p><img decoding=\"async\" class=\"alignnone size-full wp-image-43633\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04.webp\" alt=\"how to install openvpn on ubuntu 22.04\" width=\"742\" height=\"372\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04.webp 742w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04-300x150.webp 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04-150x75.webp 150w\" sizes=\"(max-width: 742px) 100vw, 742px\" \/><\/p>\n<p>A Virtual Private Network is a tool that lets you browse the internet with some degree of anonymity. While OpenVPN is an open-source network connection protocol used to facilitate a secure tunnel between two points in a network. OpenVPN is both a VPN protocol and software that uses VPN techniques to secure connections. It is one of the most popular and well-known VPN protocols among VPN users. In this tutorial, we will show you how to install OpenVPN on Ubuntu 22.04 server.<\/p>\n<p><!--more--><\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69fc8eabc8d13\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"ez-toc-cssicon\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69fc8eabc8d13\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#Prerequisites\" >Prerequisites<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#Step-1-Log-in-to-the-server\" >Step 1. Log in to the server<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#Step-2-Update-the-system\" >Step 2. Update the system<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#Step-3-Install-OpenVPN-Server\" >Step 3. Install OpenVPN Server<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#Step-4-Connect-to-OpenVPN-Server\" >Step 4. Connect to OpenVPN Server<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Prerequisites\"><\/span>Prerequisites<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ul>\n<li>An Ubuntu server 22.04<\/li>\n<li>SSH root access or regular user with root privileges<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Step-1-Log-in-to-the-server\"><\/span>Step 1. Log in to the server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>First, log in to your Ubuntu 22.04 VPS through SSH as the root user:<\/p>\n<pre>ssh root@IP_Address -p Port_number<\/pre>\n<p>Replace &#8220;root&#8221; with a user that has <a href=\"https:\/\/www.rosehosting.com\/blog\/how-to-create-users-and-manage-their-sudo-privileges-on-ubuntu\/\">sudo privileges<\/a> or root if necessary. Additionally, replace \u201cIP_Address\u201d and \u201cPort_Number\u201d with your server\u2019s respective IP address and SSH port number. Next, let\u2019s make sure that we\u2019re on Ubuntu 22.04. You can execute the following command.<\/p>\n<pre># lsb_release -a<\/pre>\n<p>You should get this as the output:<\/p>\n<pre>No LSB modules are available.\r\nDistributor ID: Ubuntu\r\nDescription: Ubuntu 22.04.1 LTS\r\nRelease: 22.04\r\nCodename: jammy<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"Step-2-Update-the-system\"><\/span>Step 2. Update the system<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Before starting, we need to make sure that all Ubuntu 22.04 packages installed on the server are up to date. You can do this by executing the following commands:<\/p>\n<pre># apt update -y<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"Step-3-Install-OpenVPN-Server\"><\/span>Step 3. Install OpenVPN Server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Installing an OpenVPN server on Ubuntu from its default repository is fairly easy. But, configuring the service to run properly through the command line interface is a little tricky, especially for those who do not have enough experience in maintaining an Ubuntu server. In this step, we will show you how to install the OpenVPN server using a bash script.<\/p>\n<p>To start this, we need to download the bash script from GitHub.<\/p>\n<pre># cd \/opt\r\n# wget https:\/\/raw.githubusercontent.com\/Nyr\/openvpn-install\/master\/openvpn-install.sh -O openvpn-install.sh<\/pre>\n<p>The installation script is downloaded and saved as \/opt\/openvpn-install.sh. Let&#8217;s make the file executable then run it.<\/p>\n<pre># chmod +x openvpn-install.sh\r\n# .\/openvpn-install.sh<\/pre>\n<p>Now, the OpenVPN installation will start, and you will be prompted with a few questions.<\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-43596 size-full\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-start-install.webp\" alt=\"openvpn start install\" width=\"877\" height=\"389\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-start-install.webp 877w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-start-install-300x133.webp 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-start-install-150x67.webp 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-start-install-768x341.webp 768w\" sizes=\"(max-width: 877px) 100vw, 877px\" \/><\/p>\n<pre>Welcome to this OpenVPN road warrior installer!\r\n\r\nWhich protocol should OpenVPN use?\r\n1) UDP (recommended)\r\n2) TCP\r\nProtocol [1]: 1<\/pre>\n<p>You can choose the protocol you like, but UDP protocol is preferred. OpenVPN works best over UDP protocol; you can check <a href=\"https:\/\/openvpn.net\/faq\/why-does-openvpn-use-udp-and-tcp\/\">their developer&#8217;s statement<\/a><\/p>\n<pre>What port should OpenVPN listen to?\r\nPort [1194]:<\/pre>\n<p>In this step, you can type a different port to use or hit ENTER to use the default port, 1194.<\/p>\n<pre>Select a DNS server for the clients:\r\n1) Current system resolvers\r\n2) Google\r\n3) 1.1.1.1\r\n4) OpenDNS\r\n5) Quad9\r\n6) AdGuard\r\nDNS server [1]:<\/pre>\n<p>Now, you can choose the DNS resolver to use; this is another optional choice.<\/p>\n<pre>Enter a name for the first client:\r\nName [client]: userone<\/pre>\n<p>The installation script will prompt you to create an OpenVPN username, and choose any name of your liking.<\/p>\n<pre>OpenVPN installation is ready to begin.\r\nPress any key to continue...<\/pre>\n<p>You can press any key on your keyboard to start installing OpenVPN. The script will install the OpenVPN server, generate a certificate, create a VPN user you specified earlier, and configure the firewall. If you need to modify your OpenVPN server configuration, you can find the configuration file at \/etc\/openvpn\/server\/server.conf<\/p>\n<p><img decoding=\"async\" class=\"alignnone wp-image-43597 size-full\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-installation-finished.webp\" alt=\"openvpn installation finished\" width=\"900\" height=\"215\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-installation-finished.webp 900w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-installation-finished-300x72.webp 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-installation-finished-150x36.webp 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/openvpn-installation-finished-768x183.webp 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><\/p>\n<p>The installation has been completed. You can also check the service by running this command below.<\/p>\n<pre># systemctl status openvpn<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"Step-4-Connect-to-OpenVPN-Server\"><\/span>Step 4. Connect to OpenVPN Server<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>After the OpenVPN server installation is finished, you will see a message similar to this:<\/p>\n<pre>The client configuration is available in: \/root\/userone.ovpn\r\nNew clients can be added by running this script again.<\/pre>\n<p>As you can see, the script created a configuration file for user &#8216;userone&#8217;. You can download this .ovpn file and use it to connect to your OpenVPN server using an OpenVPN client like OpenVPN Connect or Tunnelblick.<\/p>\n<p>On the OpenVPN server, you can check the log at \/run\/openvpn-server\/status-server.log. In that log file, you will see the IP addresses that are connected to your OpenVPN server.<\/p>\n<pre>root@ovpn:~# tail -f \/run\/openvpn-server\/status-server.log \r\nTITLE,OpenVPN 2.5.5 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH\/PKTINFO] [AEAD] built on Jul 14 2022\r\nTIME,2022-11-16 05:07:18,1668596838\r\nHEADER,CLIENT_LIST,Common Name,Real Address,Virtual Address,Virtual IPv6 Address,Bytes Received,Bytes Sent,Connected Since,Connected Since (time_t),Username,Client ID,Peer ID,Data Channel Cipher\r\nHEADER,ROUTING_TABLE,Virtual Address,Common Name,Real Address,Last Ref,Last Ref (time_t)\r\nGLOBAL_STATS,Max bcast\/mcast queue length,0\r\nEND\r\nCommon Name,Real Address,Last Ref,Last Ref (time_t)\r\nGLOBAL_STATS,Max bcast\/mcast queue length,0\r\nEND\r\n,123.123.123.123:61215,2022-11-16 05:09:16,1668596956\r\nGLOBAL_STATS,Max bcast\/mcast queue length,1\r\nEND<\/pre>\n<p>As seen in the log file, the IP address 123.123.123.123 was successfully connected to your OpenVPN server.<\/p>\n<p>That&#8217;s it! You have successfully installed OpenVPN Server on your Ubuntu 22.04 machine. You can run the script again to create another VPN user. If you run the installation script after the OpenVPN server is installed, you will see the message and these options.<\/p>\n<pre>OpenVPN is already installed.\r\n\r\nSelect an option:\r\n1) Add a new client\r\n2) Revoke an existing client\r\n3) Remove OpenVPN\r\n4) Exit\r\nOption:<\/pre>\n<p>Of course, you don\u2019t have to install <a href=\"https:\/\/openvpn.net\/\">OpenVPN<\/a> on Ubuntu 22.04 if you use one of our <a href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting\/\">Ubuntu VPS Hosting<\/a> services, in which case you can simply ask our expert Linux admins to install OpenVPN on Ubuntu 22.04 for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p>PS. If you liked this post on installing OpenVPN on Ubuntu 22.04, please share it with your friends on social networks or simply leave a comment in the comments section. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Virtual Private Network is a tool that lets you browse the internet with some degree of anonymity. While OpenVPN &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Install OpenVPN on Ubuntu 22.04\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#more-43549\" aria-label=\"Read more about How to Install OpenVPN on Ubuntu 22.04\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":43633,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,1698],"tags":[1603,404,2012],"class_list":["post-43549","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-ubuntu","tag-how-to-install","tag-openvpn","tag-ubuntu-22-04","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install OpenVPN on Ubuntu 22.04 | RoseHosting<\/title>\n<meta name=\"description\" content=\"OpenVPN is one of the most popular VPN protocols. In this tutorial, we will show you how to install it on Ubuntu 22.04 server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install OpenVPN on Ubuntu 22.04\" \/>\n<meta property=\"og:description\" content=\"OpenVPN is one of the most popular VPN protocols. In this tutorial, we will show you how to install it on Ubuntu 22.04 server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-26T18:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-30T12:40:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to Install OpenVPN on Ubuntu 22.04\" \/>\n<meta name=\"twitter:description\" content=\"OpenVPN is one of the most popular VPN protocols. In this tutorial, we will show you how to install it on Ubuntu 22.04 server.\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Install OpenVPN on Ubuntu 22.04\",\"datePublished\":\"2022-12-26T18:30:00+00:00\",\"dateModified\":\"2022-12-30T12:40:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/\"},\"wordCount\":690,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/how-to-install-openvpn-on-ubuntu-22-04.webp\",\"keywords\":[\"how to install\",\"openvpn\",\"ubuntu 22.04\"],\"articleSection\":[\"Tutorials\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/\",\"name\":\"How to Install OpenVPN on Ubuntu 22.04 | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/how-to-install-openvpn-on-ubuntu-22-04.webp\",\"datePublished\":\"2022-12-26T18:30:00+00:00\",\"dateModified\":\"2022-12-30T12:40:28+00:00\",\"description\":\"OpenVPN is one of the most popular VPN protocols. In this tutorial, we will show you how to install it on Ubuntu 22.04 server.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/how-to-install-openvpn-on-ubuntu-22-04.webp\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/how-to-install-openvpn-on-ubuntu-22-04.webp\",\"width\":742,\"height\":372,\"caption\":\"how to install openvpn on ubuntu 22.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-openvpn-on-ubuntu-22-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install OpenVPN on Ubuntu 22.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/RoseHosting\",\"https:\\\/\\\/x.com\\\/rosehosting\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rosehosting\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\\\/\\\/www.rosehosting.com\",\"https:\\\/\\\/www.facebook.com\\\/rosehosting.helpdesk\"],\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/author\\\/jwilson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install OpenVPN on Ubuntu 22.04 | RoseHosting","description":"OpenVPN is one of the most popular VPN protocols. In this tutorial, we will show you how to install it on Ubuntu 22.04 server.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install OpenVPN on Ubuntu 22.04","og_description":"OpenVPN is one of the most popular VPN protocols. In this tutorial, we will show you how to install it on Ubuntu 22.04 server.","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2022-12-26T18:30:00+00:00","article_modified_time":"2022-12-30T12:40:28+00:00","og_image":[{"width":742,"height":372,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04.webp","type":"image\/webp"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_title":"How to Install OpenVPN on Ubuntu 22.04","twitter_description":"OpenVPN is one of the most popular VPN protocols. In this tutorial, we will show you how to install it on Ubuntu 22.04 server.","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Install OpenVPN on Ubuntu 22.04","datePublished":"2022-12-26T18:30:00+00:00","dateModified":"2022-12-30T12:40:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/"},"wordCount":690,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04.webp","keywords":["how to install","openvpn","ubuntu 22.04"],"articleSection":["Tutorials","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/","name":"How to Install OpenVPN on Ubuntu 22.04 | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04.webp","datePublished":"2022-12-26T18:30:00+00:00","dateModified":"2022-12-30T12:40:28+00:00","description":"OpenVPN is one of the most popular VPN protocols. In this tutorial, we will show you how to install it on Ubuntu 22.04 server.","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04.webp","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/11\/how-to-install-openvpn-on-ubuntu-22-04.webp","width":742,"height":372,"caption":"how to install openvpn on ubuntu 22.04"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-openvpn-on-ubuntu-22-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install OpenVPN on Ubuntu 22.04"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/43549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=43549"}],"version-history":[{"count":8,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/43549\/revisions"}],"predecessor-version":[{"id":44620,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/43549\/revisions\/44620"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/43633"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=43549"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=43549"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=43549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}