...
Blicube BliKVM v4 Allwinner IP KVM based on Allwiner H616 SoC Armbian (like Ububntu 22.04) + bliKVM + bliKVM-site
Inside
AliExpress: 166$
ssh access
ssh default login: blikvm
...
Code Block |
---|
...
From https://github.com/ThomasVon2021/blikvm
533bb18..26fa184 master -> origin/master
* [new tag] v1.3.8 -> v1.3.8
* [new tag] v1.3.9 -> v1.3.9
* [new tag] v1.4.0 -> v1.4.0
...
Board type: BoardType.V4_H616
The latest release tag for blikvm is v1.4.0
The local version is Develop-1.3.8
Upgrading Develop-1.3.8 ==> v1.4.0
Download package: release-h616-v4.tar.gz please wait...
release-h616-v4.tar.gz downloaded to /tmp/kvm_update/release-h616-v4.tar.gz
Download release package success, start to install, please wait...
Upgrade successful!
|
Set static IP
https://wiki.blicube.com/blikvm/en/static_ip/#v4-version-armbian
Code Block |
---|
sudo vim /etc/network/interfaces |
Code Block |
---|
auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.0.100 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 192.168.0.1 |
Code Block |
---|
sudo reboot |
Restore OS
HOWTO: https://docs.pikvm.org/flashing_os/#flashing-the-image
...