Server/Server ETC
[TigerVNC] VNC conenction failed: vncserver too many security failures 로 열리지 않을때 해결법
Youngs_
2022. 1. 11. 14:11
VNC conenction failed: vncserver too many security failures
위 에러가 나오면서 TigerVNC가 열리지 않을때가 있다.
그럴땐 아래 명령어를 입력해서 프로세스 id를 확인한다.
pgrep vnc
그 후에 아래 명령어로 해당 프로세스 id를 죽인다.
kill 프로세스아이디
그후에 아래 명령어로 다시 서버를 재가동시켜준다.
vncserver :1 -geometry 1920x1080
참고