{% extends "_layout.html" %} {% block title %}Download{% endblock %} {% block content %}

Clean installs

Post-install work

After running the installer on windows, simply click on the "Run I2P" button which will bring up the router console, which has further instructions.

On Unix-like systems, I2P can be started as a service using the "i2prouter" script, located in the directory you selected for I2P. Changing to that directory in a console and issuing "sh i2prouter status" should tell you the router's status. The arguments "start", "stop" and "restart" control the service. The router console can be accessed at its usual location.

Important - the reseed URL has changed. If this is your first install, you must change it and then click "Reseed" on the console to find other routers. After your router is running, on configadvanced.jsp, add the line i2p.reseedURL=http://i2pdb.tin0.de/netDb/ , then click "Apply", then click the "Reseed" link on the left.

When installing for the first time, please remember to adjust your NAT/firewall if you can, bearing in mind the Internet-facing ports I2P uses, described here among other ports.

Updates from earlier releases:

Automatic and manual upgrades from earlier releases to release 0.6.1.30 are currently unavailable. You can build your own i2pupdate.zip file from the source or monotone, or wait for 0.6.1.31. Both automatic and manual upgrades will be available for the upcoming 0.6.1.31 release; please see this forum post (forum.i2p.net) or here (forum.i2p) for important information about how to configure your router to automatically receive the upcoming 0.6.1.31 release.

{% endblock %}