# How to Create Networks

{% embed url="<https://youtu.be/2Wrafd-gIJo>" %}

### Purpose

Managing Networks in Netmaker

### Introduction and the Default Network

Netmaker networks serve as segmented overlay networks, essentially acting as virtual subnets that allow you to isolate traffic for different use cases, environments, or customers. This segmentation is a fundamental architectural component for managing secure communications between distributed nodes.

#### The Default Network

Immediately following the installation of the Netmaker server, the system automatically provisions an initial network for your environment. This default configuration allows you to begin connecting nodes without manually defining address ranges or access policies right away.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/dcc94c56-36c4-4a37-aa9d-c27011f27165-screenshot_0_18.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182900Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=c737050246bf8bf5176cf0b55cc60fa26316ea3d3821d0f42fca1d391bbbad15" alt=""><figcaption></figcaption></figure>

* **Locating the Network:** Access the Netmaker dashboard and find the entry named **Netmaker** in the central networks list.
* **Viewing Network Details:** To inspect the specific configuration or manage devices within this segment, click on the **Netmaker** network name. This view will display all associated nodes and their status.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/1f149fb2-c6cd-476f-925a-5c81047e922f-screenshot_1_24.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182901Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=bf1f679ef0a29bb6e746e0fb621a8cb3b973b54e546a290bc1dff966de44ed38" alt=""><figcaption></figcaption></figure>

#### Purpose of Network Segmentation

While the default network is fully functional for general use, creating multiple networks is a best practice for organizational security and clarity. Using distinct networks allows administrators to:

* **Segment Use Cases:** Separate production traffic from development or edge device management.
* **Tenant Isolation:** Create unique network environments for different clients or departments.
* **Address Management:** Assign specific IPv4 or IPv6 CIDR blocks to different logical groups of devices.

### Creating a Custom Network

Creating custom networks in Netmaker allows for effective segmentation of use cases, such as managing edge devices or isolating specific customer environments. Each network acts as a unique subnet or segmented overlay network.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/951681ea-2f1d-458b-8c18-13c59d4f3172-screenshot_2_38.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182900Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=82d6b3fe46e90facde3777b632568ac5ff2337984ae5c753948c624ff7dffc6c" alt=""><figcaption></figcaption></figure>

#### Initiating Network Creation

To begin, navigate to the **Networks** dashboard. Locate and click the blue **+ Create network** button positioned above the main network list. This action opens the configuration modal where you will define the parameters for your new segment.

#### Configuring Network Details

In the creation modal, you must provide a descriptive name and define the address space for the network:

* **Network Name:** Enter a specific identifier, such as **Edge Access**, in the name field to distinguish this segment from the default network.
* **IP Address Ranges:** Toggle the **IPv4** switch to enable it. It is recommended to use the **Auto-fill** feature to automatically generate a CIDR address range (for example, `100.92.191.0/24`). If your environment requires it, you can also enable **IPv6** to assign virtual IPv6 addresses to your devices.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/a68d91ff-0e12-4fa6-8ab3-28ab7548ce20-screenshot_3_82.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182901Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=3fb428e58c360101cbfbfeec420c6bd34b08cc9dc2e1dccab6a61616cd2fb765" alt=""><figcaption></figcaption></figure>

#### Defining Access Control

Before finalizing the network, you must determine how devices within this segment will interact by default:

* **Default Access Control:** Select the dropdown menu and set the policy to **ALLOW**. This ensures that nodes can communicate with each other immediately upon joining the network. Alternatively, you can choose to disable default connections if you prefer to manually authorize every peer-to-peer link.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/d701e839-8261-444e-98a1-fd144606d1a2-screenshot_4_104.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182901Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=fd57578af51ca3d87fc635eb80c3ef8b149b564d9f9b95cd808d906dac22e49a" alt=""><figcaption></figcaption></figure>

#### Finalizing the Setup

Once the naming, addressing, and access controls are configured, click the **Create Network** button at the bottom of the modal. This saves the configuration and adds the new **Custom Network** to your dashboard, making it ready for device enrollment.

### Segmenting with Multiple Networks

Netmaker allows you to create multiple segmented overlay networks to isolate different environments such as corporate offices, edge infrastructure, or cloud environments. This section demonstrates how to build out these specific use cases to keep traffic logically separated.

#### Adding a Use Case Specific Network

To create a network dedicated to a use case, for example employee office access, navigate to the main dashboard and click the **+ Create network** button.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/64765e20-5c5a-445b-8af5-ae21e7bb9a6a-screenshot_5_114.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182901Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=ff31b942533061567218906bb215db857e48a23f53e7e060aef7602473de5f61" alt=""><figcaption></figcaption></figure>

In the network creation modal, enter **Office** as the network name. This network is typically used for employees to access internal office resources securely. While the system can automatically assign an IP range, you can customize the subnet mask to fit your organization's scale.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/10b47ed8-3788-4ef2-a8ff-7cf1a8953725-screenshot_6_128.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182901Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=18f9de3d8d4357f019a4613ad69a9e954b0a8dd1c487cfb380f29a54d29301f1" alt=""><figcaption></figcaption></figure>

