How To Turn Your Minecraft: Java Edition Singleplayer World Into A 24/7 Multiplayer Server
Websplaining
How To Turn Your Minecraft: Java Edition Singleplayer World Into A 24/7 Multiplayer Server
In this video I will show you how to turn your Minecraft: Java Edition singleplayer world into a 24/7 online multiplayer server. I will take you step by step through the process of making a copy of your Minecraft singleplayer world and changing that copy into a multiplayer server, allowing you to continue where you left off in your world and transferring over all your progress and builds. When your singleplayer world becomes a multiplayer server, it will be hosted on a server host provider 24/7, allowing your friends or guests to connect to your server even when your not online.
Get $100 in cloud credits from Linode using my referral link: https://www.linode.com/lp/refer/?r=e79e5bc41705426b5ccfc5d94059e6569b660f73
How To Get $100 FREE Linode Promotional Credit https://youtu.be/hqPwCnUUtzU
Steps To Turn Minecraft Singleplayer World Into A 24/7 Multiplayer Server:
- Open Minecraft: Java Edition Launcher and store all your inventory and wielded items into chests for the Minecraft singleplayer world you have chosen to be turned into a multiplayer server
- On the Minecraft home screen, click Singleplayer
- Click Edit
- Click Open World Folder
- Copy and paste all your Minecraft singleplayer world files into a new folder on your Desktop called "world"
- Sign up as a new customer to Linode using my referral link to get $100 worth of free trial credits to host your Minecraft Multiplayer Server Free for 60 days https://www.linode.com/lp/refer/?r=e79e5bc41705426b5ccfc5d94059e6569b660f73
- Create an Ubuntu Shared CPU Linode Server to host your 24/7 Minecraft Server on
- Connect to your Linode server using WinSCP client via SFTP and upload your "world" folder on your desktop which contains all your Minecraft singleplayer world files. Don't have WinSCP? Here is a video titled "How To Download And Install WinSCP - How To Transfer Files Using SFTP In WinSCP" on how to get it https://youtu.be/w-TI-e23Yuw
- Next, configure and setup your Minecraft 24/7 multiplayer server using a SSH client such as PuTTY. Don't have an SSH client? Here is a video titled "How To Install PuTTY on Windows 10" on how to get it https://youtu.be/0ptZPTTwRaE
- Open PuTTY and connect to your server via the SSH protocol.
- Type the following commands in order:
(I) apt update (II) wget [server.jar file copied link address from https://www.minecraft.net/en-us/download/server] (III) apt install openjdk-16-jre-headless
- Type "y" and press "Enter" on your keyboard (IV) java -Xmx1024M -Xms1024M -jar server.jar nogui (V) nano eula.txt
- Change eula=false to eula=true
- CTRL+O to save changes to eula.txt, press Enter, and CTRL+X to close nano (VI) apt install screen (VII) screen
- Press Enter (VIII) java -Xmx1024M -Xms1024M -jar server.jar nog ... https://www.youtube.com/watch?v=-w-j5-wgRZ4
161476845 Bytes