-
Notifications
You must be signed in to change notification settings - Fork 10
Troubleshooting
Soterios needs admin rights for firewall management, Defender controls, and system audits. Right-click the installer and choose Run as administrator.
- Try disabling GPU acceleration:
set SOTERIOS_DISABLE_GPU=1 && "C:\Program Files\Soterios\Soterios.exe"
- Check
%APPDATA%\Soterios\for corrupt database — renamesoterios.dbto reset settings (loses history). - Reinstall from the latest release.
- Confirm ClamAV binaries exist in the install directory under
assets/clamav/. - Run
npm installagain if building from source (triggers the ClamAV download script). - Check that you have read access to the target paths.
Full scans of C:\ can take hours depending on disk size and file count. Use Quick Scan for routine checks and Custom Scan for specific folders.
Update ClamAV definitions. Zero-day or custom malware may not be in signature databases — Soterios relies on ClamAV signatures, not a proprietary engine.
- Verify internet connectivity.
- Corporate proxies may block freshclam — configure proxy settings at the OS level.
- Retry from Dashboard → ClamAV Definitions → Update.
Restart Soterios and check again. If the issue persists, delete the ClamAV database folder in the install directory and re-run update.
Run Soterios as administrator. Some PowerShell cmdlets (Get-BitLockerVolume, Confirm-SecureBootUEFI) require elevated privileges.
Windows Tamper Protection may block third-party apps from changing Defender settings. Disable Tamper Protection temporarily in Windows Security → Virus & threat protection → Manage settings.
Ensure the Windows Firewall service is running and Soterios has admin rights.
Does Soterios replace Windows Defender?
No. Soterios supplements Defender with ClamAV scanning, audits, and monitoring. Real-time protection toggles Defender itself.
Is my data sent to the cloud?
Not by default. See Privacy and Security.
Can I use Soterios on macOS or Linux?
Not yet. Windows is the primary supported platform.
Where are my scan reports?
%USERPROFILE%\.soterios\scan-reports\ and the in-app Reports page.
How do I report a bug?
Open an issue on GitHub. For security issues, follow SECURITY.md.