<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Igor Markin</title>
    <description>The latest articles on DEV Community by Igor Markin (@sysadminanywhere).</description>
    <link>https://dev.to/sysadminanywhere</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3929215%2F092825ed-640f-496c-8027-70cfd28317d4.png</url>
      <title>DEV Community: Igor Markin</title>
      <link>https://dev.to/sysadminanywhere</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sysadminanywhere"/>
    <language>en</language>
    <item>
      <title>Managing Active Directory from Anything via Web: Why I Built an Open-Source Tool with Spring Boot and Vaadin</title>
      <dc:creator>Igor Markin</dc:creator>
      <pubDate>Wed, 13 May 2026 11:59:47 +0000</pubDate>
      <link>https://dev.to/sysadminanywhere/managing-active-directory-from-anything-via-web-why-i-built-an-open-source-tool-with-spring-boot-2mbi</link>
      <guid>https://dev.to/sysadminanywhere/managing-active-directory-from-anything-via-web-why-i-built-an-open-source-tool-with-spring-boot-2mbi</guid>
      <description>&lt;p&gt;Hi DEV community! 👋&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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 &lt;strong&gt;Sysadmin Anywhere&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It is a fully open-source (MIT licensed) platform designed to simplify AD administration and remote server management right from your browser.&lt;/p&gt;

&lt;p&gt;Here is how it looks and why I chose this specific tech stack.&lt;/p&gt;

&lt;p&gt;🚀 &lt;strong&gt;What Sysadmin Anywhere Can Do&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The platform bridges the gap between traditional directory management and modern web tools. Out of the box, it features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Active Directory Management:&lt;/strong&gt; Full user and group CRUD operations, secure password resets, and bulk imports via CSV.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Remote Server Monitoring:&lt;/strong&gt; You can monitor Windows processes, services, and event logs directly from the web interface without RDP.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Workflow Automation:&lt;/strong&gt; It features native integration with n8n to trigger complex workflows based on AD events.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security First:&lt;/strong&gt; Built-in integration with HashiCorp Vault for managing infrastructure secrets safely.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dockerized Setup:&lt;/strong&gt; Can be spun up in less than 2 minutes using standard docker-compose.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💻 &lt;strong&gt;The Architecture &amp;amp; Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Choosing the right stack was crucial for building a secure and responsive enterprise-grade tool:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Java 21 &amp;amp; Spring Boot 4. Java is still a king when it comes to robust LDAP integrations and enterprise stability.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Vaadin Flow. Instead of building a separate React/Vue frontend and dealing with complex REST APIs, Vaadin allowed me to write a secure, type-safe web UI entirely in Java. It keeps the UI state on the server, which is excellent for security.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; PostgreSQL for app-specific data and configuration tracking.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project is heavily modularized using Maven, ensuring that adding new features (like upcoming asset tracking or cloud integrations) doesn't break existing core logic.&lt;/p&gt;

&lt;p&gt;💬 &lt;strong&gt;I'd Love Your Feedback!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The project is growing, and I am looking for honest feedback from fellow sysadmins and Java developers.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What features do you feel are missing most in your daily AD management routine?&lt;/li&gt;
&lt;li&gt;How do you feel about using Vaadin for infrastructure tools?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want to look at the source code, report a bug, or help with features, check out our repository:&lt;/p&gt;

&lt;p&gt;👉 GitHub: &lt;a href="https://github.com/sysadminanywhere/sysadminanywhere" rel="noopener noreferrer"&gt;https://github.com/sysadminanywhere/sysadminanywhere&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you find the project useful, dropping a ⭐️ on GitHub would mean the world to me and helps more people discover it!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>vaadin</category>
      <category>java</category>
      <category>springboot</category>
    </item>
  </channel>
</rss>
