Skip to content

Follow these steps to connect to your remote ComfyUI server. The setup is similar to local server, but requires additional security measures.

Please follow the official ComfyUI installation guide to set up the required environment and dependencies on your remote server:

ComfyUI Installation Guide →

1. Network Requirements

Ensure your remote server meets these requirements:

  • A public IP address or domain name
  • Port 8188 (or your chosen port) is open and accessible
  • Firewall configured to allow incoming connections

2. HTTPS Setup (Required)

HTTPS Required

Due to Apple's security restrictions, HTTPS is required for all remote connections. You must configure SSL/TLS on your server.

Alternatively, you can use Nginx or similar web servers as a reverse proxy to handle HTTPS.

3. Connect to the Server

Once the server is running with HTTPS, tap the "+" button to add it with these details:

  • Name: Give your server a memorable name (e.g., "Cloud Server")
  • Host: Your server's public IP or domain name (do not include https:// prefix)
  • Port: 8188 (or your configured port)

Example Configuration:

FieldValue
NameCloud ComfyUI
Hostcomfyui.example.com
Port8188

For troubleshooting and additional setup options, visit:

ComfyUI GitHub Repository →

Released under the MIT License.