<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[New CoD4x WebAdmin v2.1.5 Relase]]></title><description><![CDATA[<p dir="auto">How to upgrade from v2.0.5 to v2.1.5</p>
<ul>
<li>Get the latest version from the <a href="https://github.com/byNeHo/CoD4x-WebAdmin/releases" target="_blank" rel="noopener noreferrer nofollow ugc">GitHub</a></li>
<li>Since you have already changed the app/config/config.json file backup that file so you can over write the new one</li>
<li>In this release we have included <strong>Plugin Download cod4x files from GitHub</strong> please read all the <a href="https://forum.cirkus-serveri.com/topic/74/download-cod4x-files-from-github" target="_blank" rel="noopener noreferrer nofollow ugc">instructions here</a> to be able to use the plugin and compile cod4x binary files with 1 click from now on via the CoD4yWebAdmin application</li>
<li>The new plugin requires new lines in app/config/config.json file, you can add these lines to your backed up config file, these are the new lines</li>
</ul>
<pre><code>"cod4x_compile": {
		"download_link" : "https://github.com/callofduty4x/CoD4x_Server/archive/dev_newarch.zip",
		"dir_root" : "/home/linux_user/CoD4x_Server-dev_newarch",
		"zip_file_name" : "dev_newarch.zip",
		"save_directory_path" : "/var/www/mywebsite.com/html/public"
},
</code></pre>
<p dir="auto">You can compare your app/config/config.json with the new one and add these lines, here is a link to the new lines, where they start <a href="https://github.com/byNeHo/CoD4x-WebAdmin/blob/master/app/config/config.json#L57" target="_blank" rel="noopener noreferrer nofollow ugc">GitHub</a></p>
<p dir="auto">After you have added the new lines to your existing config.json file once again, make sure you change all the data in the lines as described <a href="https://forum.cirkus-serveri.com/topic/74/download-cod4x-files-from-github" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> to be able to use the new plugin.</p>
<ul>
<li>Upload the new GitHub files to your website location, over write app/config/config.json with yours after you have updated it with the new lines and configured it</li>
<li>Add the new plugin to your database with next command in putty after you</li>
</ul>
<pre><code>cd /var/www/mywebsite/html/app/seed
</code></pre>
<p dir="auto">run the update file (if node is not working try to run the command with nodejs)</p>
<pre><code>node update.js
</code></pre>
<ul>
<li>Start the application</li>
</ul>
<pre><code>cd /var/www/mywebsite/

npm start
</code></pre>
<p dir="auto">if you are using PM2 start it with</p>
<pre><code>pm2 start npm --name "my_choosen_app_name" -- start
</code></pre>
<p dir="auto">If you need help let me know here in the comments</p>
]]></description><link>http://localhost:4567/topic/75/new-cod4x-webadmin-v2-1-5-relase</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 04:02:49 GMT</lastBuildDate><atom:link href="http://localhost:4567/topic/75.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 Mar 2019 02:01:17 GMT</pubDate><ttl>60</ttl></channel></rss>