For latest operating system templates:
- CentOS 7
 - AlmaLinux 8
 - AlmaLinux 9
 - Rocky Linux 8
 - Rocky Linux 9
 - Ubuntu 20.04
 - Ubuntu 22.04
 - Ubuntu 24.04
 - Debian 11
 - Debian 12
 
TUN/TAP device is already activated by default and the customer shouldn’t do anything about it.
For VPS administrators with older operating system versions, please execute these commands via SSH:
mkdir -p /dev/net
mknod /dev/net/tun c 10 200
chmod 600 /dev/net/tun
reboot
That’s it. TUN/TAP module is activated.