Skip to content

OCI; Oracle Cloud Instance; Quick how to enable DynMap

Athar42 edited this page Nov 29, 2022 · 12 revisions

This quick How to is based on Ubuntu ARM64 with the free Oracle Cloud Instance (4 vCores / 24GB Memory / 200GB disk space)

In this tutorial, I'll not cover the creation of the instance, nor the installation and/or management of your Minecraft server.

Focus will be held on DynMap access.


Open ports to go through your instance

Go to your console, next in the menu, go to "Networking" and then select "Virtual Cloud Networks" image

On the new page, you should see your virtual network (in the form of "vcn-....", by default), select it. After that, select your subnet and then, the "Default Security List" (only one of each).

You should get a page similar to this screenshot : image

Select "Add Ingress Rules"

The first rule we add is for accessing DynMap : image

Then, we also need to allow the access to our Minecraft server (depend on which version you installed and/or mods to allow either clients to connect to your Java server) image

For all those settings, adapt the ports to your needs.

After that, you should have some rules like those one : image

A little of explanations here :

"Stateless" ==> We do not want to manually create Egress rules, so we do not check this box and let the system handles the connections. If we had selected it, we would had needed to create a rule to allow ANY destination to get out of our server from the DynMap web server port (to any destination port (as this is a random port, never the same).

"Source CIDR" ==> We want to get ANY outside connection to connect to our server, so we specify, in CIDR notation, all, with 0.0.0.0/0

"Source Port Range" and "Destination Port Range" ==> For this one, we set both settings to the same value (unless you want to "mess" with some proxies 😁 )


Open ports on your instance (Ubuntu)

To be completed, later... :D

Contents

Setup

Advanced Configuration

Mod Support

Developers

Clone this wiki locally