What is a Reseed?

I2P is a fully peer-to-peer network. When a router starts up for the first time it has no idea who the other participants are and needs a way to discover its very first set of peers. That bootstrap set is delivered by reseed servers: ordinary HTTPS endpoints that hand out a small, cryptographically signed bundle of router identities called an .su3 file.

Reseeds are only used when a router is brand new, has been offline for a long time, or has lost its peer database. Once a router has enough known peers it never needs to contact a reseed again. That makes reseeds low-volume but absolutely critical infrastructure: without them, no new router can ever join the network.

StormyCloud operates one of the handful of public reseed servers that keep I2P reachable for everyone. It is free, requires no registration, and is available over the clearnet from anywhere in the world.

Reseed Endpoint

Public Reseed URL
Online

All I2P implementations accept reseed URLs ending in .su3. The bundle is signed with our reseed key, which ships with every I2P and I2P+ release, so your router will verify the signature before trusting any of the peers it contains.

URL https://reseed.stormycloud.org/i2pseeds.su3
Signed SU3 Bundle
Verified

The .su3 format is I2P's standard signed container. Every bundle is signed by our reseed operator key and validated by the router before any peers are added to its NetDB. Unsigned or tampered bundles are rejected.

How to Use It

Most users never need to touch a reseed URL directly. I2P routers ship with a built-in list of reseed servers (including ours) and pick one automatically on first start. You only need to add a reseed manually if the defaults are blocked on your network or you want to force a specific provider.

1. Open the router console

Visit http://127.0.0.1:7657 in your browser. This is the built-in I2P router console.

2. Go to reseed configuration

Navigate to Configuration → Reseeding. You will see the current list of reseed URLs and a box labeled Reseed from URL.

3. Paste and reseed

Paste the StormyCloud reseed URL from the endpoint card above into the manual reseed box and click Reseed. Your router will fetch, verify, and import the signed bundle.

Learn More