diff --git a/komodo-periphery-install.sh b/komodo-periphery-install.sh index 1d7bc4a..a575a23 100755 --- a/komodo-periphery-install.sh +++ b/komodo-periphery-install.sh @@ -286,7 +286,9 @@ show_status() { echo " Troubleshooting:" echo " - Ensure the Core Domain is reachable from this server" echo " - Verify the Passkey matches the Core configuration" - echo " - Check firewall rules (Port 8120 must be open)" + echo " - Check firewall rules:" + echo " * Outbound connection (default): No inbound ports needed" + echo " * Inbound connection (if Core initiates): Open Port 8120/tcp" echo " - View logs: docker logs komodo-periphery -f" echo "" }