> For the complete documentation index, see [llms.txt](https://docs.catcraftmc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catcraftmc.com/setup/setting-up-oracle/setting-up-oracle-subnet.md).

# Setting Up Oracle Subnet

Now that your tea is brewed, it's time to get started setting up the ports you'll need to run a Minecraft server. Some of these will be optional, so only include the ones you'll actually need to make your server run. There are other ports that might need to be opened in the future, for other possible mods and add-ons. Follow these same steps, with the appropriate port numbers, to get everything setup.&#x20;

Under the Primary VNIC section of the Instance homepage, you should find a link to the subnet. Open that link.

![](/files/KXCPRN8bkgKuC7ZujqR3)

Under Security Lists, click on Default Security List ![](/files/ZwKK9SFh11kVO1DWAZpP)

Click on Add Ingress Rule

![](/files/FXrTPKSqv3TJYJFry45P)

In the Add Ingress Rules panel, set your Source CIDR to 0.0.0.0/0, your destination port to whatever port number you need to open, and throw in a quick label, so you don't forget what each option is for. 99% of the time, you'll want to open ports on TCP. The only exception that I can think of at this point in time, is if you're setting up Geyser, in which case it is a UDP port. Additional information can be found on the Geyser setup wiki, if you so desire.

![](/files/GAvJUIDd4HnQfZi4Sy99)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.catcraftmc.com/setup/setting-up-oracle/setting-up-oracle-subnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
