# What ports are publicly accessible?

Every client Application, Virtual Machine and Bare Metal host are assigned a unique Public IP address.  There are no ports or services blocked at the network layer.

Users should take best efforts to protect their instance including, for example, use of host-based firewalls ([ufw](https://wiki.ubuntu.com/UncomplicatedFirewall)) and intrustion prevention software ([fail2ban](https://github.com/fail2ban/fail2ban)).

{% hint style="info" %}
Network Firewall Services are under development for a future release of Denvr Cloud
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.denvrdata.com/docs/additional-information/faqs/what-ports-are-publicly-accessible.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
