<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Ubuntu24_Automated_Script</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/Ubuntu24_Automated_Script/</link><description>Recent changes to Ubuntu24_Automated_Script</description><atom:link href="https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/Ubuntu24_Automated_Script/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 11 Dec 2025 19:17:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/Ubuntu24_Automated_Script/feed" rel="self" type="application/rss+xml"/><item><title>Ubuntu24_Automated_Script modified by comgunner</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/Ubuntu24_Automated_Script/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,92 +1,92 @@
 &lt;div class=""&gt;
-    &lt;h1&gt;🚀 Ubuntu 24.04 Automated HLDS Deployment Script&lt;/h1&gt;
+    &lt;h1&gt;🚀 Ubuntu 24.04 Automated HLDS Deployment Script&lt;/h1&gt;

-    &lt;p&gt;This guide documents the use of the automated script (&lt;code&gt;hlds-ubuntu24-installer.sh&lt;/code&gt;) designed to simplify the initial setup and configuration of a Counter-Strike 1.6 Dedicated Server on **Ubuntu Server 24.04 LTS**.&lt;/p&gt;
-    
-    &lt;p&gt;This automated method covers all prerequisite steps, dependency installation, library fixes, and core server downloads (Steps 1 through 4.2 in the manual tutorial), ensuring a seamless deployment.&lt;/p&gt;
+    &lt;p&gt;This guide documents the use of the automated script (&lt;code&gt;hlds-ubuntu24-installer.sh&lt;/code&gt;) designed to simplify the initial setup and configuration of a Counter-Strike 1.6 Dedicated Server on **Ubuntu Server 24.04 LTS**.&lt;/p&gt;
+    
+    &lt;p&gt;This automated method covers all prerequisite steps, dependency installation, library fixes, and core server downloads (Steps 1 through 4.2 in the manual tutorial), ensuring a seamless deployment.&lt;/p&gt;

-    &lt;hr/&gt;
-    
-    &lt;h2&gt;1. Requirements&lt;/h2&gt;
-    
-    &lt;ul&gt;
-        &lt;li&gt;Ubuntu Server 24.04 (fresh installation recommended).&lt;/li&gt;
-        &lt;li&gt;A user with &lt;code&gt;sudo&lt;/code&gt; privileges.&lt;/li&gt;
-        &lt;li&gt;Stable internet connection.&lt;/li&gt;
-        &lt;li&gt;At least 2 GB of free disk space.&lt;/li&gt;
-    &lt;/ul&gt;
+    &lt;hr/&gt;
+    
+    &lt;h2&gt;1. Requirements&lt;/h2&gt;
+    
+    &lt;ul&gt;
+        &lt;li&gt;Ubuntu Server 24.04 (fresh installation recommended).&lt;/li&gt;
+        &lt;li&gt;A user with &lt;code&gt;sudo&lt;/code&gt; privileges.&lt;/li&gt;
+        &lt;li&gt;Stable internet connection.&lt;/li&gt;
+        &lt;li&gt;At least 2 GB of free disk space.&lt;/li&gt;
+    &lt;/ul&gt;

-    &lt;hr/&gt;
+    &lt;hr/&gt;

-    &lt;h2&gt;2. Installation and Execution&lt;/h2&gt;
-    &lt;p&gt;The installer script handles the system dependency setup and server file installation automatically.&lt;/p&gt;
+    &lt;h2&gt;2. Installation and Execution&lt;/h2&gt;
+    &lt;p&gt;The installer script handles the system dependency setup and server file installation automatically.&lt;/p&gt;

-    &lt;h3&gt;2.1 Download and Prepare the Script&lt;/h3&gt;
-    &lt;p&gt;&lt;em&gt;Execute these commands as a &lt;code&gt;sudo&lt;/code&gt; user.&lt;/em&gt;&lt;/p&gt;
-    &lt;pre&gt;&lt;code&gt;# Download the installer script
+    &lt;h3&gt;2.1 Download and Prepare the Script&lt;/h3&gt;
+    &lt;p&gt;&lt;em&gt;Execute these commands as a &lt;code&gt;sudo&lt;/code&gt; user.&lt;/em&gt;&lt;/p&gt;
+    &lt;pre&gt;&lt;code&gt;# Download the installer script
 wget "https://raw.githubusercontent.com/comgunner/cs-16-server-ubuntu/refs/heads/main/hlds-ubuntu24-installer.sh"

 # Grant execution permissions
 sudo chmod +x hlds-ubuntu24-installer.sh&lt;/code&gt;&lt;/pre&gt;

