5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 14:59:37 +00:00
yggdrasil-network.github.io/installation-linux-openwrt.md

33 lines
680 B
Markdown
Raw Normal View History

2019-08-07 13:08:28 +00:00
---
tags: dontlink
sitemap: true
---
# Installing on OpenWrt 19.07
Yggdrasil is supported on the OpenWrt based router.
Perform installation steps over SSH by connecting to the Router as the
`root` user, e.g. `ssh root@192.168.1.1`, or another admin-level user if
configured.
## Package install from repository
Install the `yggdrasil` package:
```
opkg update
opkg install yggdrasil
```
Yggdrasil can then be updated in the future by updating the packages:
```
opkg update
opkg upgrade yggdrasil
```
## After installation
Read the [OpenWrt platform page](platform-openwrt.md) page for information
on how to configure Yggdrasil and guidance on modifying the configuration.