Client

The Albion Data client runs on your machine while you play Albion Online and uploads market and gold price data to the project.

Get the client

Download the client and run it whenever you play. The client uploads market orders from the markets you open in game.

Live download stats from GitHub

Latest release (0.1.53)

5,414

Platform Windows 5,272 macOS 80 Linux 62
Type Update 4,441 Full install 973

All releases

194,723

Platform Windows 185,191 macOS 6,708 Linux 2,824
Type Update 113,858 Full install 80,865

Command line options

To see all available command line parameters, launch the executable with -h, for example:

"C:\Program Files\Albion Data Client\albiondata-client.exe" -h

Or add -h to your shortcut. Current options include:

-d                    If specified no attempts will be made to upload data to remote server.
-debug                 Enable debug logging.
-events string         Whitelist of event IDs to output when debugging. Comma separated.
-events-ignore string  Blacklist of event IDs to hide when debugging. Comma separated.
-i string              Base URL to send PUBLIC data to ('nats://', 'http://' or 'noop', comma separated).
                       Default: http+pow://pow.west.albion-online-data.com or pow.east (by game server).
-ignore-decode-errors  Ignore decoding errors when debugging.
-l string              Listen on this comma-separated device list instead of all available.
-minimize              Automatically minimize the window.
-no-limit              Use all available CPU cores.
-o string              Parse a local file instead of checking Albion ports.
-operations string     Whitelist of operation IDs when debugging. Comma separated.
-operations-ignore string  Blacklist of operation IDs when debugging. Comma separated.
-output-file           Enable logging to file.
-p string              Base URL to send PRIVATE data to ('nats://', 'http://' or 'noop', comma separated).
-record string         Enable recording commands to a file for debugging.