Vnc server
Vnc server
After upgrade to v 118 ditepi cannot Connect to vnc and Give this error too many authentication failures. There is a method to resolve this?
Re: Vnc server
Hi Matteos,matteos1 wrote:After upgrade to v 118 ditepi cannot Connect to vnc and Give this error too many authentication failures. There is a method to resolve this?
Apologies, but I need to ask

Also, if the issue reoccurs after reboot, please send us a bugreport so we can investigate:
Code: Select all
dietpi-bugreport
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Vnc server
Yes i have restarted But always The same
Re: Vnc server
I send with Reference CODE: aef7d562-d02e-4b9b-a57c-93e9a6a9b5a0-1
Re: Vnc server
Thanks.matteos1 wrote:I send with Reference CODE: aef7d562-d02e-4b9b-a57c-93e9a6a9b5a0-1
It looks like VNC is running ok:
Code: Select all
Xtightvnc :0 -desktop X -auth /root/.Xauthority -geometry 1280x720 -depth 16 -rfbwait 120000 -rfbauth /root/.vnc/passwd -rfbport 5900 -fp /usr/share/fonts/X11/misc/,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/75dpi/,/usr/share/fonts/X11/100dpi/ -co /etc/X11/rgb
Code: Select all
#Kill current
vncserver -kill :0
#Change password (enter a new one)
vncpasswd
#Reboot is probably best, or, try running vncserver now:
vncserver :0 -geometry 1280x720 -depth 16
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Vnc server
sorry for the problem but after a small time appear newly error that are too many authentication failures
Re: Vnc server
What VNC client are you using?matteos1 wrote:sorry for the problem but after a small time appear newly error that are too many authentication failures
Are you connecting over the internet?
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Vnc server
Vnc and I'm connect to internet
Re: Vnc server
I'am just wondering if your VNC server is receiving too many failed authentications, from other sources (eg: not you). Looks like a failsafe to prevent abuse.matteos1 wrote:Vnc and I'm connect to internet
Any chance you could upload the VNC logfile? This may contain the information we need.
Its located in:
Code: Select all
$HOME/.vnc/*.log
Code: Select all
/root/.vnc/DietPi:0.log
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.