-    &lt;h3&gt;2.2 Run the Installer&lt;/h3&gt;
-    &lt;p&gt;Executing the script will install all 32-bit libraries, download SteamCMD and the server package, and apply compatibility fixes.&lt;/p&gt;
-    &lt;pre&gt;&lt;code&gt;# Run the automated installer
+    &lt;h3&gt;2.2 Run the Installer&lt;/h3&gt;
+    &lt;p&gt;Executing the script will install all 32-bit libraries, download SteamCMD and the server package, and apply compatibility fixes.&lt;/p&gt;
+    &lt;pre&gt;&lt;code&gt;# Run the automated installer
 sudo ./hlds-ubuntu24-installer.sh&lt;/code&gt;&lt;/pre&gt;
-    
-    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
-        &lt;strong&gt;Note:&lt;/strong&gt; The script will prompt for manual input during the SteamCMD validation phase. Follow the on-screen instructions precisely.
-    &lt;/div&gt;
+    
+    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
+        &lt;strong&gt;Note:&lt;/strong&gt; The script will prompt for manual input during the SteamCMD validation phase. Follow the on-screen instructions precisely.
+    &lt;/div&gt;

-    &lt;hr/&gt;
-    
-    &lt;h2&gt;3. Automated Features Summary&lt;/h2&gt;
-    &lt;p&gt;The installer performs the following essential tasks:&lt;/p&gt;
-    &lt;ul&gt;
-        &lt;li&gt;Installs &lt;code&gt;i386&lt;/code&gt; architecture and all required 32-bit compatibility libraries.&lt;/li&gt;
-        &lt;li&gt;Downloads and extracts the preconfigured HLDS package and SteamCMD.&lt;/li&gt;
-        &lt;li&gt;Applies library fixes (&lt;code&gt;steamclient.so&lt;/code&gt; symbolic link and standard library patches).&lt;/li&gt;
-        &lt;li&gt;Performs a manual server test to verify immediate functionality (handle with **Ctrl + C**).&lt;/li&gt;
-        &lt;li&gt;Downloads the official &lt;code&gt;systemd&lt;/code&gt; service installer script (but does **not** enable the service yet).&lt;/li&gt;
-    &lt;/ul&gt;
+    &lt;hr/&gt;
+    
+    &lt;h2&gt;3. Automated Features Summary&lt;/h2&gt;
+    &lt;p&gt;The installer performs the following essential tasks:&lt;/p&gt;
+    &lt;ul&gt;
+        &lt;li&gt;Installs &lt;code&gt;i386&lt;/code&gt; architecture and all required 32-bit compatibility libraries.&lt;/li&gt;
+        &lt;li&gt;Downloads and extracts the preconfigured HLDS package and SteamCMD.&lt;/li&gt;
+        &lt;li&gt;Applies library fixes (&lt;code&gt;steamclient.so&lt;/code&gt; symbolic link and standard library patches).&lt;/li&gt;
+        &lt;li&gt;Performs a manual server test to verify immediate functionality (handle with **Ctrl + C**).&lt;/li&gt;
+        &lt;li&gt;Downloads the official &lt;code&gt;systemd&lt;/code&gt; service installer script (but does **not** enable the service yet).&lt;/li&gt;
+    &lt;/ul&gt;

-    &lt;hr/&gt;
-    
-    &lt;h2&gt;4. Optional: Dual Protocol (DProto) Activation&lt;/h2&gt;
-    
-    &lt;p&gt;To enable support for both Steam and Non-Steam clients (Protocol 47/48), execute the script with the &lt;code&gt;--no-steam&lt;/code&gt; flag after the initial setup is complete.&lt;/p&gt;
+    &lt;hr/&gt;
+    
+    &lt;h2&gt;4. Optional: Dual Protocol (DProto) Activation&lt;/h2&gt;
+    
+    &lt;p&gt;To enable support for both Steam and Non-Steam clients (Protocol 47/48), execute the script with the &lt;code&gt;--no-steam&lt;/code&gt; flag after the initial setup is complete.&lt;/p&gt;

