# Accessing Harbor from a Server Other Than the Registry VM

By default, Harbor, running as a Docker container on the provided Registry VM, handles Pull/Push requests. However, to access Harbor from an external server, you need the Harbor SSL certificate.

## 1. Download the Harbor SSL Certificate

1\) Connect to the provided Registry VM and download the ca.crt file from the /etc/docker/certs.d/\[IP] directory.

## 2. Upload the ca.crt File to the External Server

1\) Upload the downloaded ca.crt file to the /etc/docker/certs.d/\[IP] directory on the external server, similar to the configuration on the Registry VM.

2\) Restart the Docker service on the external server.

3\) Log in to Docker using the docker login command.


---

# 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://cocktailcloud.gitbook.io/cocktail-cloud-online-en/advanced-course/registry-vm-harbor.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.
