---
title: "Get everything ready in your network"
slug: "network-requirements"
updated: 2023-07-25T08:13:31Z
published: 2023-07-25T08:13:31Z
canonical: "docs.xtendise.com/network-requirements"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xtendise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get everything ready in your network

In order to make XTENDISE work in your network, we need you to do some configurations in your environment.

### 1. Install Windows Server

1. Get ready a virtual/physical server with Windows 2016/2019/2022 standard edition and with minimum of 4x CPU, 12 GB RAM, 200 GB HDD. The server has to be **joined to your Active Directory domain**.
2. Download the latest XTENDISE version on the server. The latest XTENDISE version can be found [here](/v1/docs/downloads).

          Windows Server License

          

XTENDISE license does not include a Windows license. The customer is responsible for licensing of the Windows server

### 2. Configure Active Directory

1. **Create an service/user account in your Active Directory** - This account will be used by the XTENDISE application to look up adminstrator accounts during authentication and authorization. You can reuse any existing service account with read only privileges.
2. **Create a group in Active Directory for XTENDISE administrators** - Users in this group will be authorized in the application as **Administrators**
3. **Create a group in Active Directory for XTENDISE users (optional)** - Users in this group will be authorized in the application as **Users**. User role is an optional role with limited privileges

          User authorization

          

Please see more information about User Authorization in the [Authentication and Authorization](/v1/docs/login) section

### 3. Configure ISE

1. **Enable ERS API** **ISE 2.X** - Navigate to *Administration -> System -> Settings -> ERS Settings-> ERS Setting for Primary Administration Node* and enable ERS for Read/Write **ISE 3.X** - Navigate to *Administration -> System -> Settings -> API Settings -> API Service Setting* and enable ERS (Read/Write)
2. **Create API users** - Navigate to *Administration -> System -> Admin Access -> Administrators -> Admin Users* and create two users: User **ers-xtendise** in the admin group **ERS Admin** User **mnt-xtendise** in the admin group **MnT Admin**
3. **Configure logging destination** - Navigate to **Administration / System / Logging / Remote Logging Targets** and create a new logging destination with the following configuration: **Name** - XTENDISE **Target Type** - TCP syslog **Host/IP address** - XTENDISE IP address **Port** - TCP/1468 **Maximum Length** - 8192 **Include Alarms For this Target** - True **Buffer Messages When Server down** - True **Leave other parameters in default**
4. **Assign logging categories** - Navigate to *Administration -> System -> Logging -> Logging Categories* and include the following categories: **Failed Attempts, Passed Authentications, RADIUS Accounting, Administrative and Operational Audit**

### 4. Configure Firewall rules

Configure the following fire rules.

| Source | Destination | Port | Note |
| --- | --- | --- | --- |
| XTENDISE | DNS Server | UDP/53 | Communication to DNS server |
| ANY | XTENDISE | TCP/80,443 | Access to the application |
| XTENDISE | AD server | TCP/389,636 | Communication to AD |
| XTENDISE | ISE (Both PAN nodes) | TCP/9060 | ERS API |
| XTENDISE | ISE (Both MnT nodes) | TCP/443 | Monitoring API |
| ISE (All PSN nodes) | XTENDISE | TCP/1468 | Logging for Live Log |
| XTENDISE | Switches | TCP/22 | Communication to switches |
| XTENDISE | ANY | ICMP | Device Keepalive Feature |
| XTENDISE | SMTP server | TCP/25 | Email Notifications |
| XTENDISE | SYSLOG server | UDP/514 | External logging |

          Firewall rules

          

Please note that the table lists communication requirements. If there is no firewall or any filtering device in your internal network, this step can be omited.

### 5. Configure WLC

Update the WLC configuration to log the AP name in the **Called-Station-ID** field in RADIUS accounting messages based on the picture bellow.

![image.png](https://cdn.document360.io/99399caa-aa32-4d7d-851e-81ae32d83446/Images/Documentation/image%28103%29.png)

When you are done with configurations in your network, please continue in [Install XTENDISE](/v1/docs/install-xtendise)
