Albion-Online-Radar-QRadar
Albion-Online-Radar-QRadar copied to clipboard
Free Albion Online Radar
✨ Join Discord
- Link: https://discord.gg/rKKVqUdP3p
❓ What is QRadar?
Albion QRadar provide a real-time map, aiding players in detecting other players, creatures, and resources nearby.
❓ If you want to use in game items
- Link: https://www.mediafire.com/file/fa96b300q7ompjb/Items.rar/file
Video Tutorial
Link: https://www.youtube.com/watch?v=_luNHJXrD5o
❓ Usage (Windows)
- Download Node.js v18.18.2:
- Download Npcap:
- Download Python 3.10.2:
- Install Windows Build Tools:
npm install --global windows-build-tools
- Install Node.js packages:
npm install
- Run the application:
node app.js
❓ Usage (Linux)
- Switch to root user:
sudo su
- Install Node Version Manager (NVM):
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
- Close the terminal.
- Install Node.js version 18:
nvm install 18
nvm use 18
- Install required libraries:
sudo apt-get install libpcap0.8 libpcap0.8-dev
- Install Python 3.10:
sudo apt install python3.10
- Install build essentials:
sudo apt-get install build-essential
- Install Node.js dependencies:
npm install
- Navigate to the project directory and run the application:
node app.js
- Open http://localhost:5001 in your browser.