Getting Started Resource Center / 10-Minute Tutorials / ...
Download Minecraft: Education Edition to try a free coding lesson or trial the full version with your class. Available to all Windows, Mac and iPad users. Start your Minecraft journey today!
Minecraft For Free On Amazon
Amazon Lightsail is the easiest way to get started on AWS. It offers virtual servers, storage, databases and networking, plus a cost-effective, monthly plan.
In this tutorial, you set up a dedicated Minecraft server on Amazon Lightsail.
About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features Press Copyright Contact us Creators. Minecraft Marketplace Discover new ways to play Minecraft with unique maps, skins and texture packs. Available in-game from your favorite community creators. Purchases and Minecoins roam across Windows 10, Xbox One, Mobile, and Switch. Minecraft for PC/Mac supports online multiplayer and solo play. Take advantage of limitless supplies and create anything you can imagine in Creative Mode. Mine, craft, and go on exciting adventures in Survival Mode. Journey into the depths and take on the Ender Dragon, if you dare! 1-16 dei 813 risultati in 'minecraft pc'. Spedizione gratuita per ordini spediti da Amazon da €25 in libri o €29 sulle altre categorie.
Before you begin, accept the EULA for Minecraft.
About this Tutorial | |
---|---|
Time | 10 minutes |
Cost | $5.00 |
Use Case | Compute |
Products | Amazon Lightsail |
Audience | Developer |
Level | Beginner |
Last Updated | November 20, 2020 |
This tutorial is free tier eligible.
Once you've created a Lightsail account, sign into the Lightsail console.
Already have an account? Sign-in
a. Choose Create instance in the Instances tab of the Lightsail home page.
b. Choose Change Region and Availability Zone to create your instance in another location.
Select the closest Region to you so that you have good latency when playing.
c. Choose Linux as your platform, and select Ubuntu as your Blueprint.
When choosing your Blueprint, ensure you are selecting from the subsection, OS Only, not Apps + OS.
To learn more about Lightsail Blueprints, see Choose an Amazon Lightsail instance image.
d. Choose your instance plan.
Select the $5/month instance plan.
Note: If you expect to build a large world with more players, consider choosing a more powerful instance.
f. Double-check everything and then click Create instance.
a. Once your server is ready, select it, and click the Networking tab.
b. In the Networking tab, add a firewall rule to allow port 25565.
This is the default port used by the Minecraft network protocol.
c. Open port 25565 to enable Minecraft clients to connect to the server.
d. Navigate to the Connect tab, and select Connect using SSH.
e. SSH to your Lightsail instance from your browser by using the public IP address. You will need this Public IP address later in the tutorial, too.
f. This will open a browser popup with a browser window for you to run commands on your Lightsail instance. Once connected, run:
g. Update the server and install the Java Runtime.
a. Run the following commands within your Lightsail SSH session.
Minecraft Amazon Pc Game
b. The first time you try to start the Minecraft server, it will display an error indicating that you must accept the EULA.
c. In order to accept the EULA, you need to write 'eula=true' to the contents of eula.txt, but since this file is owned by root, you need to change ownership first.
To do so, enter the following command:
d. Monitor the console for any errors. If everything goes well, here's what you should see:
Once the Minecraft server is up and running, if you need to run other commands in your SSH session without stopping the server, exit screen by pressing 'CTRL+A' and then 'd'.
Next time you connect to your Lightsail instance, you'll be greeted with an empty bash prompt. Don't worry, your server is probably running within a screen session. To list the active screen sessions, run 'screen -ls'. In the output, each line begins with the ID of the session. If you only have a single screen session, you can connect to it by running 'screen -r'. If there are multiple sessions, you will need to run 'screen -r ' where ID is the session ID.
a. On your client machine install and launch Minecraft. Enter your unique IP address in the Multiplayer/server. Then press Done.
If you have trouble adding your server, double check the IP address and make sure port 25565 is open in Step 1.
Now you can share your server IP Address with your friends and family and enjoy a fast, reliable private Minecraft Server!
Now that you can connect to your instance, what you do next depends on how you plan to use it. For example, you can:
- Create a static IP address for your instance to keep the same IP address each time you stop and start your Lightsail instance.
- Create a snapshot of your instance to keep as a backup.
- Attach a disk to your instance to add more storage space
You used Amazon Lightsail to easily host a Minecraft server.
Amazon Lightsail is great for developers, WebPros, and anyone looking to get started on AWS in a quick and cheap way. You can launch SSD-based instances, databases, manage domains, load balancers, and much more.