An ExileCore plugin that automates Path of Exile farming. Run maps, farm bosses, clear simulacrums, or follow a party leader — all configurable through a web dashboard you can control from your phone.
- ExileApi (latest version)
- Open ExileApi
- Go to the Plugin Updater → Add tab
- Paste the repository URL and click Clone:
The updater will download, compile, and keep the plugin up to date automatically.
- Open the web dashboard at
http://localhost:9876or use the ExileCore settings panel - Configure your Build Settings — set your movement key, assign skill slots, and configure flasks
- Pick a farming mode and configure its settings
- Press Insert in-game to start the bot
AFK farm all 15 waves of Simulacrum. The bot handles combat, monolith activation, death recovery, between-wave stashing, and looting at the end. Works best with strong builds that can clear waves without much manual intervention.
Automated boss kill loops — the bot handles the full cycle of stashing loot, withdrawing fragments, opening the map device, entering the portal, fighting the boss, looting, and exiting. Runs continuously until you're out of fragments.
Supported bosses:
- Oshabi, Avatar of the Grove — Sacred Blossom fights
- Audience With The King — Voodoo King encounters including the maze phase
- Incarnation of Fear — Uber Anger boss (requires a very strong build)
Automated blight encounters with tower placement, lane management, and post-timer cleanup. Works well with AFK and minion-style builds.
Follow a named party leader through zones. Useful for leveling alt characters or running an aura bot alongside your main.
Automated map farming with exploration, combat, and looting. Currently supports Ultimatum encounters as the primary test mechanic. This mode is for testing only — expect rough edges.
AutoExile includes a built-in web server that lets you monitor and control the bot from any browser, including your phone. View live status, change settings, and check session stats without alt-tabbing.
The dashboard is available at http://localhost:9876 by default (port is configurable). Enable network access in settings to connect from other devices on your network.
All settings are managed through the web dashboard or ExileCore's settings panel. Key sections:
- Build — Movement key, skill slots (roles, conditions, priorities), flask setup, blink range
- Loot — Pickup radius, minimum chaos value per slot, unique pricing thresholds
- Mode Settings — Each farming mode has its own section with mode-specific options
- Boss — Boss type selection, fragment stock, stash tab names, loot sweep timeout, max deaths
Each skill slot supports conditions like buff/debuff checks, enemy count thresholds, rarity filters, and range limits. Use the built-in Buff Scanner to discover buff names from live gameplay.
| Key | Action |
|---|---|
| Insert | Start / Pause / Resume the bot |
| F6 | Dump game state (terrain, exploration, pathfinding) to image + JSON |
| F7 | Dump recording |
Hotkeys are rebindable through settings.
Join the Discord to help test new features, share feedback, and follow development progress. You'll also find documentation on the AI-assisted development process behind the project.
Note: This is a testing and feedback channel, not a tech support helpdesk.
For contributors who want to build manually instead of using the plugin updater:
dotnet build
Targets .NET 10.0 (Windows).

