<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Self-Hosting on emsenn.net</title>
    <link>https://emsenn.net/tags/self-hosting/</link>
    <description>Recent content in Self-Hosting on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 03 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/self-hosting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Compute Infrastructure for Small Organizations</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/software-engineering/texts/compute-infrastructure-for-small-organizations/</link>
      <pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/software-engineering/texts/compute-infrastructure-for-small-organizations/</guid>
      <description>&lt;p&gt;A small organization building a software system faces an&#xA;infrastructure question that larger organizations can defer to&#xA;specialized teams: where does the system run? The answer determines&#xA;cost, operational burden, scaling path, and the degree of control&#xA;the organization retains over its own systems. This text surveys&#xA;the real options as of 2026, with documented pricing and&#xA;practitioner-reported tradeoffs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;virtual-private-servers&#34;&gt;&lt;a href=&#34;#virtual-private-servers&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Virtual private servers&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;A virtual private server (VPS) is a virtual machine rented from a&#xA;hosting provider, accessed via SSH, with full root control. It is&#xA;the most common starting point for small teams.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Companion Tools for OpenClaw, March 2026</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/companion-tools-for-openclaw-march-2026/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/companion-tools-for-openclaw-march-2026/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;&lt;a href=&#34;#purpose&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Purpose&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This text surveys the tools that most often recur around OpenClaw in&#xA;current official documentation and practical guide material as of March&#xA;9, 2026. The source base does not support exact usage counts, so&#xA;&amp;ldquo;often used&amp;rdquo; here means recurring companions in the current OpenClaw&#xA;ecosystem rather than measured market share.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-the-tool-stack-reveals&#34;&gt;&lt;a href=&#34;#what-the-tool-stack-reveals&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;What the tool stack reveals&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The current OpenClaw ecosystem is converging on a distinctive practice.&#xA;OpenClaw itself stays as the long-running control plane, memory layer,&#xA;and multi-channel agent surface. Specialized work is pushed outward:&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Gateway</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-gateway/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-gateway/</guid>
      <description>&lt;p&gt;The OpenClaw Gateway is the long-running control-plane process in an&#xA;OpenClaw deployment. It coordinates sessions, channels, tools,&#xA;configuration, routing, and web interfaces while the assistant remains&#xA;the user-facing product surface.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The Gateway gives OpenClaw a persistent runtime. It keeps the assistant&#xA;reachable through chat channels, the Control UI, WebChat, and paired&#xA;device surfaces without reducing the system to a single interactive&#xA;terminal session.&lt;/p&gt;&#xA;&lt;h2 id=&#34;trust-boundary&#34;&gt;&lt;a href=&#34;#trust-boundary&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Trust boundary&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw&amp;rsquo;s security model treats the Gateway as a trusted operator&#xA;boundary, not as a hostile multi-tenant service. Within one Gateway&#xA;instance, authenticated control-plane access carries authority over the&#xA;configured agents, sessions, and policies in that deployment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Node</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-node/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-node/</guid>
      <description>&lt;p&gt;An OpenClaw node is a paired device surface that exposes host-local&#xA;capabilities to an OpenClaw Gateway. Nodes let the assistant act&#xA;through device-specific interfaces such as voice, camera, screen&#xA;capture, notifications, and host-local command execution.&lt;/p&gt;&#xA;&lt;h2 id=&#34;pairing-model&#34;&gt;&lt;a href=&#34;#pairing-model&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Pairing model&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw documents node pairing as an operator-approved connection to a&#xA;Gateway. Once paired, node actions are treated as trusted operator&#xA;actions on that device rather than as requests from an untrusted&#xA;external sender.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Summary, March 2026</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-summary-march-2026/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-summary-march-2026/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;&lt;a href=&#34;#purpose&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Purpose&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This text surveys OpenClaw as of March 9, 2026. OpenClaw is a&#xA;self-hosted personal AI assistant platform organized around a&#xA;persistent &lt;a href=&#34;../terms/openclaw-gateway.md&#34; class=&#34;link-internal&#34;&gt;OpenClaw Gateway&lt;/a&gt; that&#xA;exposes one assistant across the channels and devices a user already&#xA;uses.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-openclaw-is&#34;&gt;&lt;a href=&#34;#what-openclaw-is&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;What OpenClaw is&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;https://github.com/openclaw/openclaw&#34; class=&#34;link-external&#34;&gt;OpenClaw&lt;/a&gt; repository&#xA;describes the project as a personal AI assistant that runs on the&#xA;user&amp;rsquo;s own devices. The README&amp;rsquo;s central claim is that the Gateway is&#xA;only the control plane. The product is the assistant itself: an&#xA;always-available agent that can answer through messaging platforms,&#xA;web chat, and companion apps.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using OpenClaw on Windows, March 2026</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/using-openclaw-on-windows-march-2026/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/using-openclaw-on-windows-march-2026/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;&lt;a href=&#34;#purpose&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Purpose&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This text collects practical advice for using OpenClaw on Windows as of&#xA;March 9, 2026. The source base combines official OpenClaw&#xA;documentation with two independent guides that contain operational&#xA;advice rather than only product description.&lt;/p&gt;&#xA;&lt;h2 id=&#34;baseline-treat-windows-as-a-wsl2-host&#34;&gt;&lt;a href=&#34;#baseline-treat-windows-as-a-wsl2-host&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Baseline: treat Windows as a WSL2 host&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official OpenClaw guidance is consistent: on Windows, run OpenClaw&#xA;through WSL2, with Ubuntu recommended. The Windows page states that&#xA;native Windows installs are untested and more problematic, while the&#xA;CLI and Gateway are expected to run inside Linux.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
