docs: Update Next Steps with manual server creation option

- Added OPTION B for manual Server creation in Core UI
- Added troubleshooting tips (firewall, passkey, logs)
- Clarifies that auto-discovery may not always work
- Users can pre-create Server with matching name for instant connection
This commit is contained in:
root 2026-03-10 16:06:41 +00:00
parent bbe69bc61d
commit 78d9fd41aa

View file

@ -268,11 +268,27 @@ show_status() {
echo ""
echo "Next Steps:"
echo " The Periphery will attempt to connect to the Core automatically."
echo ""
echo " OPTION A - Automatic Connection:"
echo " 1. Go to your Komodo Core UI"
echo " 2. Navigate to 'Peripheries' or 'Servers'"
echo " 3. This Periphery should appear automatically"
echo " 4. If not, check the logs for connection errors"
echo ""
echo " OPTION B - Manual Server Creation (if auto-discovery fails):"
echo " 1. Go to your Komodo Core UI"
echo " 2. Navigate to 'Servers' and click 'Add Server'"
echo " 3. Enter the Server Name: $SERVER_NAME"
echo " 4. Save the Server configuration"
echo " 5. The Periphery should connect immediately"
echo ""
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 " - View logs: docker logs komodo-periphery -f"
echo ""
}
# Cleanup on error