<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to docker_synology</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/docker_synology/</link><description>Recent changes to docker_synology</description><atom:link href="https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/docker_synology/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 11 Dec 2025 12:29:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/docker_synology/feed.rss" rel="self" type="application/rss+xml"/><item><title>docker_synology modified by comgunner</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/docker_synology/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -7,12 +7,12 @@
 &lt;h2&gt;1. Prerequisites and Container Manager Installation&lt;/h2&gt;

 &lt;div style="background-color: #e8f8fe; border-left: 5px solid #3498db; padding: 15px; margin: 15px 0; border-radius: 4px;"&gt;
-    &lt;h3&gt;Install Docker (Container Manager) on Synology&lt;/h3&gt;
-    &lt;ol style="padding-left: 20px;"&gt;
-        &lt;li&gt;Access the **Package Center** in your DSM.&lt;/li&gt;
-        &lt;li&gt;Search for **Container Manager** (formerly known as Docker).&lt;/li&gt;
-        &lt;li&gt;Press the **Install** button.&lt;/li&gt;
-    &lt;/ol&gt;
+    &lt;h3&gt;Install Docker (Container Manager) on Synology&lt;/h3&gt;
+    &lt;ol style="padding-left: 20px;"&gt;
+        &lt;li&gt;Access the **Package Center** in your DSM.&lt;/li&gt;
+        &lt;li&gt;Search for **Container Manager** (formerly known as Docker).&lt;/li&gt;
+        &lt;li&gt;Press the **Install** button.&lt;/li&gt;
+    &lt;/ol&gt;
 &lt;/div&gt;

 &lt;ol&gt;
@@ -107,6 +107,24 @@

 &lt;hr/&gt;

+&lt;h2&gt;✅ Test Bots (Podbot)&lt;/h2&gt;
+&lt;p&gt;If your server uses Podbot, you can quickly add 6 balanced bots (3 vs 3) using RCON commands once you are connected to the server and authenticated.&lt;/p&gt;
+
+&lt;ol&gt;
+    &lt;li&gt;&lt;strong&gt;Authenticate RCON:&lt;/strong&gt; Open the console (`~`) and enter your RCON password:
+        &lt;div style="background-color: #f0f0f0; padding: 5px 10px; margin: 5px 0; font-family: monospace;"&gt;rcon_password YOUR_RCON_PASSWORD&lt;/div&gt;
+    &lt;/li&gt;
+    &lt;li&gt;&lt;strong&gt;Add Bots (3 T and 3 CT):&lt;/strong&gt; Use the explicit Podbot commands to add 3 bots to each team:
+        &lt;div style="background-color: #f0f0f0; padding: 5px 10px; margin: 5px 0; font-family: monospace;"&gt;rcon pb add t 3&lt;/div&gt;
+        &lt;div style="background-color: #f0f0f0; padding: 5px 10px; margin: 5px 0; font-family: monospace;"&gt;rcon pb add ct 3&lt;/div&gt;
+    &lt;/li&gt;
+    &lt;li&gt;&lt;strong&gt;Optional: Adjust Difficulty (0=Easiest, 4=Hardest):&lt;/strong&gt;
+        &lt;div style="background-color: #f0f0f0; padding: 5px 10px; margin: 5px 0; font-family: monospace;"&gt;rcon pb_detail_level 2&lt;/div&gt;
+    &lt;/li&gt;
+&lt;/ol&gt;
+
+&lt;hr/&gt;
+
 &lt;h2&gt;📸 Step-by-Step Configuration Screenshots&lt;/h2&gt;

 &amp;lt;style&amp;gt;
&amp;lt;/pre&amp;gt;

&amp;lt;/style&amp;gt;&lt;/ol&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">comgunner</dc:creator><pubDate>Thu, 11 Dec 2025 12:29:51 -0000</pubDate><guid>https://sourceforge.net1a435b695a84354ed0b017d2188c04cd090aed7d</guid></item><item><title>docker_synology modified by comgunner</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/docker_synology/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -5,6 +5,16 @@
 

 &lt;h2&gt;1. Prerequisites and Container Manager Installation&lt;/h2&gt;
