Intelligent Desktop Virtualization (IDV) for Education
IDV Server Installation
Check on /opt/idv/auto-install.idvserver.idvbuild.log
cat /opt/idv/auto-install.idvserver.idvbuild.log
Expected logs are as follows:
If you encounter an error on LTSP and Veyon installation as shown here:
This might be caused by a network or PPA issue. To complete the installation, rerun this command.
# Switch to root account
sudo -i
# If you failed at ltsp installation, follow below step
add-apt-repository ppa:ltsp/ppa
apt update & apt install -y ltsp ltsp-binaries dnsmasq nfs-kernel-server openssh-server squashfs-tools ethtool net-tools
cp /opt/idv/artifact/ltsp.conf /etc/ltsp/ltsp.conf
reboot
# If you failed at veyon installation, follow below step
add-apt-repository ppa:veyon/stable
apt update && apt install -y veyon arp-scan
veyon-cli authkeys create teacher
veyon-cli config set Authentication/Method 1
veyon-cli networkobjects add location classroom
chmod +r "/etc/veyon/keys/private/teacher/key"
chmod +r "/etc/veyon/keys/public/teacher/key"
cp "/etc/veyon/keys/public/teacher/key" /home/idvuser/idvserver_veyon.key
chown -R idvuser:idvuser /home/idvuser