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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
title: Run a Minecraft server on OCI A1 Arm64 instances
3
3
4
+
description: Provision an Arm64 instance on Oracle Cloud Infrastructure, install the Java runtime, and deploy a persistent Minecraft server for multiplayer gameplay.
3. On the Security tab of the subnet page, choose the security list which is active for the instance
19
+
2. In the **Networking** tab, click on the subnet name:
20
+

21
+
3. On the **Security** tab of the subnet page, choose the security list which is active for the instance
21
22
(by default, this is called "Default Security List for vcn-xxxxxxxx")
22
-

23
-
4. Under "Security rules", add a new Ingress rule (this means the rule applies to incoming traffic
24
-
from outside the instance). Set "Source CIDR" to "0.0.0.0/0" (this means all IP addresses can
25
-
connect), and set the "Destination Port Range" field to 25565.
26
-

23
+

24
+
4. Under **Security rules**, add a new Ingress rule (this means the rule applies to incoming traffic
25
+
from outside the instance). Set **Source CIDR** to "0.0.0.0/0" (this means all IP addresses can
26
+
connect), and set the **Destination Port Range** field to 25565.
27
+

27
28
28
-
You will also need to update your local firewall to allow connections to port 25565 on your instance.
29
+
You will also need to update the instance's local firewall to allow connections to port 25565 on your instance.
29
30
Reconnect to your instance with SSH, and run the following commands on Oracle Linux:
@@ -43,17 +44,28 @@ usual, and connect to your brand new server!
43
44
### Connecting to the server from the Minecraft client
44
45
45
46
1. Start your Minecraft client and log in as usual.
46
-
2. Choose "Multiplayer" mode - read and click through the warning that third party servers are not operated
47
+
2. Choose **Multiplayer** mode - read and click through the warning that third party servers are not operated
47
48
by Mojang.
48
-
3. To add your server to the menu of available servers, choose "Add server", name your server
49
+
3. To add your server to the menu of available servers, choose **Add server**, name your server
49
50
something meaningful ("My OCI server" for example) and put the IP address of your instance into the
50
-
"Server Address" field:
51
-

51
+
**Server Address** field:
52
+

52
53
53
-
You can now join the server and start building!
54
-

54
+
You can now join the server and start building!
55
55
56
-
You can also share the address with your friends to start building a shared world. Have fun!
56
+

57
+
58
+
### What you've accomplished
59
+
60
+
In this guide, you successfully:
61
+
- Provisioned an Arm-based VM instance on Oracle Cloud Infrastructure.
62
+
- Installed Java and deployed the Minecraft server software.
63
+
- Configured OCI security ingress rules and server-side firewalls to expose the port.
64
+
- Added and connected to the server using the Minecraft client application.
65
+
66
+
### Next steps
67
+
68
+
Now that your server is running, you can share the IP address with friends for multiplayer play. You can also explore automated startup scripts to ensure the server automatically recovers from reboots.
@@ -79,6 +90,12 @@ that the process has completed successfully (timestamps will be different at the
79
90
[00:41:04] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
80
91
```
81
92
82
-
Your Minecraft server is now running - you can connect to it with the Minecraft client. Congratulations!
93
+
### What you've accomplished
94
+
95
+
You installed the open-source Java Runtime Environment on your instance, downloaded the Minecraft server files, accepted the End User License Agreement, and started the game server.
96
+
97
+
### Next step
98
+
99
+
With the server successfully running in the cloud, you will now open the necessary network ports to allow the Minecraft client to connect to your instance.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/minecraft-on-oci/oci-instance-start.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
-
title: Starting an OCI A1 or A4 instance on OCI
2
+
title: Start an OCI VM instance
3
+
description: Create and configure an Arm-based virtual machine instance on Oracle Cloud Infrastructure.
3
4
weight: 2
4
5
5
6
### FIXED, DO NOT MODIFY
@@ -9,18 +10,18 @@ layout: learningpathall
9
10
## Starting an OCI A4 or A1 instance
10
11
11
12
Once you have [created an OCI account](../csp/oci) and verified that you can start an
12
-
instance, we will create an AmpereOne powered A4 instance and connect to it with SSH to
13
+
instance, you will create an AmpereOne powered A4 instance and connect to it with SSH to
13
14
install the Minecraft Java server.
14
15
15
16
1. Log on to [Oracle Cloud](https://cloud.oracle.com)
16
-
2. On the$ OCI dashboard, navigate to Compute -> Instances to start a new instance:
17
-

17
+
2. On the OCI dashboard, navigate to Compute -> Instances to start a new instance:
18
+

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

24
+

24
25
* Beside the instance type, click the small black arrow to open options. Allocate 2 OCPUs
25
26
and 12 GB of memory to your instance
26
27
* Choose "Oracle Linux 9" or one of the other available images of your choice under "Change
@@ -37,21 +38,24 @@ install the Minecraft Java server.
37
38
5. Use default Storage options
38
39
6. After verifying that the instance is correctly configured, choose "Create" to provision a new
39
40
instance
40
-
7. It can take up to 2 minutes for your instance to be created. Once created, we need to ensure
41
+
7. It can take up to 2 minutes for your instance to be created. Once created, you need to ensure
41
42
that there is a public IP address to connect to by going to the "Networking" tab for the instance:

43
44
8. Scroll down and click on the VNIC name - `instance-yyyymmdd-HHmm` by default - then on the IP
44
45
administration tab, and click on the three dots on the primary IP row to edit the IP address type
45
46
associated with the instance to set its type to "Ephemeral public IP":
46
-

47
+

47
48
48
49
Take note of the IP address under "Public IP address". You should now be able to SSH into your
49
50
instance with the command
50
51
```
51
52
ssh -i <path to private key> opc@<public IP address>
52
53
```
53
54
54
-
Congratulations - you are connected to your OCI instance. Next we will install some prerequisites and
55
-
download and start the Minecraft server.
55
+
### What you've accomplished
56
56
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.
57
58
59
+
### Next step
60
+
61
+
Now that your VM is running and accessible, you will proceed to install Java and download the Minecraft server software.
0 commit comments