Hi DEV community! 👋 I worked as system administrator and always faced a frustrating limitation: most standard tools for Active Directory management are either tied strictly to Windows (like RSAT) or hidden behind massive, incredibly expensive enterprise web consoles. I wanted something modern, self-hosted, lightweight, and cross-platform. Since I couldn’t find a clean open-source web UI that checked all the boxes, I spent the last few months building Sysadmin Anywhere . It is a fully open-source (MIT licensed) platform designed to simplify AD administration and remote server management right from your browser. Here is how it looks and why I chose this specific tech stack. 🚀 What Sysadmin Anywhere Can Do The platform bridges the gap between traditional directory management and modern web tools. Out of the box, it features: Active Directory Management: Full user and group CRUD operations, secure password resets, and bulk imports via CSV.…