Wednesday, January 1, 2025

Tigervncserver on debian12

install minimal

myvestacp

lxde-core

timedatectl set-timezone Asia/Jakarta

dpkg --add-architecture i386
apt update
apt install wine wine32 wine64 libwine libwine:i386 fonts-wine
cd /usr/local/bin
wget http://winetricks.org/winetricks
chmod +x winetricks
apt install firefox-esr -y
apt install tigervnc-standalone-server tigervnc-common
reboot now

useradd namauser

su - namauser -m

vncserver

[create vncpasswd] tersimpan di /home/namauser/.vnc/passwd

#tambahkan namauser di /etc/tigervnc/vncserver.users

:1=namauser

 

#create file config = /home/namauser/.vnc/config, isinya:

geometry=1360x768

alwaysshared

localhost=no

 

#tambahkan service file:

cp /lib/systemd/system/tigervncserver@.service  /etc/systemd/system/vncserver@:[vncport-5900].service
 

#aktifkan service

systemctl enable --now vncserver@:33102



No comments:

Post a Comment