-    &lt;pre&gt;&lt;code&gt;sudo ./hlds-ubuntu24-installer.sh --no-steam&lt;/code&gt;&lt;/pre&gt;
-    
-    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
-        &lt;strong&gt;Note:&lt;/strong&gt; This option downloads &lt;code&gt;dproto.cfg&lt;/code&gt; and configures the server for dual protocol handling.
-    &lt;/div&gt;
+    &lt;pre&gt;&lt;code&gt;sudo ./hlds-ubuntu24-installer.sh --no-steam&lt;/code&gt;&lt;/pre&gt;
+    
+    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
+        &lt;strong&gt;Note:&lt;/strong&gt; This option downloads &lt;code&gt;dproto.cfg&lt;/code&gt; and configures the server for dual protocol handling.
+    &lt;/div&gt;

-    &lt;hr/&gt;
+    &lt;hr/&gt;

-    &lt;h2&gt;5. Installing the Persistent System Service (systemd)&lt;/h2&gt;
-    &lt;p&gt;After the automated script finishes, the service installer is located in the user's home directory. Run this script to create and enable the robust &lt;code&gt;systemd&lt;/code&gt; service unit.&lt;/p&gt;
+    &lt;h2&gt;5. Installing the Persistent System Service (systemd)&lt;/h2&gt;
+    &lt;p&gt;After the automated script finishes, the service installer is located in the user's home directory. Run this script to create and enable the robust &lt;code&gt;systemd&lt;/code&gt; service unit.&lt;/p&gt;

-    &lt;p&gt;&lt;em&gt;Execute this as a &lt;code&gt;sudo&lt;/code&gt; user.&lt;/em&gt;&lt;/p&gt;
-    &lt;pre&gt;&lt;code&gt;sudo /home/csserver/install_cstrike_service.sh&lt;/code&gt;&lt;/pre&gt;
-    
-    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
-        &lt;strong&gt;Service Prompt:&lt;/strong&gt; The service installer will ask for your Public/LAN IP and the desired game port.
-    &lt;/div&gt;
+    &lt;p&gt;&lt;em&gt;Execute this as a &lt;code&gt;sudo&lt;/code&gt; user.&lt;/em&gt;&lt;/p&gt;
+    &lt;pre&gt;&lt;code&gt;sudo /home/csserver/install_cstrike_service.sh&lt;/code&gt;&lt;/pre&gt;
+    
+    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
+        &lt;strong&gt;Service Prompt:&lt;/strong&gt; The service installer will ask for your Public/LAN IP and the desired game port.
+    &lt;/div&gt;

-    &lt;h3&gt;Service Management Commands&lt;/h3&gt;
-    &lt;p&gt;Use standard &lt;code&gt;systemctl&lt;/code&gt; commands to manage the server process:&lt;/p&gt;
-    &lt;pre&gt;&lt;code&gt;sudo systemctl start cstrike
+    &lt;h3&gt;Service Management Commands&lt;/h3&gt;
+    &lt;p&gt;Use standard &lt;code&gt;systemctl&lt;/code&gt; commands to manage the server process:&lt;/p&gt;
+    &lt;pre&gt;&lt;code&gt;sudo systemctl start cstrike
 sudo systemctl stop cstrike
 sudo systemctl restart cstrike
 sudo systemctl status cstrike&lt;/code&gt;&lt;/pre&gt;

-    &lt;hr/&gt;
+    &lt;hr/&gt;

