After installation, the Data Client will be minimized in system tray!
An alternative client for The Albion Online Data Project that provides the same functionality as the official client, but with a user-friendly graphical interface and easy-to-use settings.
Note: Data is mostly uploaded to The Albion Online Data Project, except when the user explicitly chooses not to.
Beta Release: This software is in beta. Use at your own risk.
Important: If you use this client, uninstall the official AODP client to avoid uploading data twice.
Free and Open Source: This software is completely free, open source (check license) and is not tied to the usage of Albion Free Market website. The data uploaded via this software to AODP can be seen in any Albion Online fansite that consumes AODP and even on your own sheets.
| Feature | Description |
|---|---|
| Gathering and Fishing Tracker | Tracks harvested resources, fishing rewards, session value, and silver per hour |
| Market Data Collection | Captures in-game market data and uploads to AODP servers |
| Market Mail Tracking | Collects and displays your market mail data for price tracking |
| Trade History | Stores instant buy/sell trades for later reference |
| Damage Tracker | Tracks combat encounters with damage, DPS, healing, fame, and party/player summaries |
| Loot Tracker | Tracks loots from the player and others, includes estimated market value |
| Enhanced Capture | Captures data from loadout's quick buy screen, market screens, and gold screen |
| Specs Capture | Uploads character specs for use with AFM website |
| Launch on Startup | Automatically starts with your system |
| System Tray | Runs quietly in system tray for minimal interference |
| Auto-Updates | Silent, automatic updates |
| Configurable Settings | Adjustable parallelism for AODP's PoW solving and uploads |
| User-Friendly | No admin permissions required (except for NpCap installation) |
| Free and Open Source | This software is free to use and is open source |
- Navigate to the releases section to download the latest installer (
AFMDataClientSetup_v_x.x.x.x.exe) - Run the installer and follow the on-screen instructions
- After installation, the application will run minimized in the system tray
- Click the tray icon to open the user interface
- The application will automatically update when new versions are available
Uninstallation
Use the regular Windows Uninstall a program feature to remove the application.
Option 1: One-line Installer
curl -s https://api.github.com/repos/JPCodeCraft/AlbionDataAvalonia/releases/latest | jq -r '.assets[] | select(.name == "AFMDataClient_Linux64_Installer.sh") | .browser_download_url' | xargs curl -L -o installer.sh && sed -i 's/\r$//' installer.sh && chmod +x installer.sh && ./installer.sh && rm installer.shOption 2: Manual Installation
- Download
AFMDataClient_Linux64_Installer.shfrom releases - Fix line endings:
sed -i 's/\r$//' AFMDataClient_Linux64_Installer.sh - Make executable:
chmod +x AFMDataClient_Linux64_Installer.sh - Run the installer:
./AFMDataClient_Linux64_Installer.sh
Uninstallation
curl -s https://api.github.com/repos/JPCodeCraft/AlbionDataAvalonia/releases/latest | jq -r '.assets[] | select(.name == "AFMDataClient_Linux64_Uninstaller.sh") | .browser_download_url' | xargs curl -L -o uninstaller.sh && sed -i 's/\r$//' uninstaller.sh && chmod +x uninstaller.sh && ./uninstaller.sh && rm uninstaller.shNote: Linux version does not support automatic updates. Run the installer again to update. Note: Linux installation and software had very limited testing. Feel free to contribute to the repository if you can.
If you are on Apple Silicon, download AFMDataClient_MacOS_arm64.app.zip. Intel users should download AFMDataClient_MacOS_x64.app.zip.
The macOS app is not signed, so macOS may say "AFMDataClient_MacOS" is damaged and can't be opened. Remove the download quarantine flag before opening it:
- Make sure
AFMDataClient_MacOS.appis visible in yourDownloadsfolder. Safari may extract the zip automatically. If you still see only the.zipfile, double-click it first.
- Open Terminal:
- Press
Command + Spaceto open Spotlight. - Type
Terminal. - Press
Return.
- Press
-
In Terminal, go to your Downloads folder:
cd ~/Downloads
-
Remove the quarantine flag from the app:
xattr -dr com.apple.quarantine AFMDataClient_MacOS.app
-
Double-click
AFMDataClient_MacOS.appto open it.If double-clicking does not open it, run
open AFMDataClient_MacOS.appin Terminal.
If packet capture is blocked, the app shows a Capture Blocked status.
It also shows an Install permissions button. Click it, approve the macOS administrator prompt, and let the app restart.
Once it restarts and you get ingame, you should see the app working.
There's no automatic update feature for MacOS, so you should manually download new versions.
- Basically, anything that can run Albion Online will run this application
The Combat tab includes a passive combat tracker for reviewing combat while the client is running. It detects the local player, party members, other players, and mobs from captured packets, then groups health changes and fame gains into combat encounters.
The tracker shows:
- Damage dealt, damage received, healing done, healing received, and fame gained
- Total values, per-second combat rates, and fame-per-hour for the full session or the selected chart window
- Encounter history with duration, status, fame, DPS, damage taken, HPS, and healing received
- Player, party, and mob summaries with filters for all entities, party only, players only, or mobs only
- A time chart with configurable aggregation, total/rate/fame metrics, and 1m, 5m, 10m, 30m, 1h, or unlimited windows
Use the Combat tab's Pause button to stop counting health changes without losing tracked entities, or Reset to clear the current tracker data. If you do not want combat data tracked, enable Disable Combat Tracker in Settings.
The Gathering tab includes a passive tracker for reviewing gathering and fishing sessions. A session starts when the first gathered or fished item is recorded, then tracks harvested resources and confirmed fishing rewards from captured packets.
The tracker shows:
- Total estimated session value, silver per hour, total item amount, and elapsed active time
- Item summaries with item images, amount, estimated market value, total estimated value, and silver per hour
- Minute-by-minute activity with item amount, estimated market value, and silver per hour
- Completed session history with saved session totals and item summaries
- Shareable 2400x1350 PNG cards for completed history sessions
- Pause/resume controls for temporarily ignoring new gathering and fishing events
- Save Session and Discard Session controls for manually closing or clearing the current live session
Active gathering/fishing sessions are checkpointed locally so progress can be recovered if the app closes unexpectedly. On startup, an unfinished checkpoint is closed into History using the last recorded activity time. Completed history is saved locally in SQLite and keeps the estimated values from when the session was recorded.
If no gathered or fished reward is recorded for 30 minutes, the current session is automatically saved to History.
If you do not want gathering and fishing data tracked, enable Disable Gathering Tracker in Settings.
"Our position is quite simple. As long as you just look and analyze we are ok with it. The moment you modify or manipulate something or somehow interfere with our services we will react (e.g. perma-ban, take legal action, whatever)."
β MadDave, Technical Lead at Sandbox Interactive for Albion Online, 2017 (source)
This application:
- β Does NOT modify the game client
- β Does NOT inject code into memory
- β Does NOT track player positions
- β Does NOT display overlays on the game
- π Does passively capture network packets to collect market data
All local data (SQLite database, settings, cached files) is stored under the app data folder.
Windows path
C:\Users\<username>\AppData\Local\AFMDataClient
Linux path (default)
~/.local/share/AFMDataClient
If $XDG_DATA_HOME is set, use:
$XDG_DATA_HOME/AFMDataClient
macOS path (default)
~/Library/Application Support/AFMDataClient
Steps
- Close AFM (exit from the system tray).
- Copy the entire
AFMDataClientfolder from the path above. - On the new machine, paste it to the same path.
- Start AFM.
Change the Packets redirection method to Legacy - NDIS in your ExitLag app under the TOOLS section:
This software was developed by JP CodeCraft, the developer behind Albion Free Market.
View detailed download statistics here.



