February 25, 2026Ilya · Senior DevOps / SRE

How NineLab Built a Corporate SD-WAN Platform


Today I want to share the story of how our NineLab team built a commercial-grade SD-WAN platform for secure corporate networking.

We set ourselves an ambitious goal: to create a tool that provides reliable encryption, intelligent infrastructure management, and can serve thousands of users. By moving away from expensive dedicated channels and MPLS, we moved everything to the regular internet through secure tunnels, hiding technical complexity behind a user-friendly control panel.

Key Architectural Decisions

🏗️ SD-WAN Platform Architecture

🔐 Encryption
VLESS/Reality + HTTPS encapsulation
⚡ Speed
Up to 900 Mbit/s on a 2-core VDS
🔄 Fault Tolerance
One key — automatic failover
💰 Cost
From 700₽/month per VDS node

1. Advanced Encryption and Network Threat Protection

To ensure the highest level of security, the platform uses the VLESS/Reality protocol with traffic encapsulation as standard HTTPS. An intelligent incoming connection filter reliably protects corporate nodes: the system automatically distinguishes legitimate connections from automated scanning attempts, redirecting the latter to trusted resources. All traffic undergoes end-to-end encryption with detailed logging and auditing for full information security compliance.

2. Absolute Fault Tolerance and Seamlessness

We implemented a unique feature: each user is issued a single universal access key. If the server is overloaded, a compromise threat is detected, or hardware fails — the system redirects the user to a backup server in real time. The client doesn't even notice problems: the system finds a new path on its own, and there's no need to update the configuration on the user's device.

3. Smart Load Balancer and Rating System

For intelligent load management, we developed a "rating system" — a dynamic indicator of server available capacity. When a new employee connects, their "weight" is subtracted from the node's rating. This allows:

  • Achieving high user density on a single server
  • Guaranteeing connection quality during peak loads
  • Significantly saving on infrastructure costs

4. User-Friendly Frontend Interface

All technical specifics are hidden behind an intuitive cloud control panel:

  • For admins: adding and automatically deploying new servers in one click (just specify IP, login, and password). Centralized management of users, groups, and access policies.
  • For employees: a clear interface for getting connection configurations and tracking personal statistics. Administrators have access to full monitoring of each employee.

5. Outstanding Performance on Affordable Hardware

$ benchmark --route Finland-Moscow --server 2vCPU-2GB
[OK] Throughput: 900 Mbit/s
[INFO] CPU Load: ~90% (2x Intel Xeon 2.60 GHz)
[INFO] Cost: from 700₽/month per VDS node

6. Complete Corporate Infrastructure Out of the Box

For businesses of any size, we implemented Site-to-Site VPN functionality that connects offices and remote employees into a single private IP space. Our clients get:

  • Provider-independent static IPs
  • Virtual segments (accounting, IT, marketing)
  • Flexible access policies: restrictions by time, ports, and applications
  • DNS filtering of malicious sites

Beyond cloud infrastructure, we developed ready-made hardware gateways:

  • Basic Gateway (12,000–15,000 ₽): mini-PC/Orange Pi based device with automatic traffic routing for fast office connection out of the box.
  • Full Network Gateway (from 50,000 ₽): high-performance device with local firewall, channel load balancing, and autonomous operation when external connectivity is lost.
NineLab Result: We built a system where infrastructure deployment takes minutes, no expensive network administrators are needed, and security and management convenience are at the highest corporate level. If your company needs reliable, easily scalable IT infrastructure — we're ready to give you a personal demo!

FAQ for this topic

VPN protects transport/perimeter; Zero Trust adds continuous checks of identity, device, and context per request.

Pentest is a snapshot; without patching, WAF/limits, and anomaly monitoring, risk returns quickly.

In layers: provider, edge, app rate limits and queues—plus rehearsals under controlled load, not unlawful third-party attacks.

Minimize fields, retention, access, and encryption; align with your DPO and policies.

Want to apply this in practice?

Tell us about your system — we’ll propose a work plan and the metrics worth fixing in an SLA/SLO.

All posts: Security

SecurityMarch 3, 2026
Security in 2026: Why VPNs are Obsolete and You Need Zero Trust

Traditional VPNs can no longer cope with modern threats. We explain why corporate networks must transition to Zero Trust Architecture (ZTA).

Read Article
SecurityFebruary 6, 2026
Corporate VPN: Why Public Services Are Dangerous

Corporate VPN vs consumer VPNs: data-leak and compliance risks of public clients, control over keys and logging, and why a dedicated, auditable stack matters for remote work in 2026.

Read Article
SecurityJanuary 3, 2026
Complete DDoS Protection: L3, L4, and L7 Attacks

DDoS across OSI layers: how L3, L4, and L7 attacks differ, why a single appliance is rarely enough, and how to combine scrubbing, WAF, and app architecture for resilient services.

Read Article