+
+&lt;div style="background-color: #e8f8fe; border-left: 5px solid #3498db; padding: 15px; margin: 15px 0; border-radius: 4px;"&gt;
+    &lt;h3&gt;Install Docker (Container Manager) on Synology&lt;/h3&gt;
+    &lt;ol style="padding-left: 20px;"&gt;
+        &lt;li&gt;Access the **Package Center** in your DSM.&lt;/li&gt;
+        &lt;li&gt;Search for **Container Manager** (formerly known as Docker).&lt;/li&gt;
+        &lt;li&gt;Press the **Install** button.&lt;/li&gt;
+    &lt;/ol&gt;
+&lt;/div&gt;
+
 &lt;ol&gt;
     &lt;li&gt;Access your Synology administration interface (DSM), usually at &lt;code&gt;http://NAS-IP:5000&lt;/code&gt;.&lt;/li&gt;
     &lt;li&gt;Open the &lt;strong&gt;Package Center&lt;/strong&gt;.&lt;/li&gt;
@@ -37,9 +47,9 @@
             &lt;li&gt;&lt;strong&gt;Enable auto-restart:&lt;/strong&gt; **Recommended** to check this option so the server starts automatically when your NAS boots.&lt;/li&gt;
             &lt;li&gt;Click &lt;strong&gt;"Next"&lt;/strong&gt;.&lt;/li&gt;
         
-        &lt;div style="background-color: #fff3cd; border-left: 4px solid #ffc107; padding: 10px; margin-top: 15px;"&gt;
-            &lt;strong&gt;❗ Network Note: USE SAME NETWORK AS DOCKER HOST.&lt;/strong&gt; Ensure the Network setting matches the Synology host network for direct port access.
-        &lt;/div&gt;
+        &lt;div style="background-color: #fff3cd; border-left: 4px solid #ffc107; padding: 10px; margin-top: 15px;"&gt;
+            &lt;strong&gt;❗ Network Note: USE SAME NETWORK AS DOCKER HOST.&lt;/strong&gt; Ensure the Network setting matches the Synology host network for direct port access.
+        &lt;/div&gt;
     
 &lt;/ol&gt;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">comgunner</dc:creator><pubDate>Thu, 11 Dec 2025 12:08:40 -0000</pubDate><guid>https://sourceforge.net055effb9f71b007ad8dcb20d3a9424355799052b</guid></item><item><title>docker_synology modified by comgunner</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/docker_synology/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -37,6 +37,9 @@
             &lt;li&gt;&lt;strong&gt;Enable auto-restart:&lt;/strong&gt; **Recommended** to check this option so the server starts automatically when your NAS boots.&lt;/li&gt;
             &lt;li&gt;Click &lt;strong&gt;"Next"&lt;/strong&gt;.&lt;/li&gt;
         
+        &lt;div style="background-color: #fff3cd; border-left: 4px solid #ffc107; padding: 10px; margin-top: 15px;"&gt;
+            &lt;strong&gt;❗ Network Note: USE SAME NETWORK AS DOCKER HOST.&lt;/strong&gt; Ensure the Network setting matches the Synology host network for direct port access.
+        &lt;/div&gt;
     
 

@@ -99,60 +102,60 @@
 &amp;lt;style&amp;gt;
 /* Basic styling for the table to ensure it looks good on SourceForge */
 .config-table {
-    width: 100%;
-    border-collapse: collapse;
-    margin-bottom: 20px;
+    width: 100%;
+    border-collapse: collapse;
+    margin-bottom: 20px;
 }
 .config-table th, .config-table td {
-    padding: 10px;
-    border: 1px solid #ddd;
-    text-align: center;
+    padding: 10px;
+    border: 1px solid #ddd;
+    text-align: center;
 }
 .config-table img {
-    max-width: 100%;
-    height: auto;
-    border: none; /* Already have a border from the cell */
+    max-width: 100%;
+    height: auto;
+    border: none; /* Already have a border from the cell */
 }
 &amp;lt;/style&amp;gt;

 
