Create Your Own Minecraft Pe Server For Free
Youve just purchased Minecraft Pocket Edition and now you want to play it with your friends. Youve checked out realms but youre not ready to shell out ~ 10$ per month for a realm. The better alternative to Minecraft PE Realms is having your own Minecraft PE Server. A server will give you more flexibility and features in terms of customizability to realms and you can invite your entire group of friends or strangers to join the server and have fun together. In this article Ill show you how you can create your own Minecraft PE server for free.
Advantages of Minecraft PE servers over Realms:
- Highly customizable.
- Free forever, no monthly recurring fees.
- High number of concurrent players as opposed to just 11 concurrent players on realms.
- Realms have limited total users, whereas servers can have as many as you want depending upon the server resources.
There are a few ways you can create your own Minecraft PE server for free, here are the best ones:
How To Join A Minecraft Pocket/bedrock Edition Server
We have a video tutorial on how to connect to your MCPE server:
If you would like to join a Minecraft Pocked Edition server, there are a few things to consider:
- The server must be running any Minecraft Pocket/Bedrock Edition server type.
- Have Minecraft: Pocket Edition installed on a supported platform e.g. Windows 10, Mobile Devices .
- Your Minecraft: Pocket Edition application must be the same version that the server runs on. You can find the version on the bottom-right corner of the application.
Ip Address: Playcosmicpeme: 19132
CosmicPE is a server thats made for the Pocket Edition of Minecraft. It allows for various game modes but also has its own unique additions to offer to its active users. The server offers custom enchantments for you to make the most of your weapons and gear while its dedicated PvP Warzone tends to give the feel of a battle-royale game.
You May Like: Set Up Sky Factory 3 Server
Setting Up A Server For Bedrock Edition
Our Minecraft: Bedrock Edition Server Features

Powerful Hardware
Our server fleet utilizes premium hardware, with dual E5-2600 series processors, DDR4 ECC RAM,and Enterprise SSDs running on each server for the ultimate performance!
Unlimited Storage
Unrestricted access to the disk space and several other resources that your server uses toprovide the best experience possible. Concentrate on playing, not limits!
Ultra Low Latency
We have multiple locations throughout North America, Europe, Asia and more to ensure that youhave the highest performing service no matter where you are around the world.
Daily Backups
Also Check: How To Host Your Own Modded Minecraft Server
Connecting To The Minecraft Server
- If you are playing on the same machine on which the server is running, select the “Multiplayer” option in the game client, click direct connect, and then type in localhost instead of an IP address.
- Both hosting and playing on the same machine is not a recommended practice unless you have a powerful computer .
What You Need To Know About The Minecraft Bedrock Edition
Minecrafts popularity has remained high over the years. New developments that bring the game to more and more devices have helped it gain broad appeal. In fact, 91 million people were actively playing the game each month in 2018.
When it comes to understanding the different Minecraft editions, the most important thing to keep in mind is who you can connect and play with when using each version. When youre playing the game in the original Java version, youll only be able to communicate and play with other Java users.
This means there may be some players you cant connect with if they are using other versions or devices. The Bedrock Edition, on the other hand, enables players to unite in the game world, regardless of the devices theyre using. This means an Xbox gamer can join a PC gamer and a Nintendo Switch player in the same Minecraft game world. One important caveat: at this time, theres no Bedrock release for Mac, meaning the Java client for Mac wont be able to connect to a Bedrock server.
Recommended Reading: Sky Factory 4 Server Hosting Free
Why You Should Consider A Dedicated Server For Your Minecraft Setup
If youre familiar with WordPress, you know there are two options for creating a website with the platform. You can use the WordPress.com servers, or you can purchase server space and host your own copy of the open-source software.
Minecraft is similar, in that you can use its Realms option and pay to host a private server at an extra monthly fee. Just as with WordPress, there are limitations to this option, which you can avoid if you use your own dedicated server.
Here at DreamHost, we offer an excellent solution if youre looking for more control. Our dedicated server plans are fully-managed and have the speed, security, and memory you need to host Minecraft Bedrock.
Of course, were all about giving you options. If a dedicated plan is not what you need right now, you can also explore setting up a Minecraft server with our DreamCompute cloud hosting instead.
Create A Folder Download The Jar File
Once you’ve gotten Minecraft Java and the latest version of Java, you can get started on that server. For simplicitys sake, you should create a folder for all your files.
Right-click your desktop, scroll down to New, and select Folder.
Give this folder a name of your choosing. For this example, lets simply name it Server.
Now, you must grab additional key files, including the server JAR file. Fortunately Mojang Studios, Minecraft’s developer, hosts the files.
You May Like: Minecraft Sky Factory 4 Server
S To Setup Pocketmine
Great Job! Now we have a cloud virtual private server running our own Minecraft PE server. Now to be able to access it from anywhere we just need to do a couple of more things.
- Make sure the cloud server is assigned a static.
- Expose the Minecraft PE server port publicly so that anyone can connect to it. .
Best Minecraft Servers For Bedrock Edition
Minecraft Bedrock Edition is the version of the game thats designed to run on platforms such as Android, iOS, Xbox One, PS4, Windows 10, etc. The Bedrock Edition does differ from the Java Edition of Minecraft in several ways, and it also has a distinct set of servers to play the game on.
There are plenty of popular servers that have been created for Minecraft Bedrock Edition. These servers offer various kinds of game modes and have fairly active communities who log in to play every day. If youre looking for a few servers to try out your Minecraft Bedrock Edition, here are a few.
Read Also: Code Org Minecraft Hero’s Journey
Get Minecraft Java Edition And The Latest Java
There are a few key pieces of software you need to get started if you want to host the Minecraft server on your PC. Firstly, you need Minecraft Java Edition. If you own any other version of Minecraft, be it the console or Windows 10 editions, you cannot host your own custom server. If you have Minecraft Java, then you must install Java .
Head over to the Java Devkit page, or click and search for Windows x64 Installer.
This opens an installation wizard. Go through the installation process, and close the window when its complete.
Installing Nukkitx On Linux

