04-05-2016, 02:28 AM
(This post was last modified: 04-05-2016, 02:30 AM by LogicParrot.)
1. Make sure the port you picked is unused by other programs.
2. Make sure the port you picked is above 1024
3. Make sure you restarted Cuberite after changing the settings
3. The IPTABLES command for allowing access to the port is:
4. You should now be able to login from your browser by visiting:
2. Make sure the port you picked is above 1024
3. Make sure you restarted Cuberite after changing the settings
3. The IPTABLES command for allowing access to the port is:
iptables -I INPUT -p tcp --dport <chosen port> -j ACCEPT
4. You should now be able to login from your browser by visiting:
<Raspberry Pi LAN IP>:<chosen port> # If browser is on a remote machine on same network localhost:<chosen port> # If browser is on the raspberry pi.