<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.unitystation.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyBot</id>
	<title>Unitystation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.unitystation.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyBot"/>
	<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php/Special:Contributions/FuzzyBot"/>
	<updated>2026-05-31T14:55:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Host_a_Server/en&amp;diff=1093</id>
		<title>Host a Server/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Host_a_Server/en&amp;diff=1093"/>
		<updated>2024-05-05T03:07:49Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;Languages /&amp;gt;&lt;br /&gt;
So you want to host a Unitystation server? That&#039;s awesome! Let me guide you through the process step-by-step in this article. There are several options for hosting your server, so make sure to jump to the section that best fits your situation.&#039;&#039;&#039;[[Category:Technical Guides]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Appearing in the Server List ==&lt;br /&gt;
Currently, Unitystation staff manually curates the server list to ensure that all servers listed are safe for players. While we are working on enabling anyone to appear on the server list in the future, we must ensure that any risks associated with that openness are mitigated to prevent possible malicious attacks that may affect our players. If you would like to be whitelisted, please contact us on our Discord server.&lt;br /&gt;
&lt;br /&gt;
== I Just Want to Play With Friends ==&lt;br /&gt;
Good news, it&#039;s pretty easy to set up! The Unitystation client doubles as a server, so you can host and play using a single instance of the game on your own computer.&lt;br /&gt;
&lt;br /&gt;
To do this, you&#039;ll need to make sure you&#039;ve opened &#039;&#039;&#039;7777&#039;&#039;&#039; port on your router to allow incoming connections. The specific steps to achieve this depend on your router brand, among other factors, so you&#039;ll need to do some googling. Try searching for &amp;quot;Portforwarding [YOUR ROUTER BRAND]&amp;quot; to get started.&lt;br /&gt;
&lt;br /&gt;
After the port forwarding is done, just follow these steps:&lt;br /&gt;
&lt;br /&gt;
====== Run [[StationHub Launcher]] ======&lt;br /&gt;
[[File:Host server 1 1.png|center]]&lt;br /&gt;
&lt;br /&gt;
====== Go to Installations tab ======&lt;br /&gt;
From here you can run any version of the game you have downloaded without joining a server. If your installations tab is empty, try joining a server first to get their version of the game or manually find the version you want from our CDN following this pattern: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;https://unitystationfile.b-cdn.net/UnityStationDevelop/{PLATFORM}/{VERSION&amp;lt;/nowiki&amp;gt; NUMBER}.zip&#039;&#039;&#039; where {&#039;&#039;&#039;PLATFORM&#039;&#039;&#039;} can be one of &amp;quot;&#039;&#039;&#039;linuxserver&#039;&#039;&#039;&amp;quot;, &amp;quot;&#039;&#039;&#039;StandaloneLinux64&#039;&#039;&#039;&amp;quot;, &amp;quot;&#039;&#039;&#039;StandaloneOSX&#039;&#039;&#039;&amp;quot; or &amp;quot;&#039;&#039;&#039;StandaloneWindows64&#039;&#039;&#039;&amp;quot;. We apologize for any inconvenience caused by the current distribution method, but we plan to improve it for servers in the future.&lt;br /&gt;
&lt;br /&gt;
Click on &#039;&#039;&#039;Launch&#039;&#039;&#039; on the selected version of the game.&lt;br /&gt;
[[File:Host server 1 2.png|center|asdsd]]&lt;br /&gt;
&lt;br /&gt;
====== Once inside the game ======&lt;br /&gt;
Simply click on &#039;&#039;&#039;HOST&#039;&#039;&#039; and that&#039;s it! Yeah, really! Now you just need to give your friends your &#039;&#039;&#039;public IP&#039;&#039;&#039; and make them launch the game following steps I to II but choose  &#039;&#039;&#039;JOIN&#039;&#039;&#039; instead in the third step and fill in the given &#039;&#039;&#039;public IP&#039;&#039;&#039; and the 7777 port.&lt;br /&gt;
[[File:Host server 1 3.png|center]]&lt;br /&gt;
&lt;br /&gt;
== I Want to Host a Dedicated Server ==&lt;br /&gt;
Hosting a dedicated server is also straightforward. Technically, you can just use whatever version you downloaded and run it with the &#039;&#039;&#039;--nographics&#039;&#039;&#039; argument. However, the preferred method, and the one we&#039;ll be discussing in this article, is using &#039;&#039;&#039;Docker&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[https://www.docker.com/ Docker] is a platform for running applications in containers, which makes it easy to manage and deploy your server. We will be also including an optional step in this guide to have a web graphical interface so you can manage your server with even more ease!&lt;br /&gt;
&lt;br /&gt;
====== Download and Install Docker ======&lt;br /&gt;
You can get Docker from its [https://docs.docker.com/engine/install/ official website]. The [https://docs.docker.com/engine/install/ubuntu/ Ubuntu installation guide] is pretty good as well, so you can use that if it is your server distribution or use it as a starter.&lt;br /&gt;
&lt;br /&gt;
====== Use a Docker Compose file ======&lt;br /&gt;
These configuration files make it easy to download, run, and publish any application distributed as a Docker image. To get started create a &#039;&#039;&#039;docker-compose.yml&#039;&#039;&#039; file somewhere in your server. Use the following simple example as a guide for yours:&amp;lt;syntaxhighlight lang=&amp;quot;yaml&amp;quot; line=&amp;quot;1&amp;quot; start=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
version: &amp;quot;3.7&amp;quot;&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  unitystation:&lt;br /&gt;
    image: unitystation/unitystation:stable&lt;br /&gt;
    ports:&lt;br /&gt;
      - 7777:7777/udp&lt;br /&gt;
      - 7777:7777/tcp&lt;br /&gt;
      - 7778:7778/tcp&lt;br /&gt;
    environment:&lt;br /&gt;
      SERVER_NAME: Unitystation - EU02 Staging&lt;br /&gt;
      HUB_USERNAME: YOUR_USERNAME&lt;br /&gt;
      HUB_PASSWORD: YOUR_PASSWORD&lt;br /&gt;
    labels:&lt;br /&gt;
      - io.portainer.accesscontrol.public&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /root/staging/admin:/server/Unitystation_Data/StreamingAssets/admin&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Don&#039;t let it intimidate you, we will explain now what matters the most in there.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;image&#039;&#039;&#039; key determines what version of the game will be used. You can replace &#039;&#039;&#039;stable&#039;&#039;&#039; with a build number if you want to use a specific version or leave it as &#039;&#039;&#039;stable&#039;&#039;&#039; to be on the latest available version. If you want to be on the absolute latest version, on par with our [[Staging Servers]], you can use &#039;&#039;&#039;develop&#039;&#039;&#039; instead. Find all the versions we have published so far on our [https://hub.docker.com/repository/docker/unitystation/unitystation/general Docker Hub page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if you do have hub credentials provided by [[User:Gilles|Gilles]] over Discord ([[Host a Server#Appearing in the Server List|see above to read about it]]), you can set the following environmental variables in your docker-.compose file:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SERVER_NAME&#039;&#039;&#039; is how your server will be displayed in the server list.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HUB_USERNAME&#039;&#039;&#039; you provided while interviewed to be whitelisted on Discord.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HUB_PASSWORD&#039;&#039;&#039; is the token you got back in the same interview.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;labels&#039;&#039;&#039; key is to give Portainer control over this container. Learn about Portainer in the next optional step.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;volumes&#039;&#039;&#039; mounts folders and files in your filesystem to the container. This will allow the containerised game to store persistent information, such as config files, admins, whitelist, bans, etc.There are many files you might be interested in mounting and we will expand on them later on this guide.&lt;br /&gt;
&lt;br /&gt;
====== Running the server ======&lt;br /&gt;
From the same folder as your &#039;&#039;&#039;docker-compose.yml&#039;&#039;&#039; file, run the following command:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
docker compose up -d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;This command will download everything you need, run and publish the server! You will be able to join it as soon as the server is done loading.&lt;br /&gt;
&lt;br /&gt;
If you want to stop the server, you can use&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
docker compose down&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Pretty simple, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
====== Installing Portainer ======&lt;br /&gt;
Portainer is another container that will host a web interface to manage your containers. From here you can easily start, stop, update your Unitystation servers just by clicking buttons.&lt;br /&gt;
&lt;br /&gt;
To install Portainer, read their [https://docs.portainer.io/start/install-ce/server/docker/linux official guide]. By the end, you will have a graphical interface that looks like this:&lt;br /&gt;
[[File:Host a server 1 4.png|center]]&lt;br /&gt;
Pretty convenient, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
====== Further managing your server ======&lt;br /&gt;
At this point, you should have a running server and be able to join it. If you experience any issue, don&#039;t hesitate to ask on our discord help or developer channel.&lt;br /&gt;
&lt;br /&gt;
Now you possibly want to further manage your server, change config files, add admins, etc. Please refer to [[Manage Your Server|the following page to read more about it]].&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/27/en&amp;diff=1092</id>
		<title>Translations:Host a Server/27/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/27/en&amp;diff=1092"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Now you possibly want to further manage your server, change config files, add admins, etc. Please refer to [[Manage Your Server|the following page to read more about it]].&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/26/en&amp;diff=1091</id>
		<title>Translations:Host a Server/26/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/26/en&amp;diff=1091"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Further managing your server ======&lt;br /&gt;
At this point, you should have a running server and be able to join it. If you experience any issue, don&#039;t hesitate to ask on our discord help or developer channel.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/25/en&amp;diff=1090</id>
		<title>Translations:Host a Server/25/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/25/en&amp;diff=1090"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install Portainer, read their [https://docs.portainer.io/start/install-ce/server/docker/linux official guide]. By the end, you will have a graphical interface that looks like this:&lt;br /&gt;
[[File:Host a server 1 4.png|center]]&lt;br /&gt;
Pretty convenient, isn&#039;t it?&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/24/en&amp;diff=1089</id>
		<title>Translations:Host a Server/24/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/24/en&amp;diff=1089"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Installing Portainer ======&lt;br /&gt;
Portainer is another container that will host a web interface to manage your containers. From here you can easily start, stop, update your Unitystation servers just by clicking buttons.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/23/en&amp;diff=1088</id>
		<title>Translations:Host a Server/23/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/23/en&amp;diff=1088"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to stop the server, you can use&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
docker compose down&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Pretty simple, isn&#039;t it?&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/22/en&amp;diff=1087</id>
		<title>Translations:Host a Server/22/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/22/en&amp;diff=1087"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Running the server ======&lt;br /&gt;
From the same folder as your &#039;&#039;&#039;docker-compose.yml&#039;&#039;&#039; file, run the following command:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
docker compose up -d&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;This command will download everything you need, run and publish the server! You will be able to join it as soon as the server is done loading.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/21/en&amp;diff=1086</id>
		<title>Translations:Host a Server/21/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/21/en&amp;diff=1086"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;volumes&#039;&#039;&#039; mounts folders and files in your filesystem to the container. This will allow the containerised game to store persistent information, such as config files, admins, whitelist, bans, etc.There are many files you might be interested in mounting and we will expand on them later on this guide.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/20/en&amp;diff=1085</id>
		<title>Translations:Host a Server/20/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/20/en&amp;diff=1085"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;labels&#039;&#039;&#039; key is to give Portainer control over this container. Learn about Portainer in the next optional step.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/19/en&amp;diff=1084</id>
		<title>Translations:Host a Server/19/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/19/en&amp;diff=1084"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;HUB_PASSWORD&#039;&#039;&#039; is the token you got back in the same interview.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/18/en&amp;diff=1083</id>
		<title>Translations:Host a Server/18/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/18/en&amp;diff=1083"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;HUB_USERNAME&#039;&#039;&#039; you provided while interviewed to be whitelisted on Discord.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/17/en&amp;diff=1082</id>
		<title>Translations:Host a Server/17/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/17/en&amp;diff=1082"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;SERVER_NAME&#039;&#039;&#039; is how your server will be displayed in the server list.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/16/en&amp;diff=1081</id>
		<title>Translations:Host a Server/16/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/16/en&amp;diff=1081"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;if you do have hub credentials provided by [[User:Gilles|Gilles]] over Discord ([[Host a Server#Appearing in the Server List|see above to read about it]]), you can set the following environmental variables in your docker-.compose file:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/15/en&amp;diff=1080</id>
		<title>Translations:Host a Server/15/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/15/en&amp;diff=1080"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;image&#039;&#039;&#039; key determines what version of the game will be used. You can replace &#039;&#039;&#039;stable&#039;&#039;&#039; with a build number if you want to use a specific version or leave it as &#039;&#039;&#039;stable&#039;&#039;&#039; to be on the latest available version. If you want to be on the absolute latest version, on par with our [[Staging Servers]], you can use &#039;&#039;&#039;develop&#039;&#039;&#039; instead. Find all the versions we have published so far on our [https://hub.docker.com/repository/docker/unitystation/unitystation/general Docker Hub page]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/14/en&amp;diff=1079</id>
		<title>Translations:Host a Server/14/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/14/en&amp;diff=1079"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;services:&lt;br /&gt;
  unitystation:&lt;br /&gt;
    image: unitystation/unitystation:stable&lt;br /&gt;
    ports:&lt;br /&gt;
      - 7777:7777/udp&lt;br /&gt;
      - 7777:7777/tcp&lt;br /&gt;
      - 7778:7778/tcp&lt;br /&gt;
    environment:&lt;br /&gt;
      SERVER_NAME: Unitystation - EU02 Staging&lt;br /&gt;
      HUB_USERNAME: YOUR_USERNAME&lt;br /&gt;
      HUB_PASSWORD: YOUR_PASSWORD&lt;br /&gt;
    labels:&lt;br /&gt;
      - io.portainer.accesscontrol.public&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /root/staging/admin:/server/Unitystation_Data/StreamingAssets/admin&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Don&#039;t let it intimidate you, we will explain now what matters the most in there.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/13/en&amp;diff=1078</id>
		<title>Translations:Host a Server/13/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/13/en&amp;diff=1078"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Use a Docker Compose file ======&lt;br /&gt;
These configuration files make it easy to download, run, and publish any application distributed as a Docker image. To get started create a &#039;&#039;&#039;docker-compose.yml&#039;&#039;&#039; file somewhere in your server. Use the following simple example as a guide for yours:&amp;lt;syntaxhighlight lang=&amp;quot;yaml&amp;quot; line=&amp;quot;1&amp;quot; start=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
version: &amp;quot;3.7&amp;quot;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/12/en&amp;diff=1077</id>
		<title>Translations:Host a Server/12/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/12/en&amp;diff=1077"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Download and Install Docker ======&lt;br /&gt;
You can get Docker from its [https://docs.docker.com/engine/install/ official website]. The [https://docs.docker.com/engine/install/ubuntu/ Ubuntu installation guide] is pretty good as well, so you can use that if it is your server distribution or use it as a starter.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/11/en&amp;diff=1076</id>
		<title>Translations:Host a Server/11/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/11/en&amp;diff=1076"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.docker.com/ Docker] is a platform for running applications in containers, which makes it easy to manage and deploy your server. We will be also including an optional step in this guide to have a web graphical interface so you can manage your server with even more ease!&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/10/en&amp;diff=1075</id>
		<title>Translations:Host a Server/10/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/10/en&amp;diff=1075"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== I Want to Host a Dedicated Server ==&lt;br /&gt;
Hosting a dedicated server is also straightforward. Technically, you can just use whatever version you downloaded and run it with the &#039;&#039;&#039;--nographics&#039;&#039;&#039; argument. However, the preferred method, and the one we&#039;ll be discussing in this article, is using &#039;&#039;&#039;Docker&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/9/en&amp;diff=1074</id>
		<title>Translations:Host a Server/9/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/9/en&amp;diff=1074"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Once inside the game ======&lt;br /&gt;
Simply click on &#039;&#039;&#039;HOST&#039;&#039;&#039; and that&#039;s it! Yeah, really! Now you just need to give your friends your &#039;&#039;&#039;public IP&#039;&#039;&#039; and make them launch the game following steps I to II but choose  &#039;&#039;&#039;JOIN&#039;&#039;&#039; instead in the third step and fill in the given &#039;&#039;&#039;public IP&#039;&#039;&#039; and the 7777 port.&lt;br /&gt;
[[File:Host server 1 3.png|center]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/8/en&amp;diff=1073</id>
		<title>Translations:Host a Server/8/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/8/en&amp;diff=1073"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Click on &#039;&#039;&#039;Launch&#039;&#039;&#039; on the selected version of the game.&lt;br /&gt;
[[File:Host server 1 2.png|center|asdsd]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/7/en&amp;diff=1072</id>
		<title>Translations:Host a Server/7/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/7/en&amp;diff=1072"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Go to Installations tab ======&lt;br /&gt;
From here you can run any version of the game you have downloaded without joining a server. If your installations tab is empty, try joining a server first to get their version of the game or manually find the version you want from our CDN following this pattern: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;https://unitystationfile.b-cdn.net/UnityStationDevelop/{PLATFORM}/{VERSION&amp;lt;/nowiki&amp;gt; NUMBER}.zip&#039;&#039;&#039; where {&#039;&#039;&#039;PLATFORM&#039;&#039;&#039;} can be one of &amp;quot;&#039;&#039;&#039;linuxserver&#039;&#039;&#039;&amp;quot;, &amp;quot;&#039;&#039;&#039;StandaloneLinux64&#039;&#039;&#039;&amp;quot;, &amp;quot;&#039;&#039;&#039;StandaloneOSX&#039;&#039;&#039;&amp;quot; or &amp;quot;&#039;&#039;&#039;StandaloneWindows64&#039;&#039;&#039;&amp;quot;. We apologize for any inconvenience caused by the current distribution method, but we plan to improve it for servers in the future.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/6/en&amp;diff=1071</id>
		<title>Translations:Host a Server/6/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/6/en&amp;diff=1071"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== Run [[StationHub Launcher]] ======&lt;br /&gt;
[[File:Host server 1 1.png|center]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/5/en&amp;diff=1070</id>
		<title>Translations:Host a Server/5/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/5/en&amp;diff=1070"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After the port forwarding is done, just follow these steps:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/4/en&amp;diff=1069</id>
		<title>Translations:Host a Server/4/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/4/en&amp;diff=1069"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To do this, you&#039;ll need to make sure you&#039;ve opened &#039;&#039;&#039;7777&#039;&#039;&#039; port on your router to allow incoming connections. The specific steps to achieve this depend on your router brand, among other factors, so you&#039;ll need to do some googling. Try searching for &amp;quot;Portforwarding [YOUR ROUTER BRAND]&amp;quot; to get started.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/3/en&amp;diff=1068</id>
		<title>Translations:Host a Server/3/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/3/en&amp;diff=1068"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== I Just Want to Play With Friends ==&lt;br /&gt;
Good news, it&#039;s pretty easy to set up! The Unitystation client doubles as a server, so you can host and play using a single instance of the game on your own computer.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/2/en&amp;diff=1067</id>
		<title>Translations:Host a Server/2/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/2/en&amp;diff=1067"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Appearing in the Server List ==&lt;br /&gt;
Currently, Unitystation staff manually curates the server list to ensure that all servers listed are safe for players. While we are working on enabling anyone to appear on the server list in the future, we must ensure that any risks associated with that openness are mitigated to prevent possible malicious attacks that may affect our players. If you would like to be whitelisted, please contact us on our Discord server.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/1/en&amp;diff=1066</id>
		<title>Translations:Host a Server/1/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/1/en&amp;diff=1066"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So you want to host a Unitystation server? That&#039;s awesome! Let me guide you through the process step-by-step in this article. There are several options for hosting your server, so make sure to jump to the section that best fits your situation.&#039;&#039;&#039;[[Category:Technical Guides]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/Page_display_title/en&amp;diff=1065</id>
		<title>Translations:Host a Server/Page display title/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Host_a_Server/Page_display_title/en&amp;diff=1065"/>
		<updated>2024-05-05T03:07:47Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Host a Server&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Category:Jobs/en&amp;diff=1062</id>
		<title>Category:Jobs/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Category:Jobs/en&amp;diff=1062"/>
		<updated>2024-05-05T03:02:56Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;Languages/&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;What is a Job?&#039;&#039;&#039; ==&lt;br /&gt;
Jobs in Unitystation are what decide what your civilian duty is per round. There are currently 33 Jobs available in Unitystation, every job has clear and defined goals attached to them. Your job can be selected in two different ways, by selecting the demand for each job you want in character creation or by selecting a job after the round starts. The job you select determines your starting equipment, what areas you have access to, and what is expected of you by others throughout the round.&lt;br /&gt;
== &#039;&#039;&#039;Jobs by Department&#039;&#039;&#039; ==&lt;br /&gt;
{{Roles Footer}}&lt;br /&gt;
=== NOTE: Only Command through Service are listed above are available at round start. The rest are special cases. ===&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOGALLERY__&lt;br /&gt;
[[Category:Roles]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Category:Jobs/en&amp;diff=1060</id>
		<title>Category:Jobs/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Category:Jobs/en&amp;diff=1060"/>
		<updated>2024-05-05T03:02:40Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;What is a Job?&#039;&#039;&#039; ==&lt;br /&gt;
Jobs in Unitystation are what decide what your civilian duty is per round. There are currently 33 Jobs available in Unitystation, every job has clear and defined goals attached to them. Your job can be selected in two different ways, by selecting the demand for each job you want in character creation or by selecting a job after the round starts. The job you select determines your starting equipment, what areas you have access to, and what is expected of you by others throughout the round.&lt;br /&gt;
== &#039;&#039;&#039;Jobs by Department&#039;&#039;&#039; ==&lt;br /&gt;
{{Roles Footer}}&lt;br /&gt;
=== NOTE: Only Command through Service are listed above are available at round start. The rest are special cases. ===&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOGALLERY__&lt;br /&gt;
[[Category:Roles]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Category:Jobs/3/en&amp;diff=1059</id>
		<title>Translations:Category:Jobs/3/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Category:Jobs/3/en&amp;diff=1059"/>
		<updated>2024-05-05T03:02:38Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== NOTE: Only Command through Service are listed above are available at round start. The rest are special cases. ===&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Category:Jobs/2/en&amp;diff=1058</id>
		<title>Translations:Category:Jobs/2/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Category:Jobs/2/en&amp;diff=1058"/>
		<updated>2024-05-05T03:02:37Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Jobs by Department&#039;&#039;&#039; ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Category:Jobs/1/en&amp;diff=1057</id>
		<title>Translations:Category:Jobs/1/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Category:Jobs/1/en&amp;diff=1057"/>
		<updated>2024-05-05T03:02:37Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;What is a Job?&#039;&#039;&#039; ==&lt;br /&gt;
Jobs in Unitystation are what decide what your civilian duty is per round. There are currently 33 Jobs available in Unitystation, every job has clear and defined goals attached to them. Your job can be selected in two different ways, by selecting the demand for each job you want in character creation or by selecting a job after the round starts. The job you select determines your starting equipment, what areas you have access to, and what is expected of you by others throughout the round.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Category:Jobs/Page_display_title/en&amp;diff=1056</id>
		<title>Translations:Category:Jobs/Page display title/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Category:Jobs/Page_display_title/en&amp;diff=1056"/>
		<updated>2024-05-05T03:02:37Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Category:Jobs&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Not_Dying/en&amp;diff=1053</id>
		<title>Not Dying/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Not_Dying/en&amp;diff=1053"/>
		<updated>2024-05-05T03:01:28Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Revision Request|reason=This is a direct import from the markdown wiki and such, formatting is very unappealing.}}&lt;br /&gt;
&amp;lt;Languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Back to Basics===&lt;br /&gt;
&lt;br /&gt;
Unitystation, like it&#039;s predecessor Space Station 13, has an incredibly steep learning curve. Death early on will force you into a ghost state where you watch over the round until someone clones you (there is a way to keep playing after death currently under implementation). But unlike Space Station 13, you can&#039;t respawn in anyway. If you are new to Unitystation here is a small list for you so you can try to not die instantly.&lt;br /&gt;
&lt;br /&gt;
===How not to die instantly===&lt;br /&gt;
&lt;br /&gt;
1) To not die you need to know the controls - W A S D for walking and mouse for interacting. You have two hands to pickup things with, you can swap between them with the X key. Using actual hands to move stuff arround can be confusing at first, but with some practice it gets done. See intents to find out how to interact with things and beings.&lt;br /&gt;
&lt;br /&gt;
1a) Other controls: Q to drop the thing you are currently holding on the ground, Z to &amp;quot;activate&amp;quot; the item you are holding (it can also be done by clicking the item), R to throw the item you are holding far away, Ctrl + Click to drag something (a body or locker usually), and Shift + Click to see a description on something or someone.&lt;br /&gt;
&lt;br /&gt;
1b) Talk controls: T to talk normally, Y to radio chat&lt;br /&gt;
&lt;br /&gt;
2) Eat. Food can be found at the cafeteria, if food cannot be found then find a knife, hunt some prey (animals and humans work, but unless you want to get arrested use animals) and butcher it, the meat can then be used for a variety of foods.&lt;br /&gt;
&lt;br /&gt;
3) If the door you try to open flashed yellow you probably should not go through it, because it&#039;s depressurized on the other side.&lt;br /&gt;
&lt;br /&gt;
4) If you do need to walk through that door then get a heavy duty suit and preferably mag boots, and an oxygen supply, that requires a mask and an oxygen tank in your hot bar, to enable the supply click the icon on the right.&lt;br /&gt;
&lt;br /&gt;
5) Do the &amp;quot;tutorial&amp;quot;. The &amp;quot;tutorial&amp;quot; step of every round is opening your backpack, getting out the box in your backpack, putting on the oxygen mask from the box to your face slot, getting the oxygen bottle out, putting it on your pocket and enabling the oxygen supply.&lt;br /&gt;
&lt;br /&gt;
6) Learn to do your role, to do so look on the bottom of the main page, it contains a guide on (almost) every role in the game.&lt;br /&gt;
&lt;br /&gt;
7) Don&#039;t do crimes, unless you want to be brigged, and possibility abused, learn the Space Law if you want to, it is your best weapon against shitcurity.&lt;br /&gt;
&lt;br /&gt;
8) If you get spaced (the act of being thrown out into space by pressure) shoot something or throw anything and everything you can in the direction you&#039;re flying, that will hopefully, make you fly the other way. Unless you have a spacesuit, you&#039;re still going to die, but you&#039;re more likely to be found by your crew mates. Also an extinguisher works for this, remember the wall-e movie?&lt;br /&gt;
&lt;br /&gt;
9) If there is a Xenomorph invasion, Syndies, or too much chaos on board:&lt;br /&gt;
&lt;br /&gt;
9a) If you are armed and robust, you can go at em (not recomended for newbies, but who cares), however, be careful and try to never go on your own.&lt;br /&gt;
&lt;br /&gt;
9b) If you are not armed or not robust then run away, cower behind sec and hide in a locker, or get to the escape shuttle or some other safe place. You can also call atention to the thing that you saw through the radio (open the chat and click the radio icon)&lt;br /&gt;
&lt;br /&gt;
10) Learn to build in case you need to, and more importantly to destroy (same guide) if you are trapped.&lt;br /&gt;
&lt;br /&gt;
11) You should try to keep a tool-stacked tool-belt, med-kit, a light and some food at all times in your person. I prefer six cutlets, but to each their own.&lt;br /&gt;
&lt;br /&gt;
12) You are expected to know how to role play to a certain extent, use these role play abbreviations. To roleplay means that you can ask for help in game as your character instead of using the mentor help button.&lt;br /&gt;
&lt;br /&gt;
13) Try not to pick antagonists (antags) the first times you play, at least until you are familiar with the controls. If you want to start being antag, try being a traitor, and remember that as one you are allowed to get away with many war crimes, but try to only make life hell for your target, please.&lt;br /&gt;
&lt;br /&gt;
14) Do not pick any security role untill you have at least some idea of how the combat system works (you are &amp;quot;robust&amp;quot; enough). If you&#039;re a security officer, please don&#039;t make power plays, it ruins the other&#039;s experience and gives you temporary euphoria, with regret afterwards.&lt;br /&gt;
&lt;br /&gt;
15) If you&#039;re injured you should go to medical to get treated or treat yourself. You can see how bad you are doing by checking the color of your body in the ui.&lt;br /&gt;
&lt;br /&gt;
16) If the floor is wet, press C to walk. You will move more slowly, but you wont slip and fall into the floor. You wont slip at all if you are wearing the janitors boots however.&lt;br /&gt;
&lt;br /&gt;
17) And most importantly, talk. UnityStation is, in fact, a chating game, so experiment with the chat as much as you can before trying anything else.&lt;br /&gt;
&lt;br /&gt;
(Being &#039;robust&#039; is being acquainted with the combat system enough, a guide on which can be found here. How much is enough you ask? Well there&#039;s no real measure.)&lt;br /&gt;
[[Category:Needs Revision]]&lt;br /&gt;
[[Category:Beginner Guides]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/25/en&amp;diff=1052</id>
		<title>Translations:Not Dying/25/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/25/en&amp;diff=1052"/>
		<updated>2024-05-05T03:01:26Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Being &#039;robust&#039; is being acquainted with the combat system enough, a guide on which can be found here. How much is enough you ask? Well there&#039;s no real measure.)&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/24/en&amp;diff=1051</id>
		<title>Translations:Not Dying/24/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/24/en&amp;diff=1051"/>
		<updated>2024-05-05T03:01:26Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;17) And most importantly, talk. UnityStation is, in fact, a chating game, so experiment with the chat as much as you can before trying anything else.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/23/en&amp;diff=1050</id>
		<title>Translations:Not Dying/23/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/23/en&amp;diff=1050"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;16) If the floor is wet, press C to walk. You will move more slowly, but you wont slip and fall into the floor. You wont slip at all if you are wearing the janitors boots however.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/22/en&amp;diff=1049</id>
		<title>Translations:Not Dying/22/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/22/en&amp;diff=1049"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;15) If you&#039;re injured you should go to medical to get treated or treat yourself. You can see how bad you are doing by checking the color of your body in the ui.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/21/en&amp;diff=1048</id>
		<title>Translations:Not Dying/21/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/21/en&amp;diff=1048"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;14) Do not pick any security role untill you have at least some idea of how the combat system works (you are &amp;quot;robust&amp;quot; enough). If you&#039;re a security officer, please don&#039;t make power plays, it ruins the other&#039;s experience and gives you temporary euphoria, with regret afterwards.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/20/en&amp;diff=1047</id>
		<title>Translations:Not Dying/20/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/20/en&amp;diff=1047"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;13) Try not to pick antagonists (antags) the first times you play, at least until you are familiar with the controls. If you want to start being antag, try being a traitor, and remember that as one you are allowed to get away with many war crimes, but try to only make life hell for your target, please.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/19/en&amp;diff=1046</id>
		<title>Translations:Not Dying/19/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/19/en&amp;diff=1046"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;12) You are expected to know how to role play to a certain extent, use these role play abbreviations. To roleplay means that you can ask for help in game as your character instead of using the mentor help button.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/18/en&amp;diff=1045</id>
		<title>Translations:Not Dying/18/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/18/en&amp;diff=1045"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;11) You should try to keep a tool-stacked tool-belt, med-kit, a light and some food at all times in your person. I prefer six cutlets, but to each their own.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/17/en&amp;diff=1044</id>
		<title>Translations:Not Dying/17/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/17/en&amp;diff=1044"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;10) Learn to build in case you need to, and more importantly to destroy (same guide) if you are trapped.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/16/en&amp;diff=1043</id>
		<title>Translations:Not Dying/16/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/16/en&amp;diff=1043"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;9b) If you are not armed or not robust then run away, cower behind sec and hide in a locker, or get to the escape shuttle or some other safe place. You can also call atention to the thing that you saw through the radio (open the chat and click the radio icon)&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/15/en&amp;diff=1042</id>
		<title>Translations:Not Dying/15/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/15/en&amp;diff=1042"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;9a) If you are armed and robust, you can go at em (not recomended for newbies, but who cares), however, be careful and try to never go on your own.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/14/en&amp;diff=1041</id>
		<title>Translations:Not Dying/14/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/14/en&amp;diff=1041"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;9) If there is a Xenomorph invasion, Syndies, or too much chaos on board:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/13/en&amp;diff=1040</id>
		<title>Translations:Not Dying/13/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/13/en&amp;diff=1040"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8) If you get spaced (the act of being thrown out into space by pressure) shoot something or throw anything and everything you can in the direction you&#039;re flying, that will hopefully, make you fly the other way. Unless you have a spacesuit, you&#039;re still going to die, but you&#039;re more likely to be found by your crew mates. Also an extinguisher works for this, remember the wall-e movie?&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/12/en&amp;diff=1039</id>
		<title>Translations:Not Dying/12/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.unitystation.org/index.php?title=Translations:Not_Dying/12/en&amp;diff=1039"/>
		<updated>2024-05-05T03:01:25Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;7) Don&#039;t do crimes, unless you want to be brigged, and possibility abused, learn the Space Law if you want to, it is your best weapon against shitcurity.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>