> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/applications/create-nextcloud-hub.md).

# Create Nextcloud Hub

"Empower your digital experience by creating your Nextcloud Hub with ease! Simply head to the Apps section, click on 'Create App,' enter your custom domain (e.g., next2.enclaive.cloud), and finalize the details. Before proceeding, ensure your DNS records are set up. After creation, visit your custom domain, create a secure admin account, and click 'Install.' For now, focus on file storage, as our upcoming enterprise edition will introduce support for additional apps. Your always-encrypted Nextcloud is now ready to enhance your workflow!

1. Navigate to <mark style="color:orange;">`Apps`</mark>, and click <mark style="color:orange;">`Create App`</mark>.

<figure><img src="/files/CA70coAQ3anGcvWNS3XE" alt=""><figcaption></figcaption></figure>

2. Enter a custom domain (`next2.enclaive.cloud` in the example here), finalize all the other information, and click <mark style="color:orange;">`Create App`</mark>.

{% hint style="info" %}
**Note:** If you want a custom domain, e.g. `next2.enclaive.cloud,`ensure you have  set up the record<br>

CNAME   \<your-custom-subdomain>   m4rgdmtr.1d.pt\
\
where \<your-custom-subdomain> points to your subdomain. In the example the subdomain is `next2.`
{% endhint %}

{% content-ref url="/pages/xAHzQDD9zPBNqooAq1Y6" %}
[Manage DNS](/enclaive-multi-cloud-platform/tutorials/buckypaper/manage-dns.md)
{% endcontent-ref %}

<figure><img src="/files/Wxc5oYmCxIp1oThavrlr" alt=""><figcaption></figcaption></figure>

3. You should see the following page after the creation is complete.

<figure><img src="/files/VMYWputf8nJI7wo51xy7" alt=""><figcaption></figcaption></figure>

4. Navigate to the custom domain you entered. Create an admin account (remember to choose a different strong password), and click <mark style="color:orange;">`Install`</mark>.

<figure><img src="/files/7ylN0YKPlQyvbgMplcg3" alt=""><figcaption></figcaption></figure>

5. Skip installation of other apps, as currently, we have no support for other apps than file storage. The enterprise edition is coming which will allow you to use these apps.

<figure><img src="/files/B8MEmeBNk6Jud6OUHlSn" alt=""><figcaption></figcaption></figure>

6. Now your always-encrypted nextcloud is ready!

<figure><img src="/files/ZtmnFjVZETgYeyx6Id7K" alt=""><figcaption></figcaption></figure>


---

# 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.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/applications/create-nextcloud-hub.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.
