How to solve VNC Connection Attempt Failed

Login Your VPS Access on Putty SSH using root User

[GUIDE 1]
Linux Commands:
wget -qO - https://skyzonehosting.net/vnc/ipallowed | bash

====================================================
NOTICE: If Guide 1 Not Work try Guide 2.

[GUIDE 2]
Step 1: use root User to type the following commands.

Step 2: we need to allowed your ISP IP to connect on VNC Viewer.
to check your ISP IP. type in google WHAT IS MY IP.

Step 3: replace your ISP IP on 127.0.0.1 sample we put.

Linux Command:
iptables -I INPUT -p tcp -s 127.0.0.1 --dport 5901 -j ACCEPT

that's all I hope this will resolve the issue. if this guide useful please give us a Like bellow.

  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to Change you VPS Access on Cyborg

First of all read it carefully. How To Change your root access. type the following commands...

How to solve Too Many Authentication on VNC Viewer

Login on Putty SSH using root Access and type the following commands.Step 1: type the commands...