Elevate your cybersecurity strategy with Ironchip Identity Platform, designed to bring the power of Multi-Factor Authentication (MFA) to your desktop computing environment. Know more.
Role-based privilege management: Set different user privileges to prevent unauthorized users from misusing the system.
Restrict access from unauthorized places: Limit access to authorized areas for enhanced security.
Supervision of accesses in real time: Monitor user activity, view access history, generate reports, and download them for complete control.
Intrusion detection system (IDS): Receive alerts for SIM swapping, phishing, device switching, and more.
Download the latest Ironchip RFID binary for your system:
Run the following command to show a list of available configuration flags:
./IronchipRFID c helpExample: Add API Key to configuration
./IronchipRFID c --api_key <your_api_key>Replace <your_api_key> with the actual key provided by Ironchip.
To view your configuration, run the following command:
./IronchipRFID c showInstalling the service requires a terminal with Administrator privileges
Install the service for auto-start when the device powers on:
./IronchipRFID s installStart the service to use without restarting device:
./IronchipRFID s installTo remove Ironchip RFID service:
- Stop the running service:
./IronchipRFID s stop- Uninstall the service:
./IronchipRFID s uninstall