Install Minecraft Server on Linux. (Ubuntu & Debian) - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: Install Minecraft Server on Linux. (Ubuntu & Debian) (/Thread-Install-Minecraft-Server-on-Linux-Ubuntu-Debian) |
Install Minecraft Server on Linux. (Ubuntu & Debian) - -SzX- - 07-16-2016 Hello ._. Maybe, this is my First Post? OMG!. Really, i want Share how to make your own Minecraft Server on your VPS (Only Linux OS). First for all, You will need VPS for do this (LOL). also with your Internet Connection. Also, You need SSH Client. ( PuTTY. ) <-- i Suggest you use this. 1. You need Login to your VPS Account. With PuTTY. (Remember, Only ROOT Permission can make Minecraft Server). 2. Before you Run any Commands for Lunching your MC Server, You need Update your OS. Code: sudo apt-get update 3. After that, we need to be sure that Java is installed on our server. You can check by typing this command: Code: java -version 4. If you don’t have Java installed, you will get a message that says "java: command not found". You can, then, download java through apt-get: Code: sudo apt-get install default-jdk 5. Remember!, You need Screen for do this. Because Do you want your server run 24/7? . Code: sudo apt-get install screen 6. Now, you need make Minecraft Server Folder. Code: mkdir minecraft 7. Of Course, Open your minecraft Folder. Code: cd minecraft 8. Now, You need to Download Minecraft Server Jar. i mean the Software. Code: wget -O minecraft_server.jar https://s3.amazonaws.com/Minecraft.Download/versions/1.7.4/minecraft_server.1.7.4.jar 9. Now, You need run for Testing your Server. With Commands Screen Sessions Mode. Code: screen -S "Minecraft server" 10. After files Downloaded, You can run The java. Code: java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui Quote:2012-08-06 21:12:52 [INFO] Loading properties And Then!, Your Original Minecraft is Running on your VPS. Now, You need Close / Shutdown your Server. by Clicking: ctrl-a d You can Reattach your Server with Commands: Code: screen -R Now, goto FTP and Login with your VPS Account. Then Open minecraft Folder for Installing Plugins, World, Setting Files & Server.properties Well, this is End of Tutorial. Original Tutorial is Goes Thanks for This Link. Have fun with your Server's. And Sorry for my Bad English, Also Cya~~ RE: Install Minecraft Server on Linux. (Ubuntu & Debian) - Honey - 07-17-2016 Good tutorial, will definitely be useful for some members out there! One thing I noticed that you are downloading a 1.7.4 Minecraft server which is a pretty outdated version and is barely used anymore, I would suggest going for atleast 1.8.8 since 1.10 is the latest version now.. RE: Install Minecraft Server on Linux. (Ubuntu & Debian) - kubanek_kuba - 07-17-2016 You can use Bitvise SSH Client instead of PuTTY. Console + SFTP in one program, easier to control your server RE: Install Minecraft Server on Linux. (Ubuntu & Debian) - -SzX- - 07-17-2016 (07-17-2016, 05:58 AM)Honey Wrote: Good tutorial, will definitely be useful for some members out there! Yaa, you just need to Search Minecraft Jar Directory List. or Searching on Google (07-17-2016, 08:13 AM)kubanek_kuba Wrote: You can use Bitvise SSH Client instead of PuTTY. Console + SFTP in one program, easier to control your server Yes, BitVise is Awesome. More Features & Secured too. RE: Install Minecraft Server on Linux. (Ubuntu & Debian) - Arkiven4 - 07-20-2016 just reminded, now before starting the server, we have to accept the Eula by editing eula.txt. And Change the value from false to true RE: Install Minecraft Server on Linux. (Ubuntu & Debian) - -SzX- - 07-21-2016 (07-20-2016, 11:35 PM)Arkiven4 Wrote: just reminded, now before starting the server, we have to accept the Eula by editing eula.txt. And Change the value from false to true OO Yaa, i forgot that thing.. Thanks for more Useful Tips (LOL) RE: Install Minecraft Server on Linux. (Ubuntu & Debian) - Conan - 07-21-2016 You don't need root to make a minecraft server if Java is installed already. It would need root if you specify ports <=1024 afaik. RE: Install Minecraft Server on Linux. (Ubuntu & Debian) - -SzX- - 07-21-2016 (07-21-2016, 02:12 PM)Conan Wrote: You don't need root to make a minecraft server if Java is installed already. It would need root if you specify ports <=1024 afaik. OO, Really?.. but i think You need root Permission for Editing likely Custom Java or Binary ._., but idk.. Thanks for it LOL! RE: Install Minecraft Server on Linux. (Ubuntu & Debian) - Vbbbb - 09-24-2016 Minecraft is banned on some vps though. You got to be careful and read the terms first. |