<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting Started on PosternProxy Documentation</title><link>https://a2b8d36c.posternproxydocs.pages.dev/getting-started/</link><description>Recent content in Getting Started on PosternProxy Documentation</description><generator>Hugo</generator><language>en-US</language><atom:link href="https://a2b8d36c.posternproxydocs.pages.dev/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Installation</title><link>https://a2b8d36c.posternproxydocs.pages.dev/getting-started/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://a2b8d36c.posternproxydocs.pages.dev/getting-started/installation/</guid><description>&lt;h1 id="installation"&gt;Installation&lt;a class="anchor" href="#installation"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;PosternProxy installs directly on Debian 11/12 or Ubuntu 22.04/24.04. No Docker required.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;a class="anchor" href="#prerequisites"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A fresh Debian or Ubuntu server with root access&lt;/li&gt;
&lt;li&gt;Ports 80, 443, and 81 open in your firewall&lt;/li&gt;
&lt;li&gt;A domain or IP for the management UI&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="automated-install"&gt;Automated install&lt;a class="anchor" href="#automated-install"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The install script handles everything: installing the bundled Caddy, creating system users, configuring systemd, UFW, fail2ban, and unattended-upgrades.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1 — Download the release binaries&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download the latest release from the
&lt;a href="https://github.com/PosternProxy/PosternProxy/releases/"&gt;GitHub releases page&lt;/a&gt;.
Each release provides three binaries for your server&amp;rsquo;s architecture (&lt;code&gt;amd64&lt;/code&gt; for
most servers, &lt;code&gt;arm64&lt;/code&gt; for ARM):&lt;/p&gt;</description></item><item><title>Quick Start</title><link>https://a2b8d36c.posternproxydocs.pages.dev/getting-started/quick-start/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://a2b8d36c.posternproxydocs.pages.dev/getting-started/quick-start/</guid><description>&lt;h1 id="quick-start"&gt;Quick Start&lt;a class="anchor" href="#quick-start"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;This guide walks you through the most common first-day tasks after installation.&lt;/p&gt;
&lt;h2 id="1-log-in-and-change-the-default-password"&gt;1. Log in and change the default password&lt;a class="anchor" href="#1-log-in-and-change-the-default-password"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Open &lt;code&gt;http://&amp;lt;server-ip&amp;gt;:81&lt;/code&gt; in your browser.&lt;/p&gt;
&lt;!-- TODO: Screenshot — login page --&gt;
&lt;p&gt;On first boot, PosternProxy generates a random admin password and prints it to its log file. Retrieve it before logging in:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#e6edf3;background-color:#0d1117;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;grep -A6 &lt;span style="color:#a5d6ff"&gt;&amp;#34;INITIAL SETUP&amp;#34;&lt;/span&gt; /var/log/posternproxy/posternproxy.log&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Log in with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;code&gt;admin@posternproxy.local&lt;/code&gt; (or the value of &lt;code&gt;POSTERNPROXY_ADMIN_EMAIL&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Password:&lt;/strong&gt; the generated password from the startup banner above&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Immediately navigate to &lt;strong&gt;Users → (your account) → Change Password&lt;/strong&gt; and set a strong password.&lt;/p&gt;</description></item><item><title>Building from Source</title><link>https://a2b8d36c.posternproxydocs.pages.dev/getting-started/building-from-source/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://a2b8d36c.posternproxydocs.pages.dev/getting-started/building-from-source/</guid><description>&lt;h1 id="building-from-source"&gt;Building from Source&lt;a class="anchor" href="#building-from-source"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Pre-built binaries are published on the
&lt;a href="https://github.com/PosternProxy/PosternProxy/releases/"&gt;GitHub releases page&lt;/a&gt; and
are the recommended way to install — see &lt;a href="https://a2b8d36c.posternproxydocs.pages.dev/getting-started/installation/"&gt;Installation&lt;/a&gt;.
Build from source only if you want to run unreleased changes or target an
architecture that isn&amp;rsquo;t published.&lt;/p&gt;
&lt;p&gt;Build on a development machine or CI, &lt;strong&gt;not&lt;/strong&gt; on the production server — this keeps
the Go toolchain off production. The build produces three &lt;strong&gt;Linux&lt;/strong&gt; binaries:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Binary&lt;/th&gt;
					&lt;th&gt;Purpose&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;posternproxy&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;The controller (management UI + API, with the frontend embedded)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;posternproxy-agent&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;The remote agent&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;caddy&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;A custom Caddy build with the L4 and rate-limit plugins&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Requirements:&lt;/strong&gt; Go 1.25+ and Node.js 20+ (with npm).&lt;/p&gt;</description></item></channel></rss>