MeshX Create
Today's Focus: List 3 new items today to grow faster.
MeshX
MeshXStorefront
SF Guide 07

Delivery Node.

Host customer download files on your own machine for large digital catalogues โ€” files never go through MeshX servers.

Storefront

Storefront is included with Inner Circle and Enterprise plans (plus admin/staff) โ€” your own branded shop at yourname.shop.meshx.uk or a custom domain, with Stripe checkout and digital delivery built in. Open Storefront โ†’

01What it is

What is a Delivery Node?

If you sell digital products and your catalogue is bigger than Drive's storage cap (typically 500k+ designs), you can host customer download files on your own machine instead. The Delivery Node is a small worker that runs on a PC at your home or office and serves customer downloads directly from a folder on your computer.

Files never go through MeshX servers. They stream directly from your PC to the customer via an encrypted Cloudflare Tunnel. You keep full ownership of your files.

Do you need this?
If your catalogue fits within your plan's Drive storage, just use MeshX Drive. Delivery Node is for sellers with very large catalogues โ€” hundreds of thousands of designs, multiple terabytes of files.
02Rules

8 rules โ€” read before you start

You must accept all 8 rules before you can register a Delivery Node. These exist to protect your customers โ€” if your node goes offline or files go missing, paid customers can't download what they bought.

#RuleWhy it matters
1Your PC must stay on 24/7If it sleeps, shuts down, or loses internet, customers who paid get nothing. UPS recommended.
2Plan ~20 GB storage per 1,000 designs100k designs = 2 TB. 500k designs = 10 TB. Buy disk first.
3Never move, rename, or delete files in the vaultStorefront stores the exact path. Move = 404. No auto-detect.
4Don't delete anything you've ever soldRe-download links are valid up to 7 days. Keep everything.
5No antivirus / OneDrive / Dropbox sync on the vault folderThey quarantine, lock, or rename files mid-stream.
6No external drives that disconnectUSB sleep / unplug = customer downloads fail. Internal drives only.
7Notify MeshX before changing anythingDrive letter, hostname, PC swap โ€” we move the tenant config across.
8Backup is your responsibilityMeshX does not back up your vault. If your drive dies and you have no offsite copy, your customers can't redownload.
03Register

Step 1 โ€” Open the Delivery Node admin

From your Storefront admin sidebar, click Delivery Node. This takes you to the Delivery Node management page.

04Add node

Step 2 โ€” Add a Delivery Node

Click Add delivery node and fill in:

FieldWhat to enter
Friendly nameA label for this node, e.g. Home PC or Office NAS. For your reference only.
Vault folder pathThe full Windows path to the folder containing your digital product files, e.g. D:\MeshX Vault
8 rule checkboxesTick every rule to confirm you understand. The Submit button is locked until all 8 are ticked.
05Provision

Step 3 โ€” MeshX provisions everything

After you submit, MeshX handles the infrastructure automatically in the background:

  • A Cloudflare Tunnel is created for your node
  • A DNS record is added so downloads come from downloads-<yourslug>.meshx.uk
  • Credentials are encrypted and stored
  • A one-time install token is minted (valid 24 hours)

You don't need to do anything for this step โ€” it happens within a few seconds.

06Install

Step 4 โ€” Copy the PowerShell one-liner

A green "Almost there โ€” install on your PC" card appears with a single command:

Install command (example)iwr -useb https://app.meshx.uk/api/delivery-node/install/<token> | iex

Click the Copy button to put it on your clipboard.

Token expiry
The token in the install URL expires in 24 hours and is one-shot. If install fails or you don't run it in time, click Add delivery node again to mint a fresh one โ€” your existing node registration stays.
07Run

Step 5 โ€” Run on the PC that holds your designs

On the Windows PC where your vault folder lives:

  1. Press the Windows key, type powershell, click Windows PowerShell
  2. Right-click into the blue window to paste the command
  3. Press Enter

The script takes ~1โ€“2 minutes. It downloads everything it needs (Node runtime, cloudflared, worker code), writes config and credentials, and registers two Windows Scheduled Tasks so the worker starts automatically on boot.

How do I open PowerShell?
Press the Windows key, type powershell, click Windows PowerShell. Right-click into the blue window to paste, then press Enter.
08Online

Step 6 โ€” Wait for "Online"

Back in MeshX, the admin page auto-polls every 5 seconds. When the worker's first heartbeat reaches the server, the node row turns green and shows the assigned hostname (e.g. downloads-casualclassics.meshx.uk).

Your Delivery Node is now live. Import your digital catalogue via the Listings Import guide โ€” digital files will automatically route to your local vault for delivery.

09Notes

Important notes

Always on
The PC running the Delivery Node must stay on and online. If it goes offline, customers can't download until it's back. Most sellers use a small always-on machine, a mini-PC, or a NAS with Windows.
Privacy
Files never go through MeshX. They stream directly from your PC to the customer via an encrypted Cloudflare Tunnel. You keep full ownership.
Key rotation
If your API key ever leaks, click Rotate on the node row. The old key stops working immediately. The new key is shown once โ€” save it.