-    &lt;h2&gt;6. Support and Credits&lt;/h2&gt;
-    &lt;p&gt;This automated script complements the official SourceForge documentation. For manual steps or troubleshooting details, refer to the main guide.&lt;/p&gt;
-    
-    &lt;p&gt;&lt;strong&gt;Source Code Repository:&lt;/strong&gt; (Link to GitHub repository)&lt;/p&gt;
-    &lt;p&gt;&lt;strong&gt;Official SourceForge Documentation:&lt;/strong&gt; (Link to manual guide)&lt;/p&gt;
+    &lt;h2&gt;6. Support and Credits&lt;/h2&gt;
+    &lt;p&gt;This automated script complements the official SourceForge documentation. For manual steps or troubleshooting details, refer to the main guide.&lt;/p&gt;
+    
+    &lt;p&gt;&lt;strong&gt;Source Code Repository:&lt;/strong&gt; &lt;a href="https://github.com/comgunner/cs-16-server-ubuntu" rel="nofollow"&gt;https://github.com/comgunner/cs-16-server-ubuntu&lt;/a&gt;&lt;/p&gt;
+    &lt;p&gt;&lt;strong&gt;Official SourceForge Documentation:&lt;/strong&gt; &lt;a href="https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/Ubuntu24_HLDS_Install/"&gt;https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/Ubuntu24_HLDS_Install/&lt;/a&gt;&lt;/p&gt;

 &lt;/code&gt;&lt;/pre&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;code&gt;&lt;code&gt;
&lt;/code&gt;&lt;/code&gt;&lt;/pre&gt;&lt;code&gt;&lt;code&gt;
&lt;/code&gt;&lt;/code&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">comgunner</dc:creator><pubDate>Thu, 11 Dec 2025 19:17:48 -0000</pubDate><guid>https://sourceforge.net9ac4edcdab30cb7306015794f677eec0502fb813</guid></item><item><title>Ubuntu24_Automated_Script modified by comgunner</title><link>https://sourceforge.net/p/cs16serverpreconfiguredlinux/wiki/Ubuntu24_Automated_Script/</link><description>&lt;div class="markdown_content"&gt;&lt;div class=""&gt;
    &lt;h1&gt;🚀 Ubuntu 24.04 Automated HLDS Deployment Script&lt;/h1&gt;

    &lt;p&gt;This guide documents the use of the automated script (&lt;code&gt;hlds-ubuntu24-installer.sh&lt;/code&gt;) designed to simplify the initial setup and configuration of a Counter-Strike 1.6 Dedicated Server on **Ubuntu Server 24.04 LTS**.&lt;/p&gt;

    &lt;p&gt;This automated method covers all prerequisite steps, dependency installation, library fixes, and core server downloads (Steps 1 through 4.2 in the manual tutorial), ensuring a seamless deployment.&lt;/p&gt;

    &lt;hr/&gt;

    &lt;h2&gt;1. Requirements&lt;/h2&gt;

    &lt;ul&gt;
        &lt;li&gt;Ubuntu Server 24.04 (fresh installation recommended).&lt;/li&gt;
        &lt;li&gt;A user with &lt;code&gt;sudo&lt;/code&gt; privileges.&lt;/li&gt;
        &lt;li&gt;Stable internet connection.&lt;/li&gt;
        &lt;li&gt;At least 2 GB of free disk space.&lt;/li&gt;
    &lt;/ul&gt;

    &lt;hr/&gt;

    &lt;h2&gt;2. Installation and Execution&lt;/h2&gt;
    &lt;p&gt;The installer script handles the system dependency setup and server file installation automatically.&lt;/p&gt;

    &lt;h3&gt;2.1 Download and Prepare the Script&lt;/h3&gt;
    &lt;p&gt;&lt;em&gt;Execute these commands as a &lt;code&gt;sudo&lt;/code&gt; user.&lt;/em&gt;&lt;/p&gt;
    &lt;pre&gt;&lt;code&gt;# Download the installer script
wget "https://raw.githubusercontent.com/comgunner/cs-16-server-ubuntu/refs/heads/main/hlds-ubuntu24-installer.sh"

# Grant execution permissions
sudo chmod +x hlds-ubuntu24-installer.sh&lt;/code&gt;&lt;/pre&gt;

    &lt;h3&gt;2.2 Run the Installer&lt;/h3&gt;
    &lt;p&gt;Executing the script will install all 32-bit libraries, download SteamCMD and the server package, and apply compatibility fixes.&lt;/p&gt;
    &lt;pre&gt;&lt;code&gt;# Run the automated installer
