symbol

UNDER ATTACK?
WE'RE ON IT.

Routes you straight to the team. Every packet bound for your service passes through our multi-layered, in-house mitigation pipeline. Malicious traffic is dropped at each stage, so only clean traffic ever reaches your servers.

Already a 1of1 customer? This DDoS protection is already included with your services, so there's no need to purchase it.

RemoteShield

1OF1 RemoteShield

Windows v1.0 · 8.1 MB

Lightweight client that tunnels your traffic through our scrubbing network. Install, connect, and you're protected in seconds.

Always-on DDoS mitigation
Low-latency global scrubbing network
Auto-reconnect and live tunnel stats
One-click setup, no config required
1OF1 RemoteShield app
DOWNLOAD FOR WINDOWS

Requires Windows 10 / 11 (64-bit).

symbol

7-Day Money-Back Guarantee

Not happy in the first week? Full refund, no questions asked.

custom_ddos_protection.cfg

> Custom DDoS Protection

Filtering on our own network. We can patch any attack.

unlimited_attack_traffic.cfg

> Unlimited Attack Traffic

No overage bills, no matter how big the attack.

built_for_game_servers.cfg

> Built for Game Servers

Layer 4 and Layer 7 protection, tuned for game traffic.

any_host_any_provider.cfg

> Any Host, Any Provider

Setup takes minutes. Keep the server you already have.

always_on_protection.cfg

> Always-On Protection

Mitigation runs 24/7, so you're covered from the very first packet.

zero_added_latency.cfg

> Zero Added Latency

Filtering happens on the path your traffic already takes, with no slowdown for players.

$ plan-breakdown --what's-included

WHAT EACH PLAN INCLUDES

Every tier runs the same in-house mitigation pipeline. Here's exactly what you get at each level of protection.

32 Players

$39.99/mo
  • 32 protected players
  • Unlimited attack traffic
  • Layer 4 & 7 protection
  • Any host, any provider
  • Always-on protection
  • 7-day money-back guarantee

64 Players

$79.99/mo
  • 64 protected players
  • Unlimited attack traffic
  • Layer 4 & 7 protection
  • Any host, any provider
  • Always-on protection
  • 7-day money-back guarantee

150 Players

$129.99/mo
  • 150 protected players
  • Unlimited attack traffic
  • Layer 4 & 7 protection
  • Any host, any provider
  • Always-on protection
  • 7-day money-back guarantee

Unlimited Players

$249.99/mo
  • Unlimited protected players
  • Unlimited attack traffic
  • Layer 4 & 7 protection
  • Any host, any provider
  • Always-on protection
  • 7-day money-back guarantee

Gaming Profiles

  • FiveM
  • RedM
  • Minecraft
  • Rust
  • DayZ
  • Other games - contact us for custom protection
$ setup-guide --full-walkthrough

FULL SETUP GUIDE

Everything you need to get RemoteShield running on your server, from antivirus exclusions to your server.cfg and tunnel configuration.

  1. 1

    Allowlist your antivirus

    1of1RemoteShield bundles a WireGuard tunnel driver, which antivirus software (including Windows Defender) can wrongly flag and quarantine. Add these exclusions before you install.

    Fastest fix: open PowerShell as Administrator (Start Menu → type "PowerShell" → right-click → Run as Administrator), paste this, then download and run the app.

    powershell (admin)
    Add-MpPreference -ExclusionPath "C:\Program Files\1of1RemoteShield"
    Add-MpPreference -ExclusionPath "C:\ProgramData\1of1Shield"
    Add-MpPreference -ExclusionPath "$env:USERPROFILE\Downloads"
    Add-MpPreference -ExclusionProcess "1of1RemoteShield.exe"

    Prefer to click? Windows Security → Virus & threat protection → Manage settings → Exclusions → Add an exclusion → Folder, then add C:\Program Files\1of1RemoteShield. If it is still removed, temporarily turn off real-time protection while you install.

  2. 2

    Grab your tunnel config

    Your unique tunnel token is generated in your 1OF1 dashboard once your plan is active. Open your panel, copy the configuration string, and keep it handy for step 4.

    Tokens expire shortly after issue. Regenerate from your panel if yours has aged out.

  3. 3

    Download & run RemoteShield

    Grab the Windows client and run it on your game server, then click Yes at the administrator prompt (it manages the tunnel service for you).

  4. 4

    Paste your config & connect

    Paste the tunnel configuration from step 2 into the app and click Connect. The app enrolls, installs the background service, and brings the tunnel up, with no commands needed.

  5. 5

    Wait for "Connected"

    Give it a moment until the app shows Connected along with your Protected IP. That is the address you will advertise next.

  6. 6

    Update your server.cfg

    In your server.cfg, bind to your Bind IP and advertise your Protected IP:

    server.cfg
    set sv_forceIndirectListing true
    set sv_listingIpOverride "Protected IP"
    set sv_endpoints "Protected IP:30120"

Need to start over? If you have a new server, a stale config, or a stuck tunnel, click Uninstall in the app to remove the service and all local data, then paste a fresh configuration and click Connect again.