<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>HOW TO? by JaoChai TuaLek</title>
      <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server</link>
      <description>Teach about Server
</description>
      <language>en-us</language>
      <pubDate>2021-05-19 06:29:49 UTC</pubDate>
      <lastBuildDate>2023-01-21 13:11:57 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://previews.123rf.com/images/bestvectorstock/bestvectorstock1808/bestvectorstock180806634/107282973-server-icon-vector-isolated-on-white-background-for-your-web-and-mobile-app-design-server-logo-conce.jpg</url>
      </image>
      <item>
         <title>1.1.1) DOWNLOAD Vanilla/Spigot/Craftbukkit/Bungeecord</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1538490121</link>
         <description><![CDATA[<div>Vanilla : http://gg.gg/un3qz<br>Spigot : http://gg.gg/un3pn<br>Craftbukkit : http://gg.gg/un3qp<br>Bungeecord : https://ci.md-5.net/job/BungeeCord/</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/5df0679ab8c7cfc7fc6cdf66be50fbaa/1.jpg" />
         <pubDate>2021-05-19 06:36:48 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1538490121</guid>
      </item>
      <item>
         <title>1.1.2) DOWNLOAD AND INSTALL JAVA /JAVA SE Version 8</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1538498264</link>
         <description><![CDATA[<div><strong>Java jre</strong> : http://gg.gg/un3rp<br>Java jdk : http://gg.gg/un3s4</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 06:40:47 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1538498264</guid>
      </item>
      <item>
         <title>1.1.3)[For Vanilla or Spigot or Craftbukkit] - CREATE FOLDER</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543004900</link>
         <description><![CDATA[<div>Create New Folder and put Vanilla/spigot/craftbukkit .jar file into folder</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/0ed6e21ebe4d1151a4fe8f488395c404/3.png" />
         <pubDate>2021-05-20 08:35:00 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543004900</guid>
      </item>
      <item>
         <title>1.1.4)CREATE NEW TEXT DOCUMENT.txt</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543020267</link>
         <description><![CDATA[<div>Create new text document.txt</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/da34943a6066590b2d0ed5bf00b8fb39/4.png" />
         <pubDate>2021-05-20 08:41:47 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543020267</guid>
      </item>
      <item>
         <title>1.1.5)OPEN .txt</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543024492</link>
         <description><![CDATA[<div>- Open .txt and type&nbsp;<br><br></div><pre>{Server Ram 1Gb}       java -Xmx1G -Xms1G -jar [name] .jar nogui

{Server Ram 2Gb}       java -Xmx2G -Xms2G -jar [name] .jar nogui

{Server Ram 3Gb}       java -Xmx3G -Xms3G -jar [name] .jar nogui

{Server Ram 4Gb}       java -Xmx4G -Xms4G -jar [name] .jar nogui</pre><div><br>-Xmx_G -Xms_G<br>You can edit RAM Server _ to 1 2 3 4~~ G It is RAM of Server I set RAM for Server 4G = -Xmx4G -Xms4G</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/402d902fc4f4557bd70e4bd4c6f7638d/5.png" />
         <pubDate>2021-05-20 08:43:38 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543024492</guid>
      </item>
      <item>
         <title>1.1.6)SAVE .bat</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543034192</link>
         <description><![CDATA[<div>- Fine\Save as<br>File name = Start.bat</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/e6f501e50344b8aba27a7a3c85f300f9/6.png" />
         <pubDate>2021-05-20 08:48:03 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543034192</guid>
      </item>
      <item>
         <title>1.1.7)DOUBLE CLICK START.bat</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543055561</link>
         <description><![CDATA[<div><strong>Doubel click Start.bat</strong></div><pre>It will automatically close and it will create an eula.txt file.&nbsp;</pre><div><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/fe26cc41aaae9fbc0ab71a665910ee14/7.png" />
         <pubDate>2021-05-20 08:57:23 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543055561</guid>
      </item>
      <item>
         <title>1.1.8)OPEN EULA.txt</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543060236</link>
         <description><![CDATA[<div>You will see eula=false<br>edit false to ture. and save (Ctrl+S)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/a6c95da40d7f977cafa8ec6707ff12ff/8.png" />
         <pubDate>2021-05-20 08:59:18 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543060236</guid>
      </item>
      <item>
         <title>1.1.9)DOUBLE CLICK START.bat AGAIN</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543066950</link>
         <description><![CDATA[<div>Double click Start.bat again</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/0c5a5e783aa5049a2df92ed90a8e731c/9.png" />
         <pubDate>2021-05-20 09:02:14 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543066950</guid>
      </item>
      <item>
         <title>1.2.1) BASIC SETTINGS</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543088393</link>
         <description><![CDATA[<div>Basic settings<br>- Open server.properties with Notepad/Notepad++ <br><br><strong>[Data in the Settings in server]<br>Click</strong></div>]]></description>
         <enclosure url="https://padlet.com/padlets/dfs7kioasd82w38e" />
         <pubDate>2021-05-20 09:12:15 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543088393</guid>
      </item>
      <item>
         <title>2.1.1) DOWNLOAD Steamcmd</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543347009</link>
         <description><![CDATA[<div>DOWNLOAD Steamcmd<br>https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/2c41cd52ba0c39f92baf596fe251fe81/2_1.png" />
         <pubDate>2021-05-20 11:34:54 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543347009</guid>
      </item>
      <item>
         <title>2.1.2) DOUBLE CLICK steamcmd .exe</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543351345</link>
         <description><![CDATA[<div>Double Click Steamcmd .exe</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/cfe6d5ccf887fbe7473fb0967e165796/2_2.png" />
         <pubDate>2021-05-20 11:37:03 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543351345</guid>
      </item>
      <item>
         <title>2.1.3) Type Login anonymous. </title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543362598</link>
         <description><![CDATA[<div>Type <strong>login anonymous<br></strong>in steamcmd and Enter</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/30fbdd97fcb441af2f6e1ddf79d6754f/2_3.png" />
         <pubDate>2021-05-20 11:42:18 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543362598</guid>
      </item>
      <item>
         <title>2.1.4) Type app_update 258550 validate. </title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543368335</link>
         <description><![CDATA[<div>Type <strong>app_update 258550 validate<br></strong>in steamcmd and enter<strong><br></strong>Wait until finished, it will be as in the picture.</div><div>When finished, turn off steamcmd by typing <strong>quit</strong></div><div><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/edf8c9644896b867b3f81ad6ad411233/2_4.png" />
         <pubDate>2021-05-20 11:45:02 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543368335</guid>
      </item>
      <item>
         <title></title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543394916</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/b87b61540cb883f9b4f3fa4f9b088dee/download.png" />
         <pubDate>2021-05-20 11:56:26 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543394916</guid>
      </item>
      <item>
         <title>2.1.5) Go to ...\steamapps\common\rust_dedicated</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543439652</link>
         <description><![CDATA[<div>Go to ...\steamapps\common\rust_dedicated</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/2fba1c9a5bc540f3011ee7db1095957c/2_5.png" />
         <pubDate>2021-05-20 12:13:01 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543439652</guid>
      </item>
      <item>
         <title>2.1.6) Create New Text Document.txt</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543450864</link>
         <description><![CDATA[<div>Create New Text Document.txt and enter the code according to this link <strong>RUST CODE START SERVER.bat</strong><br>Then Save As is renamed to Start.bat<br><br><br></div>]]></description>
         <enclosure url="https://padlet.com/padlets/dfs7kioasd82w38e" />
         <pubDate>2021-05-20 12:16:51 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543450864</guid>
      </item>
      <item>
         <title>2.1.7) Doubel Click Start.bat for Start the Rust Server</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543498753</link>
         <description><![CDATA[<div>Doubel Click Start.bat for Start the Rust Server And enjoy</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/b4b653c21058fb927e13fc73bff9368d/2_7.png" />
         <pubDate>2021-05-20 12:31:41 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543498753</guid>
      </item>
      <item>
         <title>2.1.8) How to Login Server</title>
         <author>nemotheking1150</author>
         <link>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543500418</link>
         <description><![CDATA[<div>Go to Rust game menu Press F1<br><strong>client.connect 127.0.0.1:28015<br></strong><strong><sub>client.connect YourserverIP:28015</sub></strong></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201528434/c3931886e6e0781480d041edde524b96/2_8.png" />
         <pubDate>2021-05-20 12:32:11 UTC</pubDate>
         <guid>https://padlet.com/nemotheking1150/Tutorial_For_NewDevelop_of_Server/wish/1543500418</guid>
      </item>
   </channel>
</rss>
