<?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: Tao Chen</title>
    <description>The latest articles on DEV Community by Tao Chen (@chentao1006).</description>
    <link>https://dev.to/chentao1006</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%2F4054633%2F0b294a36-6b94-4a36-b583-bc49f303f4fd.png</url>
      <title>DEV Community: Tao Chen</title>
      <link>https://dev.to/chentao1006</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chentao1006"/>
    <language>en</language>
    <item>
      <title>I built a local-first control plane for the Mac that stays on in my home lab</title>
      <dc:creator>Tao Chen</dc:creator>
      <pubDate>Thu, 30 Jul 2026 09:10:38 +0000</pubDate>
      <link>https://dev.to/chentao1006/i-built-a-local-first-control-plane-for-the-mac-that-stays-on-in-my-home-lab-1iaa</link>
      <guid>https://dev.to/chentao1006/i-built-a-local-first-control-plane-for-the-mac-that-stays-on-in-my-home-lab-1iaa</guid>
      <description>&lt;h2&gt;
  
  
  A real control plane for the Mac you own
&lt;/h2&gt;

&lt;p&gt;When an always-on Mac misbehaves, the hard part is finding the right surface: system pressure, a process, a listening port, a container, a service, or its logs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2gxb4481xzn89jzww7uo.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2gxb4481xzn89jzww7uo.jpg" alt="Flux Monitor dashboard" width="800" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What it can inspect
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;System health:&lt;/strong&gt; CPU, memory, disk and network activity.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Processes and ports:&lt;/strong&gt; locate a runaway process and the owner of a listening port.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Logs:&lt;/strong&gt; read recent service output without first remembering the command.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docker:&lt;/strong&gt; inspect containers and their state.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Nginx and LaunchAgents:&lt;/strong&gt; identify macOS-managed services that failed after a reboot.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SSH:&lt;/strong&gt; open a deeper shell workflow once the dashboard has narrowed the problem.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm5w2pntinqgb8v81wovx.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm5w2pntinqgb8v81wovx.jpg" alt="Flux Monitor services" width="799" height="444"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Incident flow
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Check CPU, memory, disk and network.&lt;/li&gt;
&lt;li&gt;Find the relevant process or port.&lt;/li&gt;
&lt;li&gt;Check Docker, Nginx, or the LaunchAgent.&lt;/li&gt;
&lt;li&gt;Read the recent logs.&lt;/li&gt;
&lt;li&gt;Restart only the confirmed failing service.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The macOS launcher and web dashboard are paired with &lt;strong&gt;Flux Remote for iOS and Android&lt;/strong&gt;, so this first-pass diagnosis works away from the desk.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4j2qmy3cmbrw8834zxe6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4j2qmy3cmbrw8834zxe6.jpg" alt="Flux Remote" width="799" height="444"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Website: &lt;a href="https://flux.ct106.com/" rel="noopener noreferrer"&gt;https://flux.ct106.com/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Source and releases: &lt;a href="https://github.com/chentao1006/FluxMonitor" rel="noopener noreferrer"&gt;https://github.com/chentao1006/FluxMonitor&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;iOS: &lt;a href="https://apps.apple.com/app/flux-remote/id6761290185" rel="noopener noreferrer"&gt;https://apps.apple.com/app/flux-remote/id6761290185&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Android: &lt;a href="https://play.google.com/store/apps/details?id=com.ct106.flux_remote" rel="noopener noreferrer"&gt;https://play.google.com/store/apps/details?id=com.ct106.flux_remote&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Flux Monitor is MIT licensed. Optional public tunneling is for people who understand the exposure trade-off: use strong credentials and replace the default JWT secret before exposing a Mac to the public internet.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>devops</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
