# 01a) Creating a network for Pterodactyl

So to ease up the installation process, and make Cosmos act nicely with our Pterodactyl panel, database, cache, and wings. We'll create a network for all Pterodactyl parts to connect to. This should make the installation a bit easier.

### Creating a Docker network

1. Create a bridge network in Docker by running this command. This will create a `bridge` network named `cosmos-pt-all` .&#x20;

```bash
docker network create cosmos-pt-all
```

2. You can see if the network has been created with:

```bash
docker network -ls
```

3. The `cosmos-pt-all` network should show up on the list.
4. From a console point of view, it should simply look like this:

[![asciicast](https://asciinema.org/a/lkciJpNyCsAEjunl9cIW5SDYj.svg)](https://asciinema.org/a/lkciJpNyCsAEjunl9cIW5SDYj)

5. Done! Let's continue.


---

# 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://guides.engels.zip/pterodactyl-setup/01-installing-pterodactyl/01a-creating-a-network-for-pterodactyl.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.
