YatQa Error

  • Thread starter Thread starter User_38581
  • Start date Start date
U

User_38581

When Im trying to connect to yatqa I get "Connecton established but no data received" "This is not YatQa problem, but usually firewall related"
 
U

User_38581

I've uninstalled my server, so there shouldn't exist that problem again but it is
 

Atlantiss

Moderator
CipherSpeak Developer
Joined
Sep 23, 2019
Messages
59
Reaction score
41
Points
71
sudo apt install ufw
sudo ufw allow ssh
sudo ufw allow
your query port (ex. 10011)
sudo ufw enable
sudo ufw allow from your ip
sudo ufw status numbered
All done.
 
Top