Change your account password below.
Run these commands on the machine running XIVLauncher to allow incoming connections on the specified port.
sudo ufw allow from localhost to any port 4646 proto tcp
sudo iptables -I INPUT -p tcp -s localhost --dport 4646 -j ACCEPT