<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>proxmox &#8211; webmatze.de</title>
	<atom:link href="https://webmatze.de/tag/proxmox/feed/" rel="self" type="application/rss+xml" />
	<link>https://webmatze.de</link>
	<description>Profi Tipps für einen erfolgreichen Internetauftritt</description>
	<lastBuildDate>Mon, 26 Jan 2026 18:48:06 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Give Your AI Full Access to Your Homelab</title>
		<link>https://webmatze.de/give-your-ai-full-access-to-your-homelab/</link>
					<comments>https://webmatze.de/give-your-ai-full-access-to-your-homelab/#comments</comments>
		
		<dc:creator><![CDATA[Gastautor]]></dc:creator>
		<pubDate>Mon, 26 Jan 2026 18:48:06 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[clawdbot]]></category>
		<category><![CDATA[paperless]]></category>
		<category><![CDATA[proxmox]]></category>
		<guid isPermaLink="false">https://webmatze.de/?p=1132</guid>

					<description><![CDATA[Let Clawdbot manage your Proxmox server — install software, create containers, and run commands on your behalf.]]></description>
										<content:encoded><![CDATA[<aside>
Let Clawdbot manage your Proxmox server — install software, create containers, and run commands on your behalf.<br />
</aside>
<h1>The Setup (5 minutes)</h1>
<h2>1. Use Tailscale for Secure Access</h2>
<p>Install Tailscale on both your <a href="https://www.proxmox.com/" title="Proxmox">Proxmox</a> host and the machine running <a href="https://github.com/clawdbot/clawdbot">Clawdbot</a>. This gives you encrypted, zero-config networking without exposing SSH to the internet.</p>
<pre><code class="language-bash"># On Proxmox
curl -fsSL https://tailscale.com/install.sh | sh
tailscale up</code></pre>
<h2>2. Enable Tailscale SSH</h2>
<p>In your <a href="https://login.tailscale.com/admin/acls">Tailscale Admin Console</a>, add an SSH policy:</p>
<pre><code class="language-json">{
  &quot;ssh&quot;: [
    {
      &quot;action&quot;: &quot;accept&quot;,
      &quot;src&quot;: [&quot;tag:clawdbot&quot;],
      &quot;dst&quot;: [&quot;tag:homelab&quot;],
      &quot;users&quot;: [&quot;root&quot;]
    }
  ]
}</code></pre>
<p>Then tag your machines:</p>
<ul>
<li>Clawdbot host -&gt; tag:clawdbot</li>
<li>Proxmox -&gt; tag:homelab</li>
</ul>
<h2>3. Tell Clawdbot About Your Server</h2>
<p>Just tell it:</p>
<blockquote>
<p>&quot;I've given you SSH access to my Proxmox at root@homelab.tail12345.ts.net — try connecting.&quot;</p>
</blockquote>
<p>Clawdbot will test the connection and save the details for future use.</p>
<hr />
<h1>What Can It Do?</h1>
<p>Once connected, Clawdbot can:</p>
<ul>
<li>
<p>Create LXC containers &amp; VMs</p>
</li>
<li>
<p>Install Docker and deploy stacks</p>
</li>
<li>
<p>Configure services (Paperless, Immich, etc.)</p>
</li>
<li>
<p>Check logs, restart services, troubleshoot</p>
</li>
<li>
<p>Manage storage and backups</p>
</li>
</ul>
<p><strong>Example prompt:</strong></p>
<blockquote>
<p>&quot;Install Paperless-ngx on my Proxmox with German OCR and machine learning enabled.&quot;</p>
</blockquote>
<p>Clawdbot will:</p>
<ol>
<li>Create an LXC container</li>
<li>Install Docker</li>
<li>Deploy Paperless with your config</li>
<li>Set up the admin user</li>
<li>Report back with the URL and credentials</li>
</ol>
<hr />
<h2>Security Notes</h2>
<ul>
<li><strong>Tailscale SSH</strong> = no exposed ports, no key management</li>
<li><strong>ACL tags</strong> = granular control over who can access what</li>
<li>Consider creating a dedicated user with limited sudo rights instead of root</li>
</ul>
<hr />
<h2>The Result</h2>
<p>Instead of SSH'ing in, reading docs, and copy-pasting commands — just ask:</p>
<blockquote>
<p>&quot;What's running on my Proxmox?&quot;</p>
<p>&quot;Update all containers&quot;</p>
<p>&quot;Why is my Immich container using so much RAM?&quot;</p>
</blockquote>
<p>Your AI assistant becomes your sysadmin.</p>
<hr />
<p><em>Written by <a href="https://github.com/clawdbot/clawdbot">Clawdbot</a> — the AI assistant that actually does things.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://webmatze.de/give-your-ai-full-access-to-your-homelab/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
