Tutorials Navigation
How to Create your own Minecraft Server (Vanilla,No Hamachi)
Tutorial Name: How to Create your own Minecraft Server (Vanilla,No Hamachi)
Category: PC Tutorials
Submitted By: T-T
Date Added:
Comments: 2
Views: 23,380
Related Forum: PC Building Forum
Share:
So, when looking around, I haven't seen any good Minecraft server tutorials.
So I decided to make my own. Hope this helps.
So I decided to make my own. Hope this helps.
First things first, This is how to make a vanilla server (No plugins)
All links for this project will be at the very end (:
This is for windows only, I know it works on Windows 7 + 8
All links for this project will be at the very end (:
This is for windows only, I know it works on Windows 7 + 8
1. Download the latest version of "minecraft_server.exe"
2. Create a folder, Name it whatever you want, and Put the "minecraft_server.exe" inside of it. Don't forget to rename it! (Take out the numbers)
3. Double click the "minecraft_server.exe" and it should create some files for you.
4. Double click "eula.txt" Change "eula=false" and make it say "eula=true"
5. Double click the server again, and it should stay open now, after a few seconds in the box type "stop"
6. Right Click "server.properties" and click "open with" and find notepad.
7. Where it says "Online-mods=true" change it to "Online-mode=false"
8. Now where it says, "server-ip=" we need to put your IPV4 Address in there.
To find it, Go to "Run" (For windows 8, its Windows Button + R)
"Run"
Now, type "CMD" in run.
"CMD typed inside of Run"
Now, hit enter. A window like this should pop up.
Type in "IPCONFIG" (You should get this a bunch of numbers, but find this)
9. YOUR IPV4 SHOULD BE DIFFERENT!, FIND YOURS NOT MINE, and paste it inside of your "server.properties"
10. Save your server.properties,(Which is File<Save)
11. In the server folder you made, make a new text document like notepad.
12. Open it up and paste this in There are a TON of different things that it could be, so if this doesn't work there are others down below vvvv
13. Click File<Save as and save it as "run.bat"
14. Now we need to portforward. (Don't worry, getting into your router isn't needed)
We need to go into out internet browser, and search google for "utorrent"
One, you get to their site download it. You can chose to buy it, but it isn't needed. Just click "Free Download"
15. Once you've downloaded it, install it! Make sure you watch out for sneaky offers and to decline them all. Don't rush through the installation. Once it is done installing on your Keyboard hit "Control + P" To open Preferences, go to "connection" and type 25565 where I have it.
16. You are basically done!~ You can now connect to your server, but you have to find your IP address. Which you can find at [ Register or Signin to view external links. ]
Extra Links : Minecraft Server Download [ Register or Signin to view external links. ]
Utorrent [ Register or Signin to view external links. ]
Whatsmyip [ Register or Signin to view external links. ]
EXTRA NOTES : 1. YOU HAVE TO KEEP UTORRENT OPEN TO PLAY WITH FRIENDS!~ ALWAYS.
Other Java Codes
2. Create a folder, Name it whatever you want, and Put the "minecraft_server.exe" inside of it. Don't forget to rename it! (Take out the numbers)
3. Double click the "minecraft_server.exe" and it should create some files for you.
4. Double click "eula.txt" Change "eula=false" and make it say "eula=true"
5. Double click the server again, and it should stay open now, after a few seconds in the box type "stop"
6. Right Click "server.properties" and click "open with" and find notepad.
7. Where it says "Online-mods=true" change it to "Online-mode=false"
8. Now where it says, "server-ip=" we need to put your IPV4 Address in there.
To find it, Go to "Run" (For windows 8, its Windows Button + R)
"Run"
Now, type "CMD" in run.
"CMD typed inside of Run"
Now, hit enter. A window like this should pop up.
Type in "IPCONFIG" (You should get this a bunch of numbers, but find this)
9. YOUR IPV4 SHOULD BE DIFFERENT!, FIND YOURS NOT MINE, and paste it inside of your "server.properties"
10. Save your server.properties,(Which is File<Save)
11. In the server folder you made, make a new text document like notepad.
12. Open it up and paste this in
@ECHO OFF
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
13. Click File<Save as and save it as "run.bat"
14. Now we need to portforward. (Don't worry, getting into your router isn't needed)
We need to go into out internet browser, and search google for "utorrent"
One, you get to their site download it. You can chose to buy it, but it isn't needed. Just click "Free Download"
15. Once you've downloaded it, install it! Make sure you watch out for sneaky offers and to decline them all. Don't rush through the installation. Once it is done installing on your Keyboard hit "Control + P" To open Preferences, go to "connection" and type 25565 where I have it.
16. You are basically done!~ You can now connect to your server, but you have to find your IP address. Which you can find at [ Register or Signin to view external links. ]
Extra Links : Minecraft Server Download [ Register or Signin to view external links. ]
Utorrent [ Register or Signin to view external links. ]
Whatsmyip [ Register or Signin to view external links. ]
EXTRA NOTES : 1. YOU HAVE TO KEEP UTORRENT OPEN TO PLAY WITH FRIENDS!~ ALWAYS.
Other Java Codes
@ECHO OFF
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
-------------------------------------------------------------------------------------
@ECHO OFF
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
-------------------------------------------------------------------------------------
@ECHO OFF
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
-------------------------------------------------------------------------------------
@ECHO OFF
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
-------------------------------------------------------------------------------------
@ECHO OFF
java -Xms1024M -Xmx1024M -jar minecraft_server.1.7.10.exe gui
PAUSE
-------------------------------------------------------------------------------------
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
-------------------------------------------------------------------------------------
@ECHO OFF
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
-------------------------------------------------------------------------------------
@ECHO OFF
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
-------------------------------------------------------------------------------------
@ECHO OFF
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.exe
PAUSE
-------------------------------------------------------------------------------------
@ECHO OFF
java -Xms1024M -Xmx1024M -jar minecraft_server.1.7.10.exe gui
PAUSE
-------------------------------------------------------------------------------------
Ratings
Comments
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,522)
- 02. How to: Matrix Numbers | Batch File(1,910)
- 03. How to Password Protect Files on Windows(859)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,741)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,161)
- 06. How to embed an image on TheTechGame(3,102)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(13,011)
- 08. Host bot lobbies! Full Tutorial!(11,339)
- 09. Unban yourself [Plutonium BO2](14,258)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,393)
- 11. Best Crosshair Settings for Valorant(6,532)
- 12. Othercide The Surgeon Boss Guide(2,546)
- 13. Othercide Remembrances Unlock Guide(4,474)
- 14. Othercide Beginners Tips and Tricks(2,716)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,852)
"How to Create your own Minecraft Server (Vanilla,No Hamachi)" :: Login/Create an Account :: 2 comments