Setup Instructions for IPv6rs

(Typically takes 1 minute)

Setup instructions are below. If you need further assistance or have account issues, please contact our support desk directly by e-mailing support@ipv6.rs or using our support page.

  1. Download and Install WireGuard client for macOS from the Apple Appstore.
  2. Login to your panel.
  3. Click the green button (+) on the bottom right.
  4. Choose a location close to you.
  5. Click Allocate
  6. Download configuration file. For IPv6 use the regular config. Your IPv4 traffic will go over your regular connection. If you'd like to route your IPv4 traffic through our NAT64 VPN, you can download the NAT64 config.
  7. Import configuration file in WireGuard client.
  8. Activate to enable your IPv6rs IPv6 IP and start self-hosting, on premise!
  9. Additional step on MacOS only (in Terminal.app):
    $ sudo route delete -inet6 your-ipv6-ip-here
    

    Without this step, everything will work fine except for connections from your own computer to itself over IPv6. This issue does not exist on Linux or Windows.
  1. Download and Install WireGuard client for Windows from the official website.
  2. Login to your panel.
  3. Click the green button (+) on the bottom right.
  4. Choose a location close to you.
  5. Click Allocate
  6. Download configuration file. For IPv6 use the regular config. Your IPv4 traffic will go over your regular connection. If you'd like to route your IPv4 traffic through our 6to4 VPN, you can download the 6to4 config.
  7. Import configuration file in WireGuard client.
  8. Activate to enable your IPv6rs IPv6 IP and start self-hosting, on premise!
  1. Install WireGuard using your package manager.
    $ sudo pacman -S wireguard-tools   # Arch
    $ sudo dnf install wireguard-tools # Fedora
    $ sudo apt install wireguard-tools resolvconf # Ubuntu
    
  2. Login to your panel.
  3. Click the green button (+) on the bottom right.
  4. Choose a location close to you.
  5. Click Allocate
  6. Download configuration file. For IPv6 use the regular config. Your IPv4 traffic will go over your regular connection. If you'd like to route your IPv4 traffic through our 6to4 VPN, you can download the 6to4 config.
  7. Copy configuration file to /etc/wireguard/wg0.conf.
  8. Run the following command to eanble your connection and start self-hosting, on premise!
    $ sudo systemctl enable wg-quick@wg0 #if ubuntu
    $ sudo systemctl start wg-quick@wg0  #if ubuntu
    $ sudo wg-quick up wg0               #else
    
  1. Download and Install the WireGuard client for Android from the Google Play Store.
  2. Login to your panel.
  3. Click the green button (+) on the bottom right.
  4. Choose a location close to you.
  5. Click Allocate
  6. Download configuration file or Scan the QR code with WireGuard on Android.
  7. Activate to enable your IPv6rs IPv6 IP and start self-hosting, in your pocket!
  1. Install Termux from the Google Play Store.
  2. Open Termux and run:
    pkg install wireguard-tools
    
  3. Login to your panel.
  4. Click the green button (+) on the bottom right.
  5. Choose a location close to you.
  6. Click Allocate
  7. Download configuration file.
  8. In Termux, navigate to the directory where you downloaded the configuration file and activate it using:
    wg-quick up /path/to/your/downloaded.conf
    
  1. Download and install the WireGuard client for iOS from the Apple App Store.
  2. Login to your panel.
  3. Click the green button (+) on the bottom right.
  4. Choose a location close to you.
  5. Click Allocate
  6. Download configuration file or Scan the QR code with WireGuard on iOS.
  7. Activate to enable your IPv6rs IPv6 IP and start self-hosting, in your pocket!
"WireGuard" and the "WireGuard" logo are registered trademarks of Jason A. Donenfeld.