The router configuration options listed below are not available in the user interface, usually because they are rarely used or provide access to advanced settings that most users will not need.
This is not a comprehensive list.
Some settings will require a restart of the router to take effect.
Note that all settings are case sensitive.
You will need to edit your router.config
file to add options, or, once you have added routerconsole.advanced=true
to the router.config file, you may edit settings within the console on the Advanced Configuration page.
<%=intl._t("Floodfill Configuration")%>
<%=intl._t("Advanced I2P Configuration")%>
<% String advConfig = advancedhelper.getSettings(); if (advancedhelper.isAdvanced()) { %> <% } // isAdvanced %><%=intl._t("Advanced Configuration Help")%>
routerconsole.advanced={true|false} |
---|
Only set this to true if you know what you are doing! |
When set to true, additional functionality will be enabled in the console and the user will be able to edit settings directly on the Advanced Configuration page. Extra display options are provided in the Network Database section, including the Sybil Analysis tool, and there are additional configuration options on the Clients Configuration page. This will also enable the installation of unsigned updates, manual configuration of the news URL, and the installation of plugins. You may also wish to enable the "Advanced" sidebar section on the Sidebar Configuration page. |
routerconsole.browser={/path/to/browser} |
This setting allows the manual selection of the browser which I2P will launch on startup (if the console is configured to launch a browser on startup), overriding the OS default browser. |
router.updateUnsignedURL={url} |
This setting allows you to configure the update url for the unsigned update feature, if enabled.
The url should end with /i2pupdate.zip .
Note: do not install unsigned updates unless you trust the source of the update! |
routerconsole.showSearch={true|false} |
When set to true, a configurable search bar will appear on the console homepage. Additional searches may then be added on the home configuration page. |
router.hideFloodfillParticipant={true|false} |
When set to true, if your router is serving as a floodfill for the network, your floodfill participation will be hidden from other routers. |
router.maxParticipatingTunnels={n} |
Determines the maximum number of participating tunnels the router can build. To disable participation completely, set to 0. |