Fiber setup for members
Do these steps in order before you click Support on a creator's page. Creators follow a different path: Fiber setup for creators.
Step 1: Use the same network as the creator
If the creator is on testnet, you must be on testnet too. If they are on mainnet, you must be on mainnet. Ask them if you are unsure.
Step 2: Install Fiber Network Node (FNN)
Follow Run a Fiber Node. Download
fnnfrom GitHub Releases for your machine (VPS or home server is fine).Step 3: Create a data folder and copy network config
Copy
config/testnet/config.ymlorconfig/mainnet/config.ymlinto your node folder—matching step 1.Step 4: Set a trusted CKB RPC in config.yml
Set
rpc_urlinconfig.ymlto a CKB endpoint you trust. See public CKB RPC nodes.Step 5: Add your wallet key under the data directory
Export a key with
ckb-cliand save it asckb/keyunder your-ddata directory—one line, 64 hex characters, no0x.Step 6: Start FNN with a strong password
Example:
FIBER_SECRET_KEY_PASSWORD='your-strong-password' RUST_LOG=info ./fnn -c /path/to/config.yml -d /path/to/data-dir
Step 7: Fund your wallet and open outbound channels
You must be able to send payments. Fund on-chain, then follow Basic transfer — connect peers & open a channel. Leave enough outbound capacity for the subscription price plus routing fees. Testnet bootstrap: Connect public nodes.
Step 8: Prove you can pay someone outside Backr
Finish Basic transfer (or the stablecoin guide if you use that). If you cannot pay manually, fix liquidity and routing before subscribing on Backr.
Step 9: Plan for two payments if there is a platform contribution
Some communities add a small platform contribution on top of the creator's price. When that is on, Backr sends two payments from your node when you subscribe—first to the creator, then the contribution. Keep extra balance and channel capacity for both.
Step 10: Expose JSON-RPC on a URL Backr can call
Use HTTPS (or a shared VPN) so this website—not only your own PC—can reach your node. Test
node_infowith curl against the exact URL you will paste. A URL that only works as127.0.0.1on your laptop will usually fail.Step 11: Save your URL in Backr
Sign in, open Dashboard → Settings → Basic, and paste your Fiber JSON-RPC base URL (no path). Save.
Step 12: Subscribe and keep your node online
Visit the creator, choose a tier, and use Support. For renewals, Backr will try again on a regular schedule—keep FNN running with working channels so your membership can renew.
Stuck? See Troubleshooting in the full guide, or back to Help & docs.