{% extends 'pages/_install_base.html' %} {% load i18n %} {% load static %} {% block pagetitle %} {% trans "Install on Chrome OS" %} {% endblock %} {% block wireguard_outer %} {% endblock %} {% block openvpn_outer %}

{% trans "With OpenVPN" %}

  1. {% blocktrans trimmed %} Download the .onc file needed in your account. Select Chrome OS as the target OS. {% endblocktrans %}
  2. {% blocktrans trimmed with url="chrome://net-internals/#chromeos" %} Go to {{url}}, "ChromeOS" section, and import the downloaded file. It won't display any confirmation; don't worry, it should have imported it anyway. {% endblocktrans %} screenshot
  3. {% blocktrans trimmed %} Open the Chrome OS Settings, click on Private Network (under Ethernet and Wi-Fi), and select CCrypto VPN. {% endblocktrans %} screenshot
  4. {% blocktrans trimmed %} Then click the Connect button, enter your password, and Connect again. {% endblocktrans %} screenshot
  5. {% trans "Wait a few seconds and it should be connected." %} screenshot
{% endblock %}