sudo ./hlds-ubuntu24-installer.sh&lt;/code&gt;&lt;/pre&gt;

    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
        &lt;strong&gt;Note:&lt;/strong&gt; The script will prompt for manual input during the SteamCMD validation phase. Follow the on-screen instructions precisely.
    &lt;/div&gt;

    &lt;hr/&gt;

    &lt;h2&gt;3. Automated Features Summary&lt;/h2&gt;
    &lt;p&gt;The installer performs the following essential tasks:&lt;/p&gt;
    &lt;ul&gt;
        &lt;li&gt;Installs &lt;code&gt;i386&lt;/code&gt; architecture and all required 32-bit compatibility libraries.&lt;/li&gt;
        &lt;li&gt;Downloads and extracts the preconfigured HLDS package and SteamCMD.&lt;/li&gt;
        &lt;li&gt;Applies library fixes (&lt;code&gt;steamclient.so&lt;/code&gt; symbolic link and standard library patches).&lt;/li&gt;
        &lt;li&gt;Performs a manual server test to verify immediate functionality (handle with **Ctrl + C**).&lt;/li&gt;
        &lt;li&gt;Downloads the official &lt;code&gt;systemd&lt;/code&gt; service installer script (but does **not** enable the service yet).&lt;/li&gt;
    &lt;/ul&gt;

    &lt;hr/&gt;

    &lt;h2&gt;4. Optional: Dual Protocol (DProto) Activation&lt;/h2&gt;

    &lt;p&gt;To enable support for both Steam and Non-Steam clients (Protocol 47/48), execute the script with the &lt;code&gt;--no-steam&lt;/code&gt; flag after the initial setup is complete.&lt;/p&gt;

    &lt;pre&gt;&lt;code&gt;sudo ./hlds-ubuntu24-installer.sh --no-steam&lt;/code&gt;&lt;/pre&gt;

    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
        &lt;strong&gt;Note:&lt;/strong&gt; This option downloads &lt;code&gt;dproto.cfg&lt;/code&gt; and configures the server for dual protocol handling.
    &lt;/div&gt;

    &lt;hr/&gt;

    &lt;h2&gt;5. Installing the Persistent System Service (systemd)&lt;/h2&gt;
    &lt;p&gt;After the automated script finishes, the service installer is located in the user's home directory. Run this script to create and enable the robust &lt;code&gt;systemd&lt;/code&gt; service unit.&lt;/p&gt;

    &lt;p&gt;&lt;em&gt;Execute this as a &lt;code&gt;sudo&lt;/code&gt; user.&lt;/em&gt;&lt;/p&gt;
    &lt;pre&gt;&lt;code&gt;sudo /home/csserver/install_cstrike_service.sh&lt;/code&gt;&lt;/pre&gt;

    &lt;div style="background-color: #e8f7fa; border-left: 5px solid #3498db; padding: 10px; margin: 15px 0;"&gt;
        &lt;strong&gt;Service Prompt:&lt;/strong&gt; The service installer will ask for your Public/LAN IP and the desired game port.
    &lt;/div&gt;

    &lt;h3&gt;Service Management Commands&lt;/h3&gt;
    &lt;p&gt;Use standard &lt;code&gt;systemctl&lt;/code&gt; commands to manage the server process:&lt;/p&gt;
    &lt;pre&gt;&lt;code&gt;sudo systemctl start cstrike
sudo systemctl stop cstrike
sudo systemctl restart cstrike
sudo systemctl status cstrike&lt;/code&gt;&lt;/pre&gt;

    &lt;hr/&gt;

    &lt;h2&gt;6. Support and Credits&lt;/h2&gt;
    &lt;p&gt;This automated script complements the official SourceForge documentation. For manual steps or troubleshooting details, refer to the main guide.&lt;/p&gt;

    &lt;p&gt;&lt;strong&gt;Source Code Repository:&lt;/strong&gt; (Link to GitHub repository)&lt;/p&gt;
    &lt;p&gt;&lt;strong&gt;Official SourceForge Documentation:&lt;/strong&gt; (Link to manual guide)&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">comgunner</dc:creator><pubDate>Thu, 11 Dec 2025 04:46:07 -0000</pubDate><guid>https://sourceforge.net09239e24b5f28376b6d02bc72b3b8b2f814e2fb9</guid></item></channel></rss>