# Domain requirements for On-Premise

## Do I need to use a domain for my instance?

It is not mandatory, but it is highly recommended. Only domains can issue SSL certificates and therefore provide a secure HTTPS connection. If you configure to use only an IP address, you only have an unsecured HTTP connection. This is why configuring a web server to use an IP address is recommended only on classified subnets that are not accessible from the outside.

## What are requirements for the domain?

The only requirement is that it must be an "A" type DNS record pointing to your server.

## Do I need to register dedicated domains for API and admin panel?

This is optional and not a requirement. You can do this for your convenience. In the absence of dedicated domains, access to API and admin panel can be provided via subdirectories of the base domain of your instance, for example:

* domain.com/api/
* domain.com/panel/


---

# 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://navixy.com/docs/qna/on-premise/domain-requirements-for-on-premise.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.
