Add Instance

Firewall Helper

Run these commands on the machine running XIVLauncher to allow incoming connections on the specified port.

UFW sudo ufw allow 4646/tcp
iptables sudo iptables -I INPUT -p tcp --dport 4646 -j ACCEPT

Managed Instances