{% extends 'base_help.html' %} {% load i18n %} {% block pagetitle %}Guides & Support{% endblock %} {% block helpdesk_outer %}
{% block install_content %} {% block wireguard_outer %}

{% trans "With WireGuard" %}

WireGuard {% blocktrans trimmed %} is a simple and modern VPN protocol. {% endblocktrans %} {% blocktrans trimmed %} It's generally considered faster and more secure than OpenVPN, but isn't as widely supported. We recommend using it when available. {% endblocktrans %}


{% block wireguard_setup %}
  1. {% blocktrans trimmed with url="https://www.wireguard.com/install/" %} Download and install the WireGuard software from its official website. {% endblocktrans %}
  2. {% blocktrans trimmed %} Create a new WireGuard key in your account and download the configuration file. {% endblocktrans %}
    {% trans "You need one for each device that you want to associate with your account."%}
  3. {% block wireguard_import %} {% trans "Import the configuration in WireGuard." %} {% endblock %}
  4. {% block wireguard_activate %} {% trans "Activate the newly imported configuration in WireGuard."%}
    {% trans "You can check your IP address by refreshing this page (or opening it on the device) and looking at the bottom."%} {% endblock %}
{% endblock %}
{% endblock %} {% block openvpn_outer %}

{% trans "With OpenVPN" %}

OpenVPN {% blocktrans trimmed %} is an older VPN protocol and software, still considered secure and one of the best VPN protocols available. {% endblocktrans %} {% blocktrans trimmed %} It has the advantage over WireGuard of having various implementations for many platforms. {% endblocktrans %}


{% block openvpn_setup %} {% endblock %}
{% endblock %} {% endblock %}
{% endblock %}