**EVE-WHMapper: New Version in dev branch
Major update: Multi-account support in the same browser and tab!
No more juggling between windowsâswitch between accounts seamlessly and stay synced at all times.
Secure authentication to link your accounts effortlessly.
Persistent sessionsâlog in once and stay connected across all accounts.
Enhanced securityâunauthorized account access is strictly blocked.
Smart notificationsâinstantly see which account a notification belongs to.
Wormhole navigation has never been this smooth and intuitive! 
Ready to try the new version? Join the discussion and share your feedback!
This version is only available in main branch in pre version.
**EVE-WHMapper: New Version in dev branch
Capsuleers, this is more than just an updateâitâs a major overhaul of EVE-WHMapper, built for performance, stability
Massive code refactor under the hood: cleaner, faster, and more robust.
Bug fixes and behavior improvements , shaped by real-world testing feedback .
Jump in, test it out, and let us know what you think.
This version is only available in main branch in pre version.
Sometime you need to clear your cache and all your cookies
Update on Main Branch â Fresh Features Incoming!
Todayâs commit brings some exciting improvements to EVE-WHMapper:
You can now:
- Set a primary account to paste signatures as your favorite character.
- Enable or disable tracking per account with full flexibility.
A few annoying UI bugs have been fixed for a smoother experience.
Testing is ongoing, but things are looking solidâweâre getting close to a new stable release!
Stay tuned, and thanks for all your feedback and support.
More to come soon!
Using an older version? You might need to clear your cache to see the latest changes.
Shortcut reminders to refresh with cache cleared:
- Chrome / Edge : Ctrl + F5
- Safari: Cmd + Option + E
- Firefox: Ctrl + Shift + Del
Dev Branch Update â Logging, .NET 8 & Stability Enhancements (#355)
A new commit has landed on the dev branch with major backend improvements and bug fixes. Validation is in progress, and this prepares the ground for a more stable upcoming release.
Features & Enhancements
- Integrated Serilog for structured logging, export capabilities, and log rotation.
- Upgraded to latest .NET 8 NuGet packages for improved performance and support.
- Improved client ID handling with a refactored BrowserClientIdProvider and middleware for better logging and session tracking.
- Updated Docker configuration for smoother setup and cleaner image builds.
Fixes
- Tracker server now disposes properly on browser exit, improving resource handling.
- Cookie deletion logic optimized during login/logout flows.
Refactoring
- Test files renamed and organized for clarity.
- Simplified client ID retrieval and removed legacy tracking code.
- Middleware and timer management streamlined for better maintainability.
Please update your docker-compose.yml to use Serilog :
- Add Volume in whmapper section, to redirect log on your disk
- Replace old log settings in whmapper environment section by :
- Serilog__MinimumLevel__Default=Warning
- Serilog__MinimumLevel__Override__Microsoft.EntityFrameworkCore.Database.Command=Warning
have you guys test this software on windows without public domain?
I can tell you that this application doesnât work on windows 11.
- windows release on GitHub, exe file doesnât render anything, something pops up and shuts down immediately.
- tried to run it via docker for 2 days as in the documentation, I was able to open the landing page but couldnât connect the damn account. was going crazy with SSL certificates.
probably the only people who use your software on windows are network experts 
Hi @Arato_Kion ,
sorry for may late answer.
As I explain in the documentation, have a public domaine name is a requirement to deploy the solution with script, but you generate your own self signed certificate manually with openssl .
Powershell exemple :
$certDir = ".\haproxy\certs"
$keyPath = "$certDir\$DOMAIN.key"
$crtPath = "$certDir\$DOMAIN.crt"
$pemPath = "$certDir\$DOMAIN.pem"
if (-not (Test-Path $certDir)) { New-Item -ItemType Directory -Path $certDir | Out-Null }
& openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $keyPath -out $crtPath -subj "/CN=$DOMAIN"
Get-Content $keyPath, $crtPath | Set-Content $pemPath
I will check why it not working as standalone app
1 Like
Hi @Arato_Kion ,
To run the standalone app on your windows , you need to install this requirements :
Donât forget to install Redis and posgresql
Configure the app settings.json file
I was able to run redis on wsl2, made windows communicate with wsl, created an postgreSQL database on windows, configured accordingly settings.json. After couple of hours whmapper started to work on localhost:5000. I clicked on it and showed me a very different page than yours :)) at that point I gave up man.
I hope you can make it work like RIFT or SMT one day, if its possible.
Best regards,
Arato Kion
thx for your answer.
i was started a documentation to deploy and run whmapper as standalone for each platform (Linux/Window) but I donât have enough time at this time to finish this documentation ;-(
1 Like
New release 2.2.2
New: Rename Systems on the Map!
You can now rename any system directly on the mapâsimple, fast, and fully local to your session.
How it works:
- Double left-click on the system name to edit it.
- Press Enter to confirm.
- Press Escape to cancel.
- If you leave the field empty, the system will revert to its original name.
The custom name will stay as long as the system remains on the map .
Once itâs removed, it will automatically restore its original name if re-added later.
1 Like