You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/minecraft-on-oci/_index.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: Run a Minecraft server on OCI A1 Arm64 instances
3
3
4
4
description: Provision an Arm64 instance on Oracle Cloud Infrastructure, install the Java runtime, and deploy a persistent Minecraft server for multiplayer gameplay.
5
5
6
-
draft: true
7
-
cascade:
8
-
draft: true
6
+
#draft: true
7
+
#cascade:
8
+
# draft: true
9
9
10
10
minutes_to_complete: 10
11
11
@@ -20,8 +20,10 @@ learning_objectives:
20
20
prerequisites:
21
21
- Review [Get started with Oracle Cloud Infrastructure](/learning-paths/servers-and-cloud-computing/csp/oci/)
22
22
- Install software that allows you to connect to a running instance over SSH
23
-
- Install the Minecraft client on your local laptop, and ensure that you have a Microsoft
24
-
or Mojang account to log in (it will help if you know the basics of playing Minecraft too)
23
+
- You will need a copy of the [Minecraft Java edition
24
+
client](https://www.minecraft.net/en-us/download) installed, and
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/minecraft-on-oci/minecraft-client-connect.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ layout: learningpathall
11
11
12
12
### Opening the port for the Minecraft server
13
13
14
-
Before you connect to the Minecraft server, you will change the network policy to allow clients to
15
-
connect to the Minecraft server over TCP port number 25565. To do this, you need to modify the
16
-
networking settings for your instance in the OCI dashboard.
14
+
Before you connect to the Minecraft server, you will change the network policy to allow clients
15
+
to connect to the Minecraft server over TCP port number 25565. To do this, you need to modify
16
+
the networking settings for your instance in the OCI dashboard.
17
17
18
18
1. On the OCI Instances page, choose your Minecraft server instance.
19
19
2. In the **Networking** tab, click on the subnet name:
@@ -26,27 +26,26 @@ networking settings for your instance in the OCI dashboard.
26
26
connect), and set the **Destination Port Range** field to 25565.
27
27

28
28
29
-
You will also need to update the instance's local firewall to allow connections to port 25565 on your instance.
30
-
Reconnect to your instance with SSH, and run the following commands on Oracle Linux:
29
+
You will also need to update the instance's local firewall to allow connections to port 25565 on
30
+
your instance. Reconnect to your instance with SSH, and run the following commands:
4. Choose **Multiplayer** mode - read and click through the warning that third party servers are not operated by Mojang.
48
+
5. To add your server to the menu of available servers, choose **Add server**, name your server
50
49
something meaningful ("My OCI server" for example) and put the IP address of your instance into the
51
50
**Server Address** field:
52
51

Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/minecraft-on-oci/oci-instance-start.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,16 @@ layout: learningpathall
9
9
10
10
## Starting an OCI A4 or A1 instance
11
11
12
-
Once you have [created an OCI account](../csp/oci) and verified that you can start an
13
-
instance, you will create an AmpereOne powered A4 instance and connect to it with SSH to
14
-
install the Minecraft Java server.
12
+
Once you have [created an OCI account](/learning-paths/servers-and-cloud-computing/csp/oci/)
13
+
and verified that you can start an instance, you will create an Ampere powered A1 instance
14
+
and connect to it with SSH to install the Minecraft Java server.
15
15
16
16
1. Log on to [Oracle Cloud](https://cloud.oracle.com)
17
17
2. On the OCI dashboard, navigate to Compute -> Instances to start a new instance:
18
18

19
19
3. Click "Create instance", then:
20
-
* Choose one of the availability domains offered to you with A4 instances available
21
-
* Select "Change shape", and set the instance type to Ampere VM.Standard.A4.Flex - if the
22
-
A4.Flex instance type is not available in your preferred
23
-
AD, try another, or choose VM.Standard.A1.Flex:
20
+
* Choose one of the availability domains offered to you with A1 instances available
21
+
* Select "Change shape", and set the instance type to Ampere VM.Standard.A1.Flex:
24
22

25
23
* Beside the instance type, click the small black arrow to open options. Allocate 2 OCPUs
26
24
and 12 GB of memory to your instance
@@ -30,7 +28,7 @@ install the Minecraft Java server.
30
28
5. Configure networking as follows:
31
29
* When prompted, create a new Virtual Cloud Network (VCN) and public subnet if you do not
32
30
have one already, or choose an existing VCN configuration
33
-
* Select "Automatically assign public IPv4 address" to to allow you to access the instance
31
+
* Select "Automatically assign public IPv4 address" to allow you to access the instance
34
32
remotely from your Minecraft server
35
33
* Create an SSH key pair if you do not have one (and download both private and public keys),
36
34
or upload the public key for an existing key pair so that you can connect to your instance
@@ -54,7 +52,7 @@ ssh -i <path to private key> opc@<public IP address>
54
52
55
53
### What you've accomplished
56
54
57
-
You successfully provisioned an Ampere A1 or A4 virtual machine instance on Oracle Cloud Infrastructure, configured its virtual network to assign a public IP address, and connected to the server securely over SSH.
55
+
You successfully provisioned an Ampere A1 virtual machine instance on Oracle Cloud Infrastructure, configured its virtual network to assign a public IP address, and connected to the server securely over SSH.
0 commit comments