Run Your Own Arweave Gateway
This site has a permanent copy on Arweave. The live version you’re reading is served from Cloudflare for speed; the Arweave copy at archerships.arweave.net survives even if a company decides to censor this domain. You don’t have to trust either one – because the content is on a neutral permanent data network, you can serve it yourself with your own gateway.
Why run your own gateway
An Arweave “gateway” is the layer that fetches, caches, and serves data from the Arweave network over HTTP. Public gateways (arweave.net and others) are convenient but are third-party choke points. Running your own means:
- The content is reachable even if every public gateway or this site is blocked.
- You can pin and serve any Arweave data, not just this site – your own secure, offline-verifiable archive.
- You stop relying on a single service provider for permanent access.
The two-layered answer
Quickest access (no gateway): browse any Arweave content through a public gateway you trust.
archerships.arweave.netis one;arweave.netandarweave.devare others. The ARNS name resolves to the latest manifest of the permanent copy.Real independence (your own gateway): run the server software that talks to the network and serve the data yourself. Official guidance and gateway setups live at:
- Arweave docs: docs.arweave.org (node + gateway architecture)
- ar.io gateway network: ar.io (decentralized gateway / resolver subnet)
- Reference client: arweave-node (the core network node)
Minimal practical path
- Serve the permanent copy of this site specifically: use the
ardriveCLI to download/pin this site’s manifest and its files into a local folder you own, then serve that folder from anything – a VPS, a NAS, or a static host. You now have a verifiable, complete, self-hosted copy. - Serve arbitrary Arweave data: run the network node or an ar.io gateway and point it at the content IDs (txIds / ARNS names) you care about. You control what it caches and serves.
- Verify authenticity: every Arweave file carries a content-address reference; after downloading, check the txId in the manifest matches what you received, so you know the copy is exactly what was published, not a tampered mirror.
This site, permanently
If archerships.com ever stops resolving or is blocked, the full modern site (and the legacy archive) remains on Arweave at archerships.arweave.net – and the underlying manifest can be fetched and re-served by any gateway you operate. Point your own gateway at it and the site keeps working on your terms.