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

# Onboarding

> Configure Draytek Vigor for Wiacom Portal — legacy mode

<Warning>
  Portal URL and RADIUS details are region-specific. Obtain them from Wiacom before starting.
</Warning>

## Step 1 — Add the Device to Wiacom

1. Go to **Inventory → Routers → Add New Router**
2. Select **Draytek / Vigor** from the vendor dropdown
3. Under **Network address**, enter the router's WAN MAC address (`AA:BB:CC:DD:EE:FF` format)
4. Leave NASID empty
5. Assign a location and click **Save**

## Step 2 — Create a Hotspot Profile

Log in to the Draytek router and go to **Hotspot Web Portal → Profile Setup**. Click an available index to edit.

### Login Method (Step 1)

Set login method to **RADIUS Login**.

### Whitelist / Walled Garden (Step 4)

Add the following domains:

| Category             | Domains                                                                   |
| -------------------- | ------------------------------------------------------------------------- |
| **Required**         | `*.wiacom.ai`                                                             |
| Facebook / Instagram | `*.facebook.com`, `*.fbcdn.net`, `*.akamaihd.net`, `connect.facebook.net` |
| Google               | `*.google.com`, `*.googleapis.com`, `*.gstatic.com`                       |
| Twitter / X          | `*.twitter.com`, `*.twimg.com`                                            |
| LinkedIn             | `*.linkedin.com`, `*.licdn.net`, `*.licdn.com`                            |

Add any additional domains used in your portal customization.

### RADIUS Settings

| Field               | Value                    |
| ------------------- | ------------------------ |
| RADIUS server       | `<RADIUS_SERVER_IP>`     |
| Authentication port | `1812`                   |
| Accounting port     | `1813`                   |
| Shared secret       | `<RADIUS_SHARED_SECRET>` |

### More Options (Step 5)

After **Save & Next**, go to **More Options**:

| Field                             | Value                      |
| --------------------------------- | -------------------------- |
| Landing Page After Authentication | `<PORTAL_URL>?res=success` |
| Captive Portal Detection          | Enable                     |

## Step 3 — Apply to Guest Interface

Under **Applied Interfaces**, assign the profile to your guest WLAN interface(s) on both 2.4 GHz and 5 GHz radios as needed. Click **Finish**.

## Troubleshooting

<AccordionGroup>
  <Accordion title="Guests not redirected to portal">
    Confirm the profile is applied to the correct WLAN interface and Captive Portal Detection is enabled. Disable HTTPS Redirection if guests browse HTTPS-only.
  </Accordion>

  <Accordion title="RADIUS authentication fails">
    Verify RADIUS server address and shared secret match values from Wiacom.
  </Accordion>
</AccordionGroup>
