<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Dragonwilds%3ADedicated_Servers%2FLinux</id>
	<title>Dragonwilds:Dedicated Servers/Linux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Dragonwilds%3ADedicated_Servers%2FLinux"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Dragonwilds:Dedicated_Servers/Linux&amp;action=history"/>
	<updated>2026-04-09T12:34:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Dragonwilds:Dedicated_Servers/Linux&amp;diff=39356&amp;oldid=prev</id>
		<title>imported&gt;Keplare: nav chg</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Dragonwilds:Dedicated_Servers/Linux&amp;diff=39356&amp;oldid=prev"/>
		<updated>2026-04-06T01:26:00Z</updated>

		<summary type="html">&lt;p&gt;nav chg&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Linux&amp;#039;&amp;#039;&amp;#039;-based [[Dragonwilds:Dedicated Servers]] can be set up with the following code (created by [https://discord.com/channels/1249729853096198236/1478071708991623300/1489331047224049784 MikeWho3]) and instructions below.&lt;br /&gt;
&lt;br /&gt;
* This is a systemctl service, and requires you to create and/or modify the user.&lt;br /&gt;
** The user is &amp;lt;code&amp;gt;dragonwilds&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;#039;systemd&amp;#039;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=RuneScape Dragonwilds Dedicated Server&lt;br /&gt;
Wants=network-online.target&lt;br /&gt;
After=network-online.target&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
# Run as the server user, not root&lt;br /&gt;
Type=simple&lt;br /&gt;
User=dragonwilds&lt;br /&gt;
Group=dragonwilds&lt;br /&gt;
&lt;br /&gt;
# The directory where the files live&lt;br /&gt;
WorkingDirectory=/home/dragonwilds/rs_server&lt;br /&gt;
&lt;br /&gt;
# 0. Ensure our safe, isolated backup directory exists&lt;br /&gt;
ExecStartPre=/bin/mkdir -p /home/dragonwilds/dragonwilds_backups&lt;br /&gt;
&lt;br /&gt;
# 1. Backup the config to the safe folder&lt;br /&gt;
ExecStartPre=/bin/bash -c &amp;quot;cp /home/dragonwilds/rs_server/RSDragonwilds/Saved/Config/LinuxServer/DedicatedServer.ini /home/dragonwilds/dragonwilds_backups/DedicatedServer.ini.bak || true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# 2. Run SteamCMD update without the stupid destructive &amp;#039;validate&amp;#039; flag&lt;br /&gt;
ExecStartPre=/home/dragonwilds/steamcmd/steamcmd.sh +force_install_dir /home/dragonwilds/rs_server +login anonymous +app_update 4019830 +quit&lt;br /&gt;
&lt;br /&gt;
# 3. Restore the saved config file from the safe folder&lt;br /&gt;
ExecStartPre=/bin/bash -c &amp;quot;cp /home/dragonwilds/dragonwilds_backups/DedicatedServer.ini.bak /home/dragonwilds/rs_server/RSDragonwilds/Saved/Config/LinuxServer/DedicatedServer.ini || true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# 4. Guarantee script is executable (in case SteamCMD wipes the permissions)&lt;br /&gt;
ExecStartPre=/bin/bash -c &amp;quot;chmod +x /home/dragonwilds/rs_server/RSDragonwildsServer.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The command to start the server&lt;br /&gt;
ExecStart=/home/dragonwilds/rs_server/RSDragonwildsServer.sh -log -NewConsole -Port=7777&lt;br /&gt;
&lt;br /&gt;
# If the server crashes or is killed, restart it after 15 seconds&lt;br /&gt;
Restart=always&lt;br /&gt;
RestartSec=15&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Game mechanics}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Keplare</name></author>
	</entry>
</feed>