# Additional Software

#### Network Monitor

##### nlbwmon

```bash
opkg install luci-app-nlbwmon luci-i18n-nlbwmon-zh-tw
```

##### Netdata

1. Add the custom feed: [fantastic-packages](https://osslab.tw/books/openwrt/page/custom-feeds-source "Custom Feeds Source")
2. Run `opkg install luci-app-netdata`

#### 中文化介面

```bash
opkg install luci-i18n-base-zh-tw
```

#### Themes

##### Argon

1. Download \*.ipk: [https://github.com/jerrykuku/luci-theme-argon](https://github.com/jerrykuku/luci-theme-argon)
2. Install: `opkg install luci-theme-argon_2.3.2-r20250207_all.ipk`

#### DDNS

##### Duck DNS

- [Duck DNS](https://www.duckdns.org/)
- YT: [OpenWRT : Create your own VPN Server with OpenVPN - YouTube](https://www.youtube.com/watch?v=IvSxt6msOWg)

Install the packages

```bash
opkg install ddns-scripts luci-app-ddns
```

##### NoIP

- [Free Dynamic DNS - Managed DNS - Managed Email - Domain Registration - No-IP](https://www.noip.com/)
- YT: [OpenWRT - VPN into your Home network using OpenVPN | Roadwarrior - YouTube](https://www.youtube.com/watch?v=FnvP7dOmy9w)

Install the packages

```bash
opkg install ddns-scripts ddns-scripts-noip luci-app-ddns 
```