Albion QRadar provide a real-time map, aiding players in detecting other players, creatures, and resources nearby.
- 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
- 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.