<?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://d8f649ee.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://d8f649ee.posternproxydocs.pages.dev/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Installation</title><link>https://d8f649ee.posternproxydocs.pages.dev/getting-started/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://d8f649ee.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: building Caddy with required plugins, creating system users, configuring systemd, UFW, fail2ban, and unattended-upgrades.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1 — Build the binary&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On your development machine (or CI), run:&lt;/p&gt;</description></item><item><title>Quick Start</title><link>https://d8f649ee.posternproxydocs.pages.dev/getting-started/quick-start/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://d8f649ee.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 the service logs. 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;journalctl -u posternproxy --no-pager | grep -A5 &lt;span style="color:#a5d6ff"&gt;&amp;#34;INITIAL SETUP&amp;#34;&lt;/span&gt;&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></channel></rss>