@@ -11,12 +11,14 @@ These addresses are available as well:
1111 - http://\< hostname\> - device ` hostname `
1212 - http://\< hostname\> .thisnode.info - device FQDN
1313 - http://\[ fd0d:fe46:8ce8::1\] - default anygw ipv6
14- - http://\[ fd0d:fe46:8ce8::x\: xx/64 \] - node default LAN ` br-lan ` ipv6 address
14+ - http://\[ fd0d:fe46:8ce8::x\: xx\] - node default LAN ` br-lan ` ipv6 address
1515
1616![ lime-app] ( /lime-app.png )
1717
1818## via SSH
1919
20+ Refers to [ SSH to OpenWrt] ( https://openwrt.org/docs/guide-quick-start/sshadministration )
21+
2022The following bash aliases are recommended:
2123- ` +ssh-rsa ` - (optional) Required if the node runs an openwrt older than the branch 23.05
2224- ` ussh ` - an alias to:
@@ -38,22 +40,30 @@ ussh root@thisnode.info
3840
3941Once the connection is established the default banners will be printed to the console:
4042```
41- BusyBox v1.36.1 (2025-12-30 22:05:19 UTC) built-in shell (ash)
43+ BusyBox v1.37.0 (2026-03-05 17:27:01 UTC) built-in shell (ash)
4244
4345 _______ ________ __
4446 | |.-----.-----.-----.| | | |.----.| |_
4547 | - || _ | -__| || | | || _|| _|
4648 |_______|| __|_____|__|__||________||__| |____|
4749 |__| W I R E L E S S F R E E D O M
4850 -----------------------------------------------------
49- OpenWrt 24.10.5, r29087-d9c5716d1d
51+ OpenWrt 25.12.0, r32713-f919e7899d Dave's Guitar
5052 -----------------------------------------------------
51- __ __ __ _______ __
52- | | |__| |--.----.-----.| | |-----.-----| |--.
53- | |__| | _ | _| -__|| | -__|__ --| |
53+
54+ === WARNING! =====================================
55+ There is no root password defined on this device!
56+ Use the "passwd" command to set up a new password
57+ in order to prevent unauthorized SSH logins.
58+ --------------------------------------------------
59+
60+ ___ __ __ _______ __
61+ | |_|__| |--.----.-----.| | |-----.-----| |--.
62+ | | | _ | _| -__|| | -__|__ --| |
5463 |_____|__|_____|__| |_____||__|_|__|_____|_____|__|__|
64+
5565 ------------------------------------------------------
56- LiMe master development (master rev. 94aa82c 20260105_1030 )
66+ LiMe master development (master rev. 7929208 20260304_1752 )
5767 ------------------------------------------------------
5868 https://libremesh.org
5969 ------------------------------------------------------
@@ -62,10 +72,22 @@ BusyBox v1.36.1 (2025-12-30 22:05:19 UTC) built-in shell (ash)
6272
6373 = edit via http://thisnode.info/app/#/notes or /etc/banner.notes =
6474
65- === WARNING! =====================================
66- There is no root password defined on this device!
67- Use the "passwd" command to set up a new password
68- in order to prevent unauthorized SSH logins.
69- --------------------------------------------------
70- root@openwrt:~#
75+
76+ OpenWrt recently switched to the "apk" package manager!
77+
78+ OPKG Command APK Equivalent Description
79+ ------------------------------------------------------------------
80+ opkg install <pkg> apk add <pkg> Install a package
81+ opkg remove <pkg> apk del <pkg> Remove a package
82+ opkg upgrade apk upgrade Upgrade all packages
83+ opkg files <pkg> apk info -L <pkg> List package contents
84+ opkg list-installed apk info List installed packages
85+ opkg update apk update Update package lists
86+ opkg search <pkg> apk search <pkg> Search for packages
87+ ------------------------------------------------------------------
88+
89+ For more information visit:
90+ https://openwrt.org/docs/guide-user/additional-software/opkg-to-apk-cheatsheet
91+
92+ root@openwrt:~#
7193```
0 commit comments