Overview

WolfNet creates a secure private network across the internet. Connect servers across data centres, cloud providers, and on-premises infrastructure as if they were on the same local network.

Features

  • Encrypted mesh networking — X25519 + ChaCha20-Poly1305 (WireGuard-class)
  • Invite/Join — Connect peers with a single token
  • Relay forwarding — No port forwarding needed
  • Gateway mode with NAT for internet access
  • TUN-based — Layer 3 networking
  • Automatic route management

Installation

WolfNet is included with WolfStack. For standalone installation:

bash
curl -sSL https://raw.githubusercontent.com/wolfsoftwaresystemsltd/WolfScale/master/wolfnet/install.sh | sudo bash

Quick Start

  1. Install WolfNet on the first node and run wolfnet init
  2. Generate an invite token: wolfnet invite
  3. On additional nodes: wolfnet join <token>
  4. All peers are automatically connected with encrypted tunnels