# UPnP Enabling Guide

## What is UPnP?

Universal Plug and Play (UPnP) is a common peer-to-peer network architecture used for computers and smart devices (or instruments). UPnP is based on Internet standards and technologies, such as TCP/IP, HTTP, and XML, enabling these devices to automatically connect and work together.

When UPnP is enabled on a router, and if the software on a user’s computer also supports the UPnP protocol, the router will open the corresponding virtual server ports according to the needs of the user’s software. For instance, if a Windows 7 computer starts a download using Thunder, and the router’s UPnP function is enabled, the router will automatically open the virtual server ports.

## How to enable UPnP?&#x20;

### **Step 1**

**Log in to the Management Interface of The Router**:

* Launch a web browser (Google Chrome, Microsoft Edge or any other alternatives) and enter the router’s IP address (typically in the form of`192.168.1.1` or `192.168.0.1`) in the address bar, then press Enter.&#x20;
* Enter the username and password of the router to log in. The default login credentials are usually found on a label on the bottom or back of the router. If you have previously changed the username and password, please use your custom login credentials.&#x20;

### **Step 2**

**Find the UPnP Settings Option**:

* Once logged in, select the “Advanced Settings” or “Network Settings” option in management interface of the router. The exact name on the menu may vary depending on the brand and model of your router.&#x20;
* Under “Advanced Settings” or “Network Settings" option, scroll down and select “UPnP” or “Port Forwarding” options.&#x20;

### **Step 3**

1. **Enable UPnP**:

   * On the UPnP settings page, there will typically be a switch or checkbox to enable or disable the UPnP function.
   * Select or toggle the “Enable” option, then save the settings.

### **Step 4**

**Restart the Router (if necessary)**:

* Some routers may require a reboot to apply the new settings. You may do this through the router’s management interface by selecting the “Restart” option, or by manually powering the router off and on again.

### **Step 5**

**Verify UPnP is Enabled**:

* Use a UPnP-enabled device or software (such as Thunder or a gaming console) to check if the UPnP function is working correctly. If UPnP is enabled and functioning properly, the router will automatically configure the necessary ports for these devices or software.

These above steps might vary depending on the router’s brand and model. For more specific guidance, consult your router’s user manual or visit the manufacturer’s support website. You may also refer to the following Youtube link for better visualization of UPnP enabling on your router.&#x20;

{% embed url="<https://www.youtube.com/watch?v=bAPzdgFd9bw>" %}
How to enable your the UPnP on The Router
{% endembed %}


---

# 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://multiple-network.gitbook.io/multiple-network/resourse/upnp-enabling-guide.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.