First, enter into your terminal. This section of the tutorial will be designed for Ubuntu, so there may need to be edits made for other distros. Enter in the following commands to install java:
sudo apt-get update sudo apt-get install default-jre
Running NukkitX on Linux
Now that Java is installed, the environment is set up to run Nukkit. To run Nukkit properly, it is recommended that you create a startup script. Enter the following commands to create and begin editing the startup script:
touch start.sh chmod +x start.sh nano start.sh
Now that you are writing the startup script, enter in the following text into the editor:
echo Starting NukkitX Server… java -Xms -Xmx -jar Nukkit-.jar In the spot that states MINIMUM RAM, please enter the minimum amount of ram you wish NukkitX to have. In the place that indicates MAXIMUM RAM, enter in the maximum amount of ram you wish NukkitX to have. The VERSION should be the version of Nukkit that the jar file is. This is what I like to put for the current version of NukkitX at the time of creating this tutorial:
java -Xms512M -Xmx4G -jar Nukkit-1.0-SNAPSHOT.jar
That will set the minimum amount of memory to be 512 MB, the maximum amount of memory to be 4 GB, and the version to be the current Bedrock 1.12 version of 1.0-SNAPSHOT
Now, to keep the program running while you are gone, you will have to install GNU screen. Install GNU screen by typing the following:
screen -mS “NukkitX” ./start.sh
Don’t Miss: Xbox One Minecraft Seeds 2017
Running A Minecraft Bedrock Server On Windows
Today Ill share my experience with running the latest official Minecraft Bedrock server software Alpha 1.8 installed on Microsoft Windows, as well as setting it to launch at system startup.
I love games, but my attention span is about an hour long. I love super in-depth RPG games for about 8-24 hours of game play. Then I lose interest however I just keep coming back to Minecraft. I first bought it in the Alpha stages and loved the concept of the game. I could build, dig, fight, play online with others. Thats the cool part of this game. When PE came out I was excited but the features were limited for years so I stuck to my Java edition.
Once Bedrock edition linked mobile, Xbox, and Windows 10 platforms I was determined to get a server up and running without Realms.
I tried with PocketMine server and it worked but I didnt have any animals or mobs. Then I stumbled on the official Minecraft Bedrock server software which at the time was Alpha 1.7.
Needs
- Server software from the official Minecraft website
- A separate machine to run the server software or virtual machine would also work.
- Knowledge of port forwarding if you want to access your server from outside your network
Installing in Windows is super easy! After you install the Visual C++ redistributable unzip the downloaded server zip file somewhere youll remember like your desktop.
Inside the extracted archive youll find several files:
Reviews See All Ratings
Eric Watson
So I worked with Nit**** for 5+ years and recently we moved to Steam. I have spent DAYS researching and spending money on servers. I have spent time and money and want to…
Rick Hill
Super Quick and Efficient!Excellent turnaround on a trouble ticket both in terms of speed and resolution. MasonW was a great support tech th…
Joshua Wilson
G-Portal’s customer service is top notch. Over the past couple of years, every ticket I’ve had to submit has been resolved in literally minutes.And, I’m embarrassed to ad…
Recommended Reading: How To Make A Minecraft Logo
Checking The Compatibility Of Your Computer
How To Make A Minecraft Server: Bedrock
When it comes to making a Minecraft: Bedrock Edition server, things are a little bit different. All you really have to do is download the dedicated server software for Windows or Ubuntu here.
However, it is important to note that the dedicated servers for Minecraft: Bedrock Edition is an early release that isn’t currently fully supported, might contain severe issues, and support could drop at any time.
So, how exactly do you use the dedicated server software? Well, it’s recommended that you run the Bedrock Minecraft Server on 64-bit Intel or AMD processor machines with at least 2 cores and 1GB of RAM. It’s a bit different for Linux and Windows machines.
Linux
The Linux version of the Bedrock Server requires Ubuntu 18 or later . All you have to do is unzip the container file into an empty folder and start the server with the following command:
- LD_LIBRARY_PATH=. ./bedrock_server
Windows
The Windows version of the Bedrock Server requires either Windows 10 version 1703 or later, or Windows Server 2016 or later. All you have to do is unzip the file into an empty folder and start the server by executing the “bedrock_server.exe” file.
Don’t Miss: Dirt Generator Sky Factory 3
How To Make A Minecraft Server: Realms
The easiest way to make a Minecraft server is to purchase a small private server for friends through Minecraft: Realms. If you’d like to make a Minecraft server this way, all you have to do is click “Minecraft: Realms” and then select “Buy a Realm” or you could choose to get a trial version.
To finish signing up for Minecraft: Realms, you’ll need to add a credit card . Once your trial ends, you’ll be charged $7.99 per month unless you cancel your subscription within 30 days.
Develop And Save Your Player Whitelist
If players are having trouble accessing and playing the game on your server, you may need to create a whitelist file. This will add specific gamer information for your server to recognize. The file can contain the following command line:
This snippet is specifically designed for Xbox Live Gamertags. Youll also need to enable the whitelist option in your server.properties file. Once youre done adding information to the file, youll want to save it to the same directory as your server softwares executable files.
Also Check: How To Redeem Minecraft Code