<?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: Melih Yazar</title>
    <description>The latest articles on DEV Community by Melih Yazar (@melih_yazar_ed30f7f911af3).</description>
    <link>https://dev.to/melih_yazar_ed30f7f911af3</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4011292%2F23b484a2-bd53-4285-b2ab-66f0e7416efa.jpg</url>
      <title>DEV Community: Melih Yazar</title>
      <link>https://dev.to/melih_yazar_ed30f7f911af3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/melih_yazar_ed30f7f911af3"/>
    <language>en</language>
    <item>
      <title>I built an open-source panel for self-hosting game servers</title>
      <dc:creator>Melih Yazar</dc:creator>
      <pubDate>Wed, 01 Jul 2026 18:42:44 +0000</pubDate>
      <link>https://dev.to/melih_yazar_ed30f7f911af3/i-built-an-open-source-panel-for-self-hosting-game-servers-34hh</link>
      <guid>https://dev.to/melih_yazar_ed30f7f911af3/i-built-an-open-source-panel-for-self-hosting-game-servers-34hh</guid>
      <description>&lt;p&gt;Why I built this&lt;/p&gt;

&lt;p&gt;I wanted a self-hosted panel for managing Minecraft (and eventually other game) servers, with a modern stack — Node.js/TypeScript on the backend, React on the frontend, PostgreSQL + Prisma for storage. The panel and a lightweight node agent talk over WebSocket, so you can manage multiple machines from one place.&lt;/p&gt;

&lt;p&gt;The result is Kretase — MIT licensed, fully open source.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Web console, file manager, player/whitelist management&lt;/li&gt;
&lt;li&gt;Multi-node support (manage several machines from one panel)&lt;/li&gt;
&lt;li&gt;Live CPU/RAM/disk stats&lt;/li&gt;
&lt;li&gt;World manager: browse/install premade worlds via CurseForge, backup/download existing ones&lt;/li&gt;
&lt;li&gt;Plugin/mod manager built into the panel&lt;/li&gt;
&lt;li&gt;One-command install script for Ubuntu/Debian&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Backend: Node.js, TypeScript, Express, PostgreSQL, Prisma&lt;/li&gt;
&lt;li&gt;Frontend: React, Vite, Tailwind&lt;/li&gt;
&lt;li&gt;Node agent (wings): separate process per machine, communicates with the panel over WebSocket&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it / contribute
&lt;/h2&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/mwlih28/mc-manage-panel" rel="noopener noreferrer"&gt;https://github.com/mwlih28/mc-manage-panel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Still actively developing this — feedback, issues, and contributions are all welcome. Happy to answer questions about the architecture in the comments.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>showdev</category>
      <category>typescript</category>
      <category>selfhosted</category>
    </item>
  </channel>
</rss>
