How to create UDP Custom Cloud Config in HTTP Custom in 2025

Managing and distributing configuration files is simplified when utilizing cloud links. In **HTTP Custom**, you can host your configuration profiles (.hc files) in Google Drive, generate a public access link, and use the client’s built-in URL shortener to create a **Cloud Config** link. This allows users to import settings dynamically over the air without sharing raw files.

This technical tutorial details how to save a local configuration, upload it to Google Drive, manage permissions, shorten the URL, and import it into HTTP Custom.

Table of Contents

Video Tutorial

Step 1: Saving a Local HTTP Custom Config

To export your current operational settings:

  1. Launch the **HTTP Custom** application.
  2. On the main screen, configure your connection settings (such as server, payload, or SNI).
  3. Tap the **+ (plus)** icon in the top right corner.
  4. Select **Save Config**. Enter a descriptive name (e.g. my_udp_config) and tap save. The profile will be saved to your phone storage.

Step 2: Uploading and Sharing via Google Drive

To host the configuration profile in the cloud:

  1. Open the **Google Drive** app on your phone.
  2. Tap the **+ (plus)** icon in the bottom-right corner and select **Upload**.
  3. Open your file manager and navigate to the `HTTP Custom` folder. Select the config file you just saved.
  4. Once uploaded, locate the file in Google Drive, tap the three dots icon next to it, and select **Manage Access**.
  5. Under General Access, tap Change and set the permissions to **Anyone with the link**.
  6. Tap the copy link icon to save the public URL to your clipboard.

Step 3: Creating the Shortened Cloud Link

HTTP Custom requires clean shortened URLs to parse configs over-the-air:

  1. Switch back to the **HTTP Custom** application.
  2. Tap the side menu icon (hamburger menu) in the top-left corner.
  3. Select **Short URL Maker**.
  4. Paste the copied Google Drive link into the input box and tap **Generate**.
  5. Copy the newly generated shortened URL link.

Step 4: Importing Cloud Config & Connecting

To import the shortened URL profile:

  1. On the HTTP Custom home screen, tap the **+ (plus)** icon.
  2. Select **Cloud Config**.
  3. Paste the shortened cloud config link and tap **Import**. The settings will fetch and populate the dashboard.
  4. Tap the **Start** button on the home screen to connect.

FAQ & Troubleshooting Guide

1. Why does my Cloud Config import fail with a connection error?

567:

This is usually caused by incorrect Google Drive sharing permissions. If the file access in your Drive settings is set to “Restricted”, the HTTP Custom app cannot download the config bytes. Double-check that it is set to “Anyone with the link”.

2. What happens if I modify the file in Google Drive after generating the link?

567:

If you edit or replace the file in your Google Drive, users who import using your existing cloud link will receive the updated settings automatically. There is no need to generate or shorten a new link unless you delete the file.

3. Can I lock my configuration settings in a cloud link?

567:

Yes. Before saving the config locally in Step 1, you can check options like “Lock Payload” or “Lock Server” inside the save menu. These restrictions will apply to any user who imports your profile via the cloud link.

Leave a Reply