-    
-        
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-        
-        
-            
-            
-            
-        
-        
-            
-            
-            
-        
-        
-            
-            
-            
-        
-        
-            
-            
-            
-        
-        
-            
-            
-            
-        
-    
+    
+        
+            
+            
+            
+        
+    
+    
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+    &lt;table class=""&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Step&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Screenshot&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;Container Manager Installation (Placeholder)&lt;/td&gt;&lt;td&gt;&lt;em&gt;Please add the URL for the Package Center screenshot here.&lt;/em&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;2 (Cont.)&lt;/td&gt;&lt;td&gt;Container Creation (General Settings)&lt;/td&gt;&lt;td&gt;&lt;img alt="Container General Settings" rel="nofollow" src="https://i.ibb.co/V42nfTL/2.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;Network Settings&lt;/td&gt;&lt;td&gt;&lt;img alt="Network Settings" rel="nofollow" src="https://i.ibb.co/pB2BpMJn/3.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;Port Mapping (27015 UDP)&lt;/td&gt;&lt;td&gt;&lt;img alt="Port Mapping Configuration" rel="nofollow" src="https://i.ibb.co/nq0MD5Rb/4.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;Volume/Folder Mapping&lt;/td&gt;&lt;td&gt;&lt;img alt="Volume Mapping" rel="nofollow" src="https://i.ibb.co/vxDgGykQ/5.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;6&lt;/td&gt;&lt;td&gt;Summary and Launch&lt;/td&gt;&lt;td&gt;&lt;img alt="Summary Screen" rel="nofollow" src="https://i.ibb.co/s9sVXNjz/6.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Step&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Screenshot&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;Container Manager Installation (Placeholder)&lt;/td&gt;&lt;td&gt;&lt;em&gt;Please add the URL for the Package Center screenshot here.&lt;/em&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;2 (Cont.)&lt;/td&gt;&lt;td&gt;Container Creation (General Settings)&lt;/td&gt;&lt;td&gt;&lt;img alt="Container General Settings" rel="nofollow" src="https://i.ibb.co/WWgPLkYC/2.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;Network Settings&lt;/td&gt;&lt;td&gt;&lt;img alt="Network Settings" rel="nofollow" src="https://i.ibb.co/pB2BpMJn/3.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;Port Mapping (27015 UDP)&lt;/td&gt;&lt;td&gt;&lt;img alt="Port Mapping Configuration" rel="nofollow" src="https://i.ibb.co/nq0MD5Rb/4.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;Volume/Folder Mapping&lt;/td&gt;&lt;td&gt;&lt;img alt="Volume Mapping" rel="nofollow" src="https://i.ibb.co/vxDgGykQ/5.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;6&lt;/td&gt;&lt;td&gt;Summary and Launch&lt;/td&gt;&lt;td&gt;&lt;img alt="Summary Screen" rel="nofollow" src="https://i.ibb.co/s9sVXNjz/6.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;
 &lt;/table&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">comgunner</dc:creator><pubDate>Thu, 11 Dec 2025 11:58:24 -0000</pubDate><guid>https://sourceforge.neta07bacf6385d21fec97568d4cbfeff835ef92c65</guid></item><item><title>docker_synology modified by comgunner</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/docker_synology/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,39 +1,43 @@
 &lt;h2&gt;⚠️ Initial Considerations&lt;/h2&gt;
 &lt;ul&gt;
-    &lt;li&gt;&lt;strong&gt;NAS Power:&lt;/strong&gt; While CS 1.6 is lightweight, very low-end pre-built NAS devices might experience limited performance. Ensure your Synology has adequate resources for a smooth gaming experience.&lt;/li&gt;
-    &lt;li&gt;&lt;strong&gt;DSM Version:&lt;/strong&gt; This guide assumes you are running DSM 7.0 or newer.&lt;/li&gt;
+    &lt;li&gt;&lt;strong&gt;NAS Power:&lt;/strong&gt; While CS 1.6 is lightweight, very low-end pre-built NAS devices might experience limited performance. Ensure your Synology has adequate resources for a smooth gaming experience.&lt;/li&gt;
+    &lt;li&gt;&lt;strong&gt;DSM Version:&lt;/strong&gt; This guide assumes you are running DSM 7.0 or newer.&lt;/li&gt;
 &lt;/ul&gt;

 &lt;h2&gt;1. Prerequisites and Container Manager Installation&lt;/h2&gt;
 &lt;ol&gt;
