{% extends "base.html" %} {% block title %}Deployment Complete - Algo VPN{% endblock %} {% block header_right %} ✓ Complete {% endblock %} {% block content %}

Congratulations!

Your Algo VPN server {{ session.config.server_name }} is now running on {{ provider.name }} in the {{ session.config.region }} region.

Quick Start

  1. Download your configuration files below
  2. WireGuard: Import the .conf file into your WireGuard app, or scan the QR code
  3. IPsec/IKEv2: Import the .mobileconfig (Apple) or .p12 certificate
  4. Visit whoer.net to verify your VPN connection

Configuration Files

Download individual files or get everything as a ZIP

{% if config_files %}
{% for file in config_files %}
{% if file.is_qr %}🔒 {% endif %} {{ file.name }} ({{ (file.size / 1024)|round(1) }}KB)
Download
{% endfor %}
{% else %}
No configuration files found. Check the deployment output for errors.
{% endif %}
Download All as ZIP

What's Next?

Add More Users

Run ./algo update-users to add or remove VPN users

SSH Access

ssh -F configs/*/ssh_config algo

Documentation

Full documentation →

Deploy Another Server
{% endblock %}