{"id":635,"date":"2023-01-11T18:52:44","date_gmt":"2023-01-11T18:52:44","guid":{"rendered":"https:\/\/yohost.org\/library\/?p=635"},"modified":"2023-01-11T18:52:45","modified_gmt":"2023-01-11T18:52:45","slug":"how-to-add-wireguard-support-to-pritunl-openvpn-server","status":"publish","type":"post","link":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/","title":{"rendered":"How to add WireGuard support to Pritunl OpenVPN server"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this article we will show how to add WireGuard support to the existing Pritunl OpenVPN installation. In case you are starting from scratch, you can first read our article about <a href=\"https:\/\/yohost.org\/library\/running-a-private-vpn-server-on-ubuntu-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">how to setup Pritunl VPN server<\/a> and then come back here.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are <a href=\"https:\/\/docs.pritunl.com\/docs\/wireguard\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">instructions<\/a> available about Wireguard and Pritunl, but the process is not fully clear and we faced different issues during the setup. That&#8217;s why we decided to cover it in this guide.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-overview\">Overview<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wireguard is a new VPN protocol. Both OpenVPN and Wireguard use AES-256 encryption, open-sourced and considered equally secure. However, WireGuard is lighter in terms of code, faster and has less attack surface. In the same time, OpenVPN proved to be highly secure and trusted through many years and numerous audits.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Adding WireGuard support to Pritunl<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are several steps both client and server side to be made to enable Wireguard support within Pritunl server installation. We will cover all of them.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Server-side configuration<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Update server packages. <br><code>sudo apt-get update<\/code><br><code>sudo apt-get upgrade<\/code><\/li>\n\n\n\n<li>Install Wireguard<br><code>sudo apt install wireguard<\/code><\/li>\n\n\n\n<li>Install and enable dynamic kernel module support<br><code>sudo apt install wireguard-dkms<\/code><br><code>sudo dkms autoinstall<\/code><br>Check status with <code>dkms status<\/code><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Enable Wireguard in Pritunl<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Login to your Pritunl admin. Go to &#8220;<em>Servers<\/em>&#8220;. Make sure you &#8220;<em>Stop Server<\/em>&#8221; before you make any changes. Then go to server configuration, like it&#8217;s shown on the picture below.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><span class=\"placeholder-el\" data-svq-align=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"380\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-45x17.png\" alt=\"pritunl admin configuration\" class=\"wp-image-637 lazy\" data-srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-1024x380.png 1024w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-300x111.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-768x285.png 768w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-45x17.png 45w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard.png 1257w\" data-sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" data-width=\"1024\" data-height=\"380\" data-src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-1024x380.png\" style=\"height: 0; width: 1024px; padding-bottom: 37.11%;\"><span class=\"svq-img-loader\"><\/span><\/span><noscript><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"380\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-1024x380.png\" alt=\"pritunl admin configuration\" class=\"wp-image-637\" srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-1024x380.png 1024w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-300x111.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-768x285.png 768w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard-45x17.png 45w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/pritunl-wireguard.png 1257w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/noscript><figcaption class=\"wp-element-caption\">Servers > Stop Server > Server configuration<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In the next window you will need to mark &#8220;Enable WireGuard&#8221;, set &#8220;WG Port&#8221; (you can use the next to your regular OpenVPN port) and &#8220;Virtual WG Network&#8221;. Check on the picture below to see the settings in our use case scenario.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><span class=\"placeholder-el\" data-svq-align=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"604\" height=\"452\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl-45x34.png\" alt class=\"wp-image-638 lazy\" data-srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl.png 604w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl-300x225.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl-45x34.png 45w\" data-sizes=\"auto, (max-width: 604px) 100vw, 604px\" data-width=\"604\" data-height=\"452\" data-src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl.png\" style=\"height: 0; width: 604px; padding-bottom: 74.83%;\"><span class=\"svq-img-loader\"><\/span><\/span><noscript><img loading=\"lazy\" decoding=\"async\" width=\"604\" height=\"452\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl.png\" alt=\"\" class=\"wp-image-638\" srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl.png 604w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl-300x225.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/enable-wireguard-pritunl-45x34.png 45w\" sizes=\"auto, (max-width: 604px) 100vw, 604px\" \/><\/noscript><figcaption class=\"wp-element-caption\">Enable and configure WireGuard in Pritunl<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Click Save.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reboot Pritunl using this command: <code>sudo systemctl restart pritunl.service<\/code><br>Check if the server is listening on the WG port you set: <code>netstat -ntulp | grep 1020<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><span class=\"placeholder-el\" data-svq-align=\"\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image-45x12.png\" alt class=\"wp-image-640 lazy\" width=\"568\" height=\"154\" data-srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image.png 568w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image-300x81.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image-45x12.png 45w\" data-sizes=\"auto, (max-width: 568px) 100vw, 568px\" data-width=\"568\" data-height=\"154\" data-src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image.png\" style=\"height: 0; width: 568px; padding-bottom: 27.11%;\"><span class=\"svq-img-loader\"><\/span><\/span><noscript><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image.png\" alt=\"\" class=\"wp-image-640\" width=\"568\" height=\"154\" srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image.png 568w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image-300x81.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/image-45x12.png 45w\" sizes=\"auto, (max-width: 568px) 100vw, 568px\" \/><\/noscript><figcaption class=\"wp-element-caption\">Server is listening on the WireGuard port <\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">At this point the server-side configuration is finished. We would suggest to re-create the OpenVPN connection profiles. Now let&#8217;s move to the client side.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Client side configuration<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In order to utilize WireGuard tunnel you will still need its native client although you connect via <a href=\"https:\/\/client.pritunl.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Pritunl client<\/a>. So, your next step will be downloading and installing WireGuard client.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WireGuard client installation<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download and install <a href=\"https:\/\/www.wireguard.com\/install\/\" target=\"_blank\" rel=\"noreferrer noopener\">WireGuard<\/a><\/li>\n\n\n\n<li>Reboot<\/li>\n\n\n\n<li>Make sure you see WireGuard icon in the tray.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Run Pritunl<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Start Pritunl client. We assume that you have it installed already.<\/li>\n\n\n\n<li>Import new profile<\/li>\n\n\n\n<li>If you completed all the steps correctly, you will see two connection options in your Pritunl client: WireGuard or OpenVPN, like on the picture below.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><span class=\"placeholder-el\" data-svq-align=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"561\" height=\"255\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled-45x20.png\" alt=\"Wireguard connect Pritunl\" class=\"wp-image-642 lazy\" data-srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png 561w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled-300x136.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled-45x20.png 45w\" data-sizes=\"auto, (max-width: 561px) 100vw, 561px\" data-width=\"561\" data-height=\"255\" data-src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png\" style=\"height: 0; width: 561px; padding-bottom: 45.45%;\"><span class=\"svq-img-loader\"><\/span><\/span><noscript><img loading=\"lazy\" decoding=\"async\" width=\"561\" height=\"255\" src=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png\" alt=\"Wireguard connect Pritunl\" class=\"wp-image-642\" srcset=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png 561w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled-300x136.png 300w, https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled-45x20.png 45w\" sizes=\"auto, (max-width: 561px) 100vw, 561px\" \/><\/noscript><figcaption class=\"wp-element-caption\">WireGuard enabled in Pritunl<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Press WireGuard to connect via new tunnel. That&#8217;s it. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We have learned how to enable WireGuard support in Pritunl OpenVPN. We hope you enjoyed reading. Now have some fun with new protocol testing.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article we will show how to add WireGuard support to the existing Pritunl OpenVPN installation. In case you are starting from scratch, you can first read our article about how to setup Pritunl VPN server and then come back here. There are instructions available about Wireguard and Pritunl, but the process is not [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":642,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"stax_block_gap":"","stax_show_title_section":"","stax_single_post_media_panel_height":"","stax_single_post_media_panel_text":"","stax_single_post_cateory_breadcrumb":"","stax_single_post_title_position":"","stax_single_post_title_align":"","stax_single_post_title_extra_align":"","stax_single_post_title_size":"","stax_single_post_image_width":"","stax_single_post_image_format":"","stax_single_post_audio_panel":"","stax_single_post_video_panel":"","stax_single_post_video_width":"","stax_single_post_gallery_panel":"","stax_single_post_gallery_width":"","stax_single_post_gallery_slides":"","stax_single_post_meta_author_avatar":"","stax_single_post_meta_author_name":"","stax_single_post_meta_post_date":"","stax_single_post_meta_reading_time":"","stax_single_post_shapes":"","footnotes":""},"categories":[16,66,3,5],"tags":[119,118],"class_list":["post-635","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-encryption","category-linux","category-privacy","category-security","tag-enable-wireguard-openvpn","tag-pritunl-wireguard-support"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.12 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to add WireGuard support to Pritunl OpenVPN server<\/title>\n<meta name=\"description\" content=\"In this article we learn how to enable WireGuard support within Pritunl OpenVPN server installation. Configure both client and server side.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to add WireGuard support to Pritunl OpenVPN server\" \/>\n<meta property=\"og:description\" content=\"In this article we learn how to enable WireGuard support within Pritunl OpenVPN server installation. Configure both client and server side.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Privacy Dedicated Library\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-11T18:52:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-11T18:52:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"561\" \/>\n\t<meta property=\"og:image:height\" content=\"255\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Paul M\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@yohostorg\" \/>\n<meta name=\"twitter:site\" content=\"@yohostorg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul M\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/\"},\"author\":{\"name\":\"Paul M\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#\\\/schema\\\/person\\\/69f04ef60b945341f65db69ad70c0faf\"},\"headline\":\"How to add WireGuard support to Pritunl OpenVPN server\",\"datePublished\":\"2023-01-11T18:52:44+00:00\",\"dateModified\":\"2023-01-11T18:52:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/\"},\"wordCount\":448,\"publisher\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/wireguard-enabled.png\",\"keywords\":[\"enable wireguard openvpn\",\"pritunl wireguard support\"],\"articleSection\":[\"Encryption\",\"Linux\",\"Privacy\",\"Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/\",\"name\":\"How to add WireGuard support to Pritunl OpenVPN server\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/wireguard-enabled.png\",\"datePublished\":\"2023-01-11T18:52:44+00:00\",\"dateModified\":\"2023-01-11T18:52:45+00:00\",\"description\":\"In this article we learn how to enable WireGuard support within Pritunl OpenVPN server installation. Configure both client and server side.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/wireguard-enabled.png\",\"contentUrl\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/wireguard-enabled.png\",\"width\":561,\"height\":255},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/how-to-add-wireguard-support-to-pritunl-openvpn-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/yohost.org\\\/library\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to add WireGuard support to Pritunl OpenVPN server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#website\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/\",\"name\":\"Privacy Dedicated Library\",\"description\":\"Everything about privacy protection, Bitcoin, encryption and technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/yohost.org\\\/library\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#organization\",\"name\":\"Yohost.org\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/yhscree2.png\",\"contentUrl\":\"https:\\\/\\\/yohost.org\\\/library\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/yhscree2.png\",\"width\":431,\"height\":466,\"caption\":\"Yohost.org\"},\"image\":{\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/yohostorg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/yohost.org\\\/library\\\/#\\\/schema\\\/person\\\/69f04ef60b945341f65db69ad70c0faf\",\"name\":\"Paul M\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g\",\"caption\":\"Paul M\"},\"sameAs\":[\"https:\\\/\\\/yohost.org\\\/library\"],\"url\":\"https:\\\/\\\/yohost.org\\\/library\\\/author\\\/admin_31kufsla\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to add WireGuard support to Pritunl OpenVPN server","description":"In this article we learn how to enable WireGuard support within Pritunl OpenVPN server installation. Configure both client and server side.","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:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/","og_locale":"en_US","og_type":"article","og_title":"How to add WireGuard support to Pritunl OpenVPN server","og_description":"In this article we learn how to enable WireGuard support within Pritunl OpenVPN server installation. Configure both client and server side.","og_url":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/","og_site_name":"Privacy Dedicated Library","article_published_time":"2023-01-11T18:52:44+00:00","article_modified_time":"2023-01-11T18:52:45+00:00","og_image":[{"width":561,"height":255,"url":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png","type":"image\/png"}],"author":"Paul M","twitter_card":"summary_large_image","twitter_creator":"@yohostorg","twitter_site":"@yohostorg","twitter_misc":{"Written by":"Paul M","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/#article","isPartOf":{"@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/"},"author":{"name":"Paul M","@id":"https:\/\/yohost.org\/library\/#\/schema\/person\/69f04ef60b945341f65db69ad70c0faf"},"headline":"How to add WireGuard support to Pritunl OpenVPN server","datePublished":"2023-01-11T18:52:44+00:00","dateModified":"2023-01-11T18:52:45+00:00","mainEntityOfPage":{"@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/"},"wordCount":448,"publisher":{"@id":"https:\/\/yohost.org\/library\/#organization"},"image":{"@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/#primaryimage"},"thumbnailUrl":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png","keywords":["enable wireguard openvpn","pritunl wireguard support"],"articleSection":["Encryption","Linux","Privacy","Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/","url":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/","name":"How to add WireGuard support to Pritunl OpenVPN server","isPartOf":{"@id":"https:\/\/yohost.org\/library\/#website"},"primaryImageOfPage":{"@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/#primaryimage"},"image":{"@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/#primaryimage"},"thumbnailUrl":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png","datePublished":"2023-01-11T18:52:44+00:00","dateModified":"2023-01-11T18:52:45+00:00","description":"In this article we learn how to enable WireGuard support within Pritunl OpenVPN server installation. Configure both client and server side.","breadcrumb":{"@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/#primaryimage","url":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png","contentUrl":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2023\/01\/wireguard-enabled.png","width":561,"height":255},{"@type":"BreadcrumbList","@id":"https:\/\/yohost.org\/library\/how-to-add-wireguard-support-to-pritunl-openvpn-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/yohost.org\/library\/"},{"@type":"ListItem","position":2,"name":"How to add WireGuard support to Pritunl OpenVPN server"}]},{"@type":"WebSite","@id":"https:\/\/yohost.org\/library\/#website","url":"https:\/\/yohost.org\/library\/","name":"Privacy Dedicated Library","description":"Everything about privacy protection, Bitcoin, encryption and technology","publisher":{"@id":"https:\/\/yohost.org\/library\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yohost.org\/library\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/yohost.org\/library\/#organization","name":"Yohost.org","url":"https:\/\/yohost.org\/library\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yohost.org\/library\/#\/schema\/logo\/image\/","url":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2021\/12\/yhscree2.png","contentUrl":"https:\/\/yohost.org\/library\/wp-content\/uploads\/2021\/12\/yhscree2.png","width":431,"height":466,"caption":"Yohost.org"},"image":{"@id":"https:\/\/yohost.org\/library\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/yohostorg"]},{"@type":"Person","@id":"https:\/\/yohost.org\/library\/#\/schema\/person\/69f04ef60b945341f65db69ad70c0faf","name":"Paul M","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6d68ca6c8d2150c879f23586b6734b585aca8528d5f9d6158a28685239857aee?s=96&d=mm&r=g","caption":"Paul M"},"sameAs":["https:\/\/yohost.org\/library"],"url":"https:\/\/yohost.org\/library\/author\/admin_31kufsla\/"}]}},"_links":{"self":[{"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/posts\/635","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/comments?post=635"}],"version-history":[{"count":4,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/posts\/635\/revisions"}],"predecessor-version":[{"id":643,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/posts\/635\/revisions\/643"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/media\/642"}],"wp:attachment":[{"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/media?parent=635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/categories?post=635"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yohost.org\/library\/wp-json\/wp\/v2\/tags?post=635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}