ThomasVon2021 / blikvm

Open and cost-effective "KVM-over-IP". BliKVM comes in 4 different models, v1 CM4, v2 PCIe, v3 HAT and v4 Allwinner, based on Raspberry Pi and Allwinner SoC.
https://thomasvon2021.github.io/blikvm/
GNU General Public License v3.0
386 stars 35 forks source link

How to extract kvm-link binary? #109

Closed DerTFL closed 10 months ago

DerTFL commented 10 months ago

Hello. Please help! I need change some behaviour inside web ui, but I found that it is in the kvm-link binary file inside /usr/bin/blikvm/ Thanks!

ThomasVon2021 commented 10 months ago

You can use PhpStorm, rename kvm-link to kvm-link.phar

DerTFL commented 10 months ago

Thank you for your help.