-    &lt;li&gt;Access your Synology administration interface (DSM), usually at &lt;code&gt;http://NAS-IP:5000&lt;/code&gt;.&lt;/li&gt;
-    &lt;li&gt;Open the &lt;strong&gt;Package Center&lt;/strong&gt;.&lt;/li&gt;
-    &lt;li&gt;Search for and install the &lt;strong&gt;"Container Manager"&lt;/strong&gt; package (if you haven't already).&lt;/li&gt;
-    &lt;li&gt;Once installed, open &lt;strong&gt;Container Manager&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;Access your Synology administration interface (DSM), usually at &lt;code&gt;http://NAS-IP:5000&lt;/code&gt;.&lt;/li&gt;
+    &lt;li&gt;Open the &lt;strong&gt;Package Center&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;Search for and install the &lt;strong&gt;"Container Manager"&lt;/strong&gt; package (if you haven't already).&lt;/li&gt;
+    &lt;li&gt;Once installed, open &lt;strong&gt;Container Manager&lt;/strong&gt;.&lt;/li&gt;
 &lt;/ol&gt;
 &lt;p&gt;&lt;strong&gt;&lt;em&gt;Image Placeholder:&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;Add a screenshot of the Package Center showing Container Manager.&lt;/em&gt;&lt;/p&gt;

 &lt;h2&gt;2. Downloading the CS 1.6 Server Image&lt;/h2&gt;
-&lt;p&gt;We will use the community image &lt;code&gt;comgunner/cs16-server&lt;/code&gt;.&lt;/p&gt;
+&lt;p&gt;We will use the community image &lt;code&gt;comgunner/cs16-server&lt;/code&gt;&lt;/p&gt;
+
 &lt;ol&gt;
-    &lt;li&gt;Inside &lt;strong&gt;Container Manager&lt;/strong&gt;, navigate to the &lt;strong&gt;"Registry"&lt;/strong&gt; tab.&lt;/li&gt;
-    &lt;li&gt;In the search bar, type &lt;strong&gt;&lt;code&gt;comgunner&lt;/code&gt;&lt;/strong&gt; or &lt;strong&gt;&lt;code&gt;cs16-server&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
-    &lt;li&gt;Select the image &lt;strong&gt;&lt;code&gt;comgunner/cs16-server&lt;/code&gt;&lt;/strong&gt; and click &lt;strong&gt;"Download"&lt;/strong&gt;.&lt;/li&gt;
-    &lt;li&gt;In the pop-up window, select the &lt;strong&gt;&lt;code&gt;latest&lt;/code&gt;&lt;/strong&gt; tag and click &lt;strong&gt;"Apply"&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;Inside &lt;strong&gt;Container Manager&lt;/strong&gt;, navigate to the &lt;strong&gt;"Registry"&lt;/strong&gt; tab.&lt;/li&gt;
+    &lt;li&gt;In the search bar, type &lt;strong&gt;&lt;code&gt;comgunner&lt;/code&gt;&lt;/strong&gt; or &lt;strong&gt;&lt;code&gt;cs16-server&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;Select the image &lt;strong&gt;&lt;code&gt;comgunner/cs16-server&lt;/code&gt;&lt;/strong&gt; and click &lt;strong&gt;"Download"&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;In the pop-up window, select the &lt;strong&gt;&lt;code&gt;latest&lt;/code&gt;&lt;/strong&gt; tag and click &lt;strong&gt;"Apply"&lt;/strong&gt;.&lt;/li&gt;
 &lt;/ol&gt;
-&lt;p&gt;&lt;strong&gt;&lt;em&gt;Image Placeholder:&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;Add a screenshot of searching and selecting the image in the Registry.&lt;/em&gt;&lt;/p&gt;
+&lt;p style="text-align: center;"&gt;
+    &lt;img alt="Screenshot of searching for the cs16-server image in the Container Manager Registry" rel="nofollow" src="https://i.ibb.co/KjYnbWV5/1.png" style="height: auto; border: 1px solid #ccc;"/&gt;
+&lt;/p&gt;
+

 &lt;h2&gt;3. Creating the Container&lt;/h2&gt;
 &lt;ol&gt;
-    &lt;li&gt;Navigate to the &lt;strong&gt;"Image"&lt;/strong&gt; tab. Once the download is complete, the image will appear in the list.&lt;/li&gt;
-    &lt;li&gt;Select the image and click &lt;strong&gt;"Run"&lt;/strong&gt;, or navigate to the &lt;strong&gt;"Container"&lt;/strong&gt; tab and click &lt;strong&gt;"Create"&lt;/strong&gt;.&lt;/li&gt;
-    &lt;li&gt;&lt;strong&gt;General Settings:&lt;/strong&gt;
-        &lt;ul&gt;
-            &lt;li&gt;&lt;strong&gt;Container Name:&lt;/strong&gt; Assign a name (e.g., &lt;code&gt;cs16-server-docker&lt;/code&gt;).&lt;/li&gt;
-            &lt;li&gt;&lt;strong&gt;Enable auto-restart:&lt;/strong&gt; **Recommended** to check this option so the server starts automatically when your NAS boots.&lt;/li&gt;
-            &lt;li&gt;Click &lt;strong&gt;"Next"&lt;/strong&gt;.&lt;/li&gt;
-        &lt;/ul&gt;
-    &lt;/li&gt;
+    &lt;li&gt;Navigate to the &lt;strong&gt;"Image"&lt;/strong&gt; tab. Once the download is complete, the image will appear in the list.&lt;/li&gt;
+    &lt;li&gt;Select the image and click &lt;strong&gt;"Run"&lt;/strong&gt;, or navigate to the &lt;strong&gt;"Container"&lt;/strong&gt; tab and click &lt;strong&gt;"Create"&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;&lt;strong&gt;General Settings:&lt;/strong&gt;
+        &lt;ul&gt;
+            &lt;li&gt;&lt;strong&gt;Container Name:&lt;/strong&gt; Assign a name (e.g., &lt;code&gt;cs16-server-docker&lt;/code&gt;).&lt;/li&gt;
+            &lt;li&gt;&lt;strong&gt;Enable auto-restart:&lt;/strong&gt; **Recommended** to check this option so the server starts automatically when your NAS boots.&lt;/li&gt;
+            &lt;li&gt;Click &lt;strong&gt;"Next"&lt;/strong&gt;.&lt;/li&gt;
+        &lt;/ul&gt;
+    &lt;/li&gt;
 &lt;/ol&gt;

 &lt;h2&gt;4. Port and Volume Settings&lt;/h2&gt;
@@ -41,45 +45,114 @@
 &lt;h3&gt;Port Settings&lt;/h3&gt;
 &lt;p&gt;The standard port for Counter-Strike is &lt;strong&gt;27015&lt;/strong&gt; and uses the &lt;strong&gt;UDP&lt;/strong&gt; protocol.&lt;/p&gt;
 &lt;ol&gt;
-    &lt;li&gt;Under &lt;strong&gt;Port Settings&lt;/strong&gt;, map the Host Port to the Container Port.&lt;/li&gt;
-    &lt;li&gt;Ensure the Protocol is set to **UDP**.&lt;/li&gt;
+    &lt;li&gt;Under &lt;strong&gt;Port Settings&lt;/strong&gt;, map the Host Port to the Container Port.&lt;/li&gt;
+    &lt;li&gt;Ensure the Protocol is set to **UDP**.&lt;/li&gt;
 &lt;/ol&gt;

 &lt;div style="border: 1px solid #ccc; padding: 10px; margin: 10px 0;"&gt;
-    &lt;strong&gt;Local Port (Host Port):&lt;/strong&gt; 27015&lt;br/&gt;
-    &lt;strong&gt;Container Port:&lt;/strong&gt; 27015&lt;br/&gt;
-    &lt;strong&gt;Protocol:&lt;/strong&gt; UDP
+    &lt;strong&gt;Local Port (Host Port):&lt;/strong&gt; 27015&lt;br/&gt;
+    &lt;strong&gt;Container Port:&lt;/strong&gt; 27015&lt;br/&gt;
+    &lt;strong&gt;Protocol:&lt;/strong&gt; UDP
 &lt;/div&gt;

 &lt;h3&gt;Volume Settings&lt;/h3&gt;
 &lt;p&gt;This allows you to save server configurations, maps, logs, and files outside the container, ensuring they persist after updates.&lt;/p&gt;
 &lt;ol&gt;
-    &lt;li&gt;Click &lt;strong&gt;"Add Folder"&lt;/strong&gt;.&lt;/li&gt;
-    &lt;li&gt;Select the folder on your NAS where you want to store the server files (e.g., &lt;code&gt;/volume1/docker/cs16&lt;/code&gt;).&lt;/li&gt;
-    &lt;li&gt;As the &lt;strong&gt;Mount Path&lt;/strong&gt;, use the path where the container expects the server files: &lt;code&gt;/app/serverfiles&lt;/code&gt;.&lt;/li&gt;
+    &lt;li&gt;Click &lt;strong&gt;"Add Folder"&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;Select the folder on your NAS where you want to store the server files (e.g., &lt;code&gt;/volume1/docker/cs16&lt;/code&gt;).&lt;/li&gt;
+    &lt;li&gt;As the &lt;strong&gt;Mount Path&lt;/strong&gt;, use the path where the container expects the server files: &lt;code&gt;/app/serverfiles&lt;/code&gt;.&lt;/li&gt;
 &lt;/ol&gt;
-&lt;p&gt;&lt;strong&gt;&lt;em&gt;Image Placeholder:&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;Add a screenshot showing the Port and Volume configuration.&lt;/em&gt;&lt;/p&gt;
+

 &lt;h2&gt;5. Launch and Connection&lt;/h2&gt;
 &lt;ol&gt;
-    &lt;li&gt;Review the final settings and click &lt;strong&gt;"Next"&lt;/strong&gt;.&lt;/li&gt;
-    &lt;li&gt;On the Summary screen, check the box to &lt;strong&gt;"Run this container after the wizard is finished"&lt;/strong&gt;.&lt;/li&gt;
-    &lt;li&gt;Click &lt;strong&gt;"Apply"&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;Review the final settings and click &lt;strong&gt;"Next"&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;On the Summary screen, check the box to &lt;strong&gt;"Run this container after the wizard is finished"&lt;/strong&gt;.&lt;/li&gt;
+    &lt;li&gt;Click &lt;strong&gt;"Apply"&lt;/strong&gt;.&lt;/li&gt;
 &lt;/ol&gt;
+
+&lt;div style="background-color: #fce8e6; border-left: 5px solid #d93025; padding: 10px; margin: 15px 0;"&gt;
+    &lt;strong&gt;⚠️ Important Note:&lt;/strong&gt; The first time the container starts, it needs to download and set up the server files. &lt;strong&gt;This process can take at least 5 minutes to complete.&lt;/strong&gt; Please wait until the container shows as "Running" before attempting to connect.
+&lt;/div&gt;

 &lt;h3&gt;Connecting to the Server&lt;/h3&gt;
 &lt;p&gt;Once the container is running (visible in the "Container" tab):&lt;/p&gt;
 &lt;ol&gt;
-    &lt;li&gt;Open your Counter-Strike 1.6 game.&lt;/li&gt;
-    &lt;li&gt;Open the console (usually with the &lt;code&gt;~&lt;/code&gt; or &lt;code&gt;ñ&lt;/code&gt; key).&lt;/li&gt;
-    &lt;li&gt;Type the connection command using your Synology's IP and port:&lt;/li&gt;
+    &lt;li&gt;Open your Counter-Strike 1.6 game.&lt;/li&gt;
+    &lt;li&gt;Open the console (usually with the &lt;code&gt;~&lt;/code&gt; or &lt;code&gt;ñ&lt;/code&gt; key).&lt;/li&gt;
+    &lt;li&gt;Type the connection command using your Synology's IP and port:&lt;/li&gt;
 &lt;/ol&gt;

 &lt;div style="background-color: #f0f0f0; padding: 10px; margin: 15px 0; font-family: monospace;"&gt;
-    connect NAS-IP:27015
+    connect NAS-IP:27015
 &lt;/div&gt;

 &lt;p&gt;&lt;strong&gt;Your CS 1.6 server is now running!&lt;/strong&gt;&lt;/p&gt;

 &lt;p&gt;&lt;strong&gt;&lt;em&gt;Note:&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;If you want external players to connect over the internet, you must configure **Port Forwarding** on your router, directing UDP traffic on port 27015 to your Synology's internal IP address.&lt;/em&gt;&lt;/p&gt;
-
+
+
+&lt;hr/&gt;
+
+&lt;h2&gt;📸 Step-by-Step Configuration Screenshots&lt;/h2&gt;
+
+&amp;lt;style&amp;gt;
+/* Basic styling for the table to ensure it looks good on SourceForge */
+.config-table {
+    width: 100%;
+    border-collapse: collapse;
+    margin-bottom: 20px;
+}
+.config-table th, .config-table td {
+    padding: 10px;
+    border: 1px solid #ddd;
+    text-align: center;
+}
+.config-table img {
+    max-width: 100%;
+    height: auto;
+    border: none; /* Already have a border from the cell */
+}
+&amp;lt;/style&amp;gt;
+
+
+    
+        
+            
+            
+            
+        
+    
+    
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+        
+            
+            
+            
+        
+    
+&lt;table class=""&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Step&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Screenshot&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;Container Manager Installation (Placeholder)&lt;/td&gt;&lt;td&gt;&lt;em&gt;Please add the URL for the Package Center screenshot here.&lt;/em&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;2 (Cont.)&lt;/td&gt;&lt;td&gt;Container Creation (General Settings)&lt;/td&gt;&lt;td&gt;&lt;img alt="Container General Settings" rel="nofollow" src="https://i.ibb.co/V42nfTL/2.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;Network Settings&lt;/td&gt;&lt;td&gt;&lt;img alt="Network Settings" rel="nofollow" src="https://i.ibb.co/pB2BpMJn/3.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;Port Mapping (27015 UDP)&lt;/td&gt;&lt;td&gt;&lt;img alt="Port Mapping Configuration" rel="nofollow" src="https://i.ibb.co/nq0MD5Rb/4.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;Volume/Folder Mapping&lt;/td&gt;&lt;td&gt;&lt;img alt="Volume Mapping" rel="nofollow" src="https://i.ibb.co/vxDgGykQ/5.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;6&lt;/td&gt;&lt;td&gt;Summary and Launch&lt;/td&gt;&lt;td&gt;&lt;img alt="Summary Screen" rel="nofollow" src="https://i.ibb.co/s9sVXNjz/6.png"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">comgunner</dc:creator><pubDate>Thu, 11 Dec 2025 11:37:25 -0000</pubDate><guid>https://sourceforge.net0b7e2509946bef8a63aa15cc6948784b4b0685bb</guid></item><item><title>docker_synology modified by comgunner</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/docker_synology/</link><description>&lt;div class="markdown_content"&gt;&lt;h2&gt;⚠️ Initial Considerations&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;NAS Power:&lt;/strong&gt; While CS 1.6 is lightweight, very low-end pre-built NAS devices might experience limited performance. Ensure your Synology has adequate resources for a smooth gaming experience.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;DSM Version:&lt;/strong&gt; This guide assumes you are running DSM 7.0 or newer.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;1. Prerequisites and Container Manager Installation&lt;/h2&gt;
&lt;ol&gt;
    &lt;li&gt;Access your Synology administration interface (DSM), usually at &lt;code&gt;http://NAS-IP:5000&lt;/code&gt;.&lt;/li&gt;
    &lt;li&gt;Open the &lt;strong&gt;Package Center&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Search for and install the &lt;strong&gt;"Container Manager"&lt;/strong&gt; package (if you haven't already).&lt;/li&gt;
    &lt;li&gt;Once installed, open &lt;strong&gt;Container Manager&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Image Placeholder:&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;Add a screenshot of the Package Center showing Container Manager.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;2. Downloading the CS 1.6 Server Image&lt;/h2&gt;
&lt;p&gt;We will use the community image &lt;code&gt;comgunner/cs16-server&lt;/code&gt;.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Inside &lt;strong&gt;Container Manager&lt;/strong&gt;, navigate to the &lt;strong&gt;"Registry"&lt;/strong&gt; tab.&lt;/li&gt;
    &lt;li&gt;In the search bar, type &lt;strong&gt;&lt;code&gt;comgunner&lt;/code&gt;&lt;/strong&gt; or &lt;strong&gt;&lt;code&gt;cs16-server&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Select the image &lt;strong&gt;&lt;code&gt;comgunner/cs16-server&lt;/code&gt;&lt;/strong&gt; and click &lt;strong&gt;"Download"&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;In the pop-up window, select the &lt;strong&gt;&lt;code&gt;latest&lt;/code&gt;&lt;/strong&gt; tag and click &lt;strong&gt;"Apply"&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Image Placeholder:&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;Add a screenshot of searching and selecting the image in the Registry.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;3. Creating the Container&lt;/h2&gt;
&lt;ol&gt;
    &lt;li&gt;Navigate to the &lt;strong&gt;"Image"&lt;/strong&gt; tab. Once the download is complete, the image will appear in the list.&lt;/li&gt;
    &lt;li&gt;Select the image and click &lt;strong&gt;"Run"&lt;/strong&gt;, or navigate to the &lt;strong&gt;"Container"&lt;/strong&gt; tab and click &lt;strong&gt;"Create"&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;General Settings:&lt;/strong&gt;
        &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Container Name:&lt;/strong&gt; Assign a name (e.g., &lt;code&gt;cs16-server-docker&lt;/code&gt;).&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Enable auto-restart:&lt;/strong&gt; **Recommended** to check this option so the server starts automatically when your NAS boots.&lt;/li&gt;
            &lt;li&gt;Click &lt;strong&gt;"Next"&lt;/strong&gt;.&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;4. Port and Volume Settings&lt;/h2&gt;

&lt;h3&gt;Port Settings&lt;/h3&gt;
&lt;p&gt;The standard port for Counter-Strike is &lt;strong&gt;27015&lt;/strong&gt; and uses the &lt;strong&gt;UDP&lt;/strong&gt; protocol.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Under &lt;strong&gt;Port Settings&lt;/strong&gt;, map the Host Port to the Container Port.&lt;/li&gt;
    &lt;li&gt;Ensure the Protocol is set to **UDP**.&lt;/li&gt;
&lt;/ol&gt;

&lt;div style="border: 1px solid #ccc; padding: 10px; margin: 10px 0;"&gt;
    &lt;strong&gt;Local Port (Host Port):&lt;/strong&gt; 27015&lt;br/&gt;
    &lt;strong&gt;Container Port:&lt;/strong&gt; 27015&lt;br/&gt;
    &lt;strong&gt;Protocol:&lt;/strong&gt; UDP
&lt;/div&gt;

&lt;h3&gt;Volume Settings&lt;/h3&gt;
&lt;p&gt;This allows you to save server configurations, maps, logs, and files outside the container, ensuring they persist after updates.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Click &lt;strong&gt;"Add Folder"&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Select the folder on your NAS where you want to store the server files (e.g., &lt;code&gt;/volume1/docker/cs16&lt;/code&gt;).&lt;/li&gt;
    &lt;li&gt;As the &lt;strong&gt;Mount Path&lt;/strong&gt;, use the path where the container expects the server files: &lt;code&gt;/app/serverfiles&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Image Placeholder:&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;Add a screenshot showing the Port and Volume configuration.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;5. Launch and Connection&lt;/h2&gt;
&lt;ol&gt;
    &lt;li&gt;Review the final settings and click &lt;strong&gt;"Next"&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;On the Summary screen, check the box to &lt;strong&gt;"Run this container after the wizard is finished"&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Click &lt;strong&gt;"Apply"&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;Connecting to the Server&lt;/h3&gt;
&lt;p&gt;Once the container is running (visible in the "Container" tab):&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Open your Counter-Strike 1.6 game.&lt;/li&gt;
    &lt;li&gt;Open the console (usually with the &lt;code&gt;~&lt;/code&gt; or &lt;code&gt;ñ&lt;/code&gt; key).&lt;/li&gt;
    &lt;li&gt;Type the connection command using your Synology's IP and port:&lt;/li&gt;
&lt;/ol&gt;

&lt;div style="background-color: #f0f0f0; padding: 10px; margin: 15px 0; font-family: monospace;"&gt;
    connect NAS-IP:27015
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Your CS 1.6 server is now running!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note:&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;If you want external players to connect over the internet, you must configure **Port Forwarding** on your router, directing UDP traffic on port 27015 to your Synology's internal IP address.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">comgunner</dc:creator><pubDate>Thu, 11 Dec 2025 11:24:03 -0000</pubDate><guid>https://sourceforge.net69e0e36813e8ac5987109c3c1b3afa07b31d89c4</guid></item></channel></rss>