* **IPv4 Configuration:** Enable the **Auto-fill** switch.
* **Subnet Adjustment:** If you anticipate a large number of employees, manually change the CIDR suffix from `/24` to `/16` (e.g., `100.77.15.0/16`) to increase the available IP address pool.

#### Creating a Cloud Overlay

For scenarios involving the connection of disparate cloud or data center environments, you can establish a separate **Cloud Overlay**. This keeps infrastructure-to-infrastructure traffic separate from user-to-office traffic.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/e0ccde61-a8e2-475d-8db6-c38fc796e70a-screenshot_7_144.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182901Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=d396744689c650ae13e86df4a55d64e2ff47b0a9f3aef2b7be056215d108ef04" alt=""><figcaption></figcaption></figure>

1. Click **+ Create network** again from the network list.
2. Input **Cloud Overlay** in the **Network Name** field.
3. Enable **Auto-fill** for the IPv4 range and, similar to the office network, adjust the CIDR to `/16` to ensure plenty of address space for various cloud nodes.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/3bd7c946-2505-4435-a6d6-dba2b388828c-screenshot_8_148.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182901Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=f256843645bd7fc21a17f49f2ee66c5828e651b7e1e27bf02d3263dd885c3a27" alt=""><figcaption></figcaption></figure>

Once finished, return to the main **Networks** dashboard to view your new segments. You should now see a list of all active networks, including the default, edge, office, and cloud segments, each functioning as an isolated subnet.

### Deleting a Network

When a network segment is no longer required or was created for temporary use, it can be permanently removed from the Netmaker dashboard to maintain a clean workspace.

#### Navigate to the Networks List

To begin, return to the main dashboard by selecting **Networks** from the breadcrumb navigation or the sidebar menu. This view provides an overview of all currently active segments, such as the default "Netmaker" network or any custom overlays like "Office" or "Edge Access."

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/91222d56-5306-4b66-9747-2edaf0e8401d-screenshot_9_152.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182902Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=4c3424a366c37358c20f687f4309fc08a3484655b89d9dc3f780ac424e2f61cb" alt=""><figcaption></figcaption></figure>

#### Initiate Network Destruction

Locate the row for the network you wish to remove. On the right-hand side of the entry, click the **Destroy** button. Because deleting a network is an irreversible action that disconnects all associated nodes, Netmaker requires a safety confirmation.

#### Verify and Confirm Deletion

A confirmation modal titled **Destroy network \[Network Name]** will appear. To finalize the process, follow these steps:

1. Type the exact name of the network (e.g., `Netmaker`) into the validation input field.
2.

```
<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/26351b16-5fdd-4643-90c5-36a0f4e8492c-screenshot_10_160.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182902Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=1030fdf285b702013011973e942b1bc00367c976aafed0939011366d460c5e9f" alt=""><figcaption></figcaption></figure>
```

3. Once the name is correctly entered, click the red **Destroy** button at the bottom of the modal.

After clicking destroy, the network and its configuration will be permanently purged from the server, and the dashboard list will update to reflect the change.

![Final execution of the destroy command](https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/ebb880b6-7b55-49dc-9d09-79b3765f738d-screenshot_11_162.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256\&X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request\&X-Amz-Date=20260121T182902Z\&X-Amz-Expires=3600\&X-Amz-SignedHeaders=host\&X-Amz-Signature=2f85877fa85aa433693e8b4d88191faba5cc842bd1878e7533ad48746aa33db3)

### Conclusion and Next Steps

This tutorial has outlined the essential process of configuring and managing networks within the Netmaker dashboard. By creating segmented overlay networks such as "Edge Access," "Office," and "Cloud Overlay," you can effectively isolate traffic and simplify administrative oversight for distinct environments or client projects.

<figure><img src="https://limesync-general-production.000da24485a2eb1df827157d23f74fdc.r2.cloudflarestorage.com/c0d109fb-1725-4769-a8ed-443da5e18a40/6681c732-5ec0-44f2-a03e-ba3f00c20d36/85aa936b-0e6d-46a6-b8f8-1bfdb558a740/76c98d02-4e97-4d92-9cc0-c6a3664107ac-screenshot_12_165.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&#x26;X-Amz-Credential=934e8b232ee153ba21e195ef724a2066%2F20260121%2Fauto%2Fs3%2Faws4_request&#x26;X-Amz-Date=20260121T182901Z&#x26;X-Amz-Expires=3600&#x26;X-Amz-SignedHeaders=host&#x26;X-Amz-Signature=07e8f60b6082b1b5cf1cd7552bf9777c674e6fa424559f1fd908b5c2fc5655a3" alt=""><figcaption></figcaption></figure>

#### Next Tutorial: Device Integration

Now that the network segments are established, the next stage of the setup is to populate these subnets with active nodes. In the upcoming video in this series, we will focus on how to add devices to these networks to begin building out your secure, peer-to-peer infrastructure.


---

# 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://learn.netmaker.io/getting-started/walkthrough/how-to-create-networks.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.
