PDF download Download Article PDF download Download Article

This wikiHow teaches you how to host a cracked-friendly Minecraft server on your Windows or Mac computer. "Cracked" servers allow people who have unverified or illegally obtained Minecraft accounts to join. Keep in mind that this process will only work the Java, desktop versions of Minecraft—you cannot host a cracked server for the Windows 10 version of Minecraft, nor can you use this method for console or Pocket Edition players.

Part 1
Part 1 of 4:

Preparing to Install the Server

PDF download Download Article
  1. This will ensure that the port you forward later will remain attached to your computer. To assign a static IP address, access your router's page , then do the following:
    • Find your router's list of connected items.
      • This will vary from router to router. If you can't find a way to assign a static IP address, consult your router's documentation for specific instructions.
    • Select your computer.
    • Change your computer's number if necessary.
    • Click Save or Apply .
    • Wait for your router to finish rebooting if necessary.
  2. Forward the Minecraft port for your router . Once your computer has a specific IP address assigned to it, you can proceed with forwarding the Minecraft port (25565 by default):
    • Find the "Port Forwarding" section (again, consult your router's manual or online documentation for model-specific instructions) and create a new rule if necessary.
    • Enter "Minecraft" as the description or title.
    • Enter your computer's static IP address (usually "192.168.2.number") in the "IP" or "Address" section of the rule.
    • Select TCP & UDP from the "TCP" or "UDP" menu.
    • Enter 25565 in both port text boxes.
    • Ensure that the rule is enabled by checking its box or clicking the On button.
    • Save and apply your settings by clicking Save or Apply .
    Advertisement
  3. This process will vary slightly depending on your computer's operating system:
    • Windows — Right-click the desktop, select New , click Folder , type in Minecraft Server , and press Enter .
    • Mac — Click the desktop, click File , click New Folder in the drop-down menu, type in Minecraft Server , and press Return .
  4. Type java -Xmx3G -Xms1G -jar server.jar into the text file. If the server file's name is something other than "server.jar", replace the "server.jar" part of the text with the file's name and ".jar" instead.
    • The "Xmx3G" and "Xms1G" lines refer to the amount of computer RAM used (3 gigabytes at most, 1 gigabyte to start up). If your computer can't handle these specifications, you can lower them.
    • You can also use "M" instead of "G" to indicate megabytes instead of gigabytes if you want to use under a gigabyte of RAM.
  5. Again, this will vary depending on your computer:
    • Windows — Click File , click Save As... , type run.bat into the "File name" text box, click the "Save as type" drop-down box and click All Files , select your "Minecraft Server" folder, and click Save .
    • Mac — Click Format , click Make Plain Text , click OK when prompted, click File , click Save , type in run , click the downward-facing arrow to the right of the "Name" field, uncheck the "Hide Extension" box, replace the ".txt" part of the name with ".command", click Save , and click Use .command when prompted.
  6. Advertisement
Part 2
Part 2 of 4:

Installing the Server

PDF download Download Article
  1. If your computer's Java isn't up to date, you may run into issues while hosting your server:
  2. This is necessary to have installed on your computer before running any Java commands:
    • Go to the JDK webpage
    • Check the "Accept License Agreement" box below the "Java SE Development Kit 8u171" heading.
    • Click the download link to the right of your operating system.
    • Double-click the install file, then follow the on-screen instructions (on a Mac, you'll drag the Java icon onto the "Applications" folder).
  3. Go to https://www.minecraft.net/en-us/download/server in your computer's web browser, then click the minecraft_server.1.16.5.jar link in the middle of the page.
  4. Click and drag the downloaded JAR file onto the "Minecraft Server" folder, then drop it there.
    • You can also click the JAR file, press Ctrl + C (Windows) or Command + C (Mac), open the "Minecraft Server" folder, and press Ctrl + V (Windows) or Command + V (Mac).
  5. Open the "Minecraft Server" folder, then double-click the server.jar (or server ) file you moved into the "Minecraft Server" folder. Doing so will prompt a few files to appear in the folder.
  6. Once you see a text file entitled "eula" appear in the folder, double-click "eula" to open it, then replace the "eula=false" line at the bottom of the document with eula=true . You can then save the changes by pressing Ctrl + S (Windows) or Command + S (Mac) and close the document.
  7. It will resume running; a pop-up window with the server's progress will appear, and more files will add to the "Minecraft Server" folder.
  8. Once you see "Done!" at the bottom of the pop-up window, you can type stop into the bottom text field in the pop-up window and press Enter . The server will save its progress and quit.
    • This is the safest way to quit the server any time you're done using it.
  9. Advertisement
Part 3
Part 3 of 4:

Setting up the Server

PDF download Download Article
  1. It's in your "Minecraft Server" folder.
  2. In order to edit the file, you'll need to remove the period between "server" and "properties". To do so, right-click the file, click Rename in the resulting drop-down menu, and delete the period. Press Enter and then click Yes when prompted.
    • On a Mac, you can also click the file, click File , and click Rename... to bring up the rename text box.
  3. Once you've renamed the file, you can open it by doing the following:
    • Windows — Double-click the file, then click Notepad in the resulting window and click OK .
    • Mac — Click the file, click File , select Open With , and click TextEdit .
  4. Type your computer's static IP address on the other side of the "server-ip=" line of text near the top of the file.
    • For example, if your computer's static IP address is "192.168.2.25", you would have server-ip=192.168.2.25 here.
  5. Find the "online-mode=true" line of text, then replace "true" with false . This is what will allow players who have cracked Minecraft accounts to join your server.
  6. Press either Ctrl + S (Windows) or Command + S (Mac), then close the document. This will apply your new settings to your server the next time you run it.
  7. Advertisement
Part 4
Part 4 of 4:

Connecting to the Server

PDF download Download Article
  1. This process is as simple as going to https://www.whatismyip.com/ in your computer's web browser and looking at the number to the right of the "Your Public IPv4 is:" heading, though you can also just type what is my ip into Google to see the result displayed at the top of the page.
  2. Close the server if it's currently running, then double-click the run file that you created in your "Minecraft Server" folder and wait for it to finish loading before proceeding.
    • The server window must always be open while you're hosting your server.
  3. Double-click the Minecraft app icon, which resembles a grassy block of dirt, then click PLAY at the bottom of the launcher.
    • You may be prompted to log in with your Minecraft email address and password if you haven't opened Minecraft in a long time.
  4. It's in the Minecraft menu.
  5. You'll find this button in the lower-right side of the window.
  6. In the "Server Name" text box at the top of the window, type in whatever you want to name your Minecraft server.
  7. In the "Server Address" text box, type in your computer's static IP address.
    • In some cases, you can also type localhost into this box; however, this won't work on all networks, so you should stick to entering your computer's IP address.
  8. It's at the bottom of the window. This will create your server.
  9. Click the server's name at the top of the window.
  10. It's at the bottom of the window. This will open your server's world.
  11. You can do this by sending your public IP address to up to 19 of your friends and having them do the following: [1]
    • Open Minecraft and click Multiplayer
    • Click Direct Connect
    • Enter your computer's public IP address ( not the local IP address that you enter to host the server).
    • Click Join Server
  12. Disable your firewall if necessary. If your friends are unable to join your game, you may have to disable your computer's firewall. Keep in mind that this opens up your computer to attacks from intruders, so you should only do this when playing with trustworthy people.
  13. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How do I create a logo for a cracked server?
    Community Answer
    The same way you do for an official server. Make a picture that is 64 x 64 pixels, customize it to your liking, save it as "server-icon," and make sure it's a .png file. Then, drag and drop it to the root of your Minecraft server folder, and restart the server.
  • Question
    How do I become the admin in my own server?
    Community Answer
    In the log and chat, type "op (Player's Name)". If you want to be the admin, then type your name in.
  • Question
    How do I add plugins to the cracked server?
    Community Answer
    Simply create a server with plugins like normal, then change the above setting.
See more answers
Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • Remember to re-enable your firewall after you finish playing.
      • Using a pirated or cracked version of Minecraft can lead to copyright fines of up to five years of jail time and fines up to $250,000. While this is rarely enforced, bear in mind that using a cracked version of Minecraft is illegal. [2]
      Advertisement

      About This Article

      Article Summary X

      1. Assign a static IP to your computer.
      2. Forward the Minecraft port.
      3. Create and save the launch file.
      4. Install the latest version of Java.
      5. Download the Minecraft server JAR file.
      6. Run the server file.
      7. Edit the address and name of the server.properties file.
      8. Add the server address in Minecraft.

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 951,111 times.

      Did this article help you?

      Advertisement