<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Byrd Station Forums - Announcements]]></title>
		<link>https://forum.byrdstation.space/</link>
		<description><![CDATA[Byrd Station Forums - https://forum.byrdstation.space]]></description>
		<pubDate>Mon, 15 Jun 2026 12:23:02 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[New authentication server how-to]]></title>
			<link>https://forum.byrdstation.space/showthread.php?tid=1</link>
			<pubDate>Mon, 15 Jun 2026 10:09:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.byrdstation.space/member.php?action=profile&uid=1">LilithArson</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.byrdstation.space/showthread.php?tid=1</guid>
			<description><![CDATA[<span style="font-size: xx-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">For Players:</span></span><br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Standalone (Recommended)</span></span><ul class="mycode_list"><li>Go to <a href="https://playss14.com/" target="_blank" rel="noopener" class="mycode_url">https://playss14.com/</a><br />
</li>
<li>Go to the <span style="font-style: italic;" class="mycode_i">Download</span> page<br />
</li>
<li>Click <span style="font-style: italic;" class="mycode_i">Download Launcher</span> for your operating system.<br />
<span style="font-style: italic;" class="mycode_i">Make sure your launcher version is <span style="font-weight: bold;" class="mycode_b">0.38.0.0 or later</span></span><br />
<span style="font-style: italic;" class="mycode_i">Note that Flatpak and Steam launcher are currently not recommended and will require the workarounds below</span><br />
</li>
</ul>
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Steam Launcher/Flatpak</span></span><br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Auth</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">WINDOWS</span><ul class="mycode_list"><li>Completely close Steam AND your SS14 launcher (kill via Task Manager or Exit)<br />
</li>
<li>Open Command Prompt or the Windows Terminal.<br />
</li>
<li>Paste the following command and press enter: <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>setx SS14_LAUNCHER_OVERRIDE_AUTH "https://auth.playss14.com/"</code></div></div></li>
<li>Wait for a success message. Then reopen Steam.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">LINUX</span><ul class="mycode_list"><li>Open Steam<br />
</li>
<li>Edit the launch options for Space Station 14.<br />
</li>
<li>Set it to the following: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>SS14_LAUNCHER_OVERRIDE_AUTH=https://auth.playss14.com %command%</code></div></div></li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">FLATPAK</span><br />
Run the following command:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>flatpak override --user --env=SS14_LAUNCHER_OVERRIDE_AUTH=https://auth.playss14.com</code></div></div><span style="font-style: italic;" class="mycode_i">We also recommend pinning your flatpak version: <a href="https://www.man7.org/linux/man-pages/man1/flatpak-pin.1.html" target="_blank" rel="noopener" class="mycode_url">https://www.man7.org/linux/man-pages/man...pin.1.html</a></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Hub</span></span><br />
<span style="font-style: italic;" class="mycode_i">NOTE: Not needed if you're running version <span style="font-weight: bold;" class="mycode_b">0.38 or later</span> of the <span style="font-weight: bold;" class="mycode_b">standalone</span> launcher.</span><ul class="mycode_list"><li>First, you'll need to go into your launcher and access <span style="font-style: italic;" class="mycode_i">Options</span> on the bottom row. <br />
</li>
<li>In options find the <span style="font-style: italic;" class="mycode_i">Hub Settings</span> button and click it.<br />
</li>
<li>In the bottom left of the window that just opened, click the Plus button.<br />
</li>
<li>Paste: <span style="font-style: italic;" class="mycode_i">https://</span><span style="font-style: italic;" class="mycode_i">hub.playss14.com/</span> into the red text box that appears.<br />
</li>
<li>Click <span style="font-style: italic;" class="mycode_i">Done</span> on the bottom right.<br />
</li>
</ul>
<br />
<hr class="mycode_hr" />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">For Servers:</span></span><br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">How to connect your server to Wizden Auth and Hub</span></span><br />
<br />
<ol type="1" class="mycode_list"><li>Open up the <span style="font-style: italic;" class="mycode_i">server_config.toml</span> located in the root folder of your SS14 server.<br />
</li>
<li>Find <span style="font-style: italic;" class="mycode_i">[hub]</span> and change <span style="font-style: italic;" class="mycode_i">hub_urls</span> to this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>hub_urls="https://hub.playss14.com/"</code></div></div></li>
<li>Find <span style="font-style: italic;" class="mycode_i">[auth]</span> and change <span style="font-style: italic;" class="mycode_i">server</span> to: <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>server="https://auth.playss14.com/"</code></div></div>Remember to uncomment it as well! Delete the <span style="font-style: italic;" class="mycode_i">#</span> at the start of the line.<br />
</li>
</ol>
]]></description>
			<content:encoded><![CDATA[<span style="font-size: xx-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">For Players:</span></span><br />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Standalone (Recommended)</span></span><ul class="mycode_list"><li>Go to <a href="https://playss14.com/" target="_blank" rel="noopener" class="mycode_url">https://playss14.com/</a><br />
</li>
<li>Go to the <span style="font-style: italic;" class="mycode_i">Download</span> page<br />
</li>
<li>Click <span style="font-style: italic;" class="mycode_i">Download Launcher</span> for your operating system.<br />
<span style="font-style: italic;" class="mycode_i">Make sure your launcher version is <span style="font-weight: bold;" class="mycode_b">0.38.0.0 or later</span></span><br />
<span style="font-style: italic;" class="mycode_i">Note that Flatpak and Steam launcher are currently not recommended and will require the workarounds below</span><br />
</li>
</ul>
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Steam Launcher/Flatpak</span></span><br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Auth</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">WINDOWS</span><ul class="mycode_list"><li>Completely close Steam AND your SS14 launcher (kill via Task Manager or Exit)<br />
</li>
<li>Open Command Prompt or the Windows Terminal.<br />
</li>
<li>Paste the following command and press enter: <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>setx SS14_LAUNCHER_OVERRIDE_AUTH "https://auth.playss14.com/"</code></div></div></li>
<li>Wait for a success message. Then reopen Steam.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">LINUX</span><ul class="mycode_list"><li>Open Steam<br />
</li>
<li>Edit the launch options for Space Station 14.<br />
</li>
<li>Set it to the following: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>SS14_LAUNCHER_OVERRIDE_AUTH=https://auth.playss14.com %command%</code></div></div></li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">FLATPAK</span><br />
Run the following command:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>flatpak override --user --env=SS14_LAUNCHER_OVERRIDE_AUTH=https://auth.playss14.com</code></div></div><span style="font-style: italic;" class="mycode_i">We also recommend pinning your flatpak version: <a href="https://www.man7.org/linux/man-pages/man1/flatpak-pin.1.html" target="_blank" rel="noopener" class="mycode_url">https://www.man7.org/linux/man-pages/man...pin.1.html</a></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Hub</span></span><br />
<span style="font-style: italic;" class="mycode_i">NOTE: Not needed if you're running version <span style="font-weight: bold;" class="mycode_b">0.38 or later</span> of the <span style="font-weight: bold;" class="mycode_b">standalone</span> launcher.</span><ul class="mycode_list"><li>First, you'll need to go into your launcher and access <span style="font-style: italic;" class="mycode_i">Options</span> on the bottom row. <br />
</li>
<li>In options find the <span style="font-style: italic;" class="mycode_i">Hub Settings</span> button and click it.<br />
</li>
<li>In the bottom left of the window that just opened, click the Plus button.<br />
</li>
<li>Paste: <span style="font-style: italic;" class="mycode_i">https://</span><span style="font-style: italic;" class="mycode_i">hub.playss14.com/</span> into the red text box that appears.<br />
</li>
<li>Click <span style="font-style: italic;" class="mycode_i">Done</span> on the bottom right.<br />
</li>
</ul>
<br />
<hr class="mycode_hr" />
<br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">For Servers:</span></span><br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">How to connect your server to Wizden Auth and Hub</span></span><br />
<br />
<ol type="1" class="mycode_list"><li>Open up the <span style="font-style: italic;" class="mycode_i">server_config.toml</span> located in the root folder of your SS14 server.<br />
</li>
<li>Find <span style="font-style: italic;" class="mycode_i">[hub]</span> and change <span style="font-style: italic;" class="mycode_i">hub_urls</span> to this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>hub_urls="https://hub.playss14.com/"</code></div></div></li>
<li>Find <span style="font-style: italic;" class="mycode_i">[auth]</span> and change <span style="font-style: italic;" class="mycode_i">server</span> to: <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>server="https://auth.playss14.com/"</code></div></div>Remember to uncomment it as well! Delete the <span style="font-style: italic;" class="mycode_i">#</span> at the start of the line.<br />
</li>
</ol>
]]></content:encoded>
		</item>
	</channel>
</rss>