<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> I2P Router Console - config clients <%@include file="nav.jsp" %> <%@include file="summary.jsp" %>
<%@include file="confignav.jsp" %> " />
<% String prev = System.getProperty("net.i2p.router.web.ConfigServiceHandler.nonce"); if (prev != null) System.setProperty("net.i2p.router.web.ConfigServiceHandler.noncePrev", prev); System.setProperty("net.i2p.router.web.ConfigServiceHandler.nonce", new java.util.Random().nextLong()+""); %> " />

Shutdown the router

Graceful shutdown lets the router satisfy the agreements it has already made before shutting down, but may take a few minutes. If you need to kill the router immediately, that option is available as well.

Systray integration

On the windows platform, there is a small application to sit in the system tray, allowing you to view the router's status (later on, I2P client applications will be able to integrate their own functionality into the system tray as well). If you are on windows, you can either enable or disable that icon here.

Run on startup

On the windows platform, you can control whether I2P is run on startup or not by selecting one of the following options - I2P will install (or remove) a service accordingly. On *nix machines, you need root permissions to add a script to be run on startup (we hope you know better than to run I2P as root ;). To have I2P run (or not run) at startup on *nix machines, please run install_i2p_service_unix or install_i2p_service_unix as root.

Debugging

At times, it may be helpful to debug I2P by getting a thread dump. To do so, please select the following option and review the thread dumped to logs/wrapper.log.