37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<h3>{{ _('Post-install work') }}</h3>
|
|
|
|
<p>{% trans -%}
|
|
After running the installer on windows, simply click on the "Start I2P" button
|
|
which will bring up the <a href="http://localhost:7657/index.jsp">router console</a>,
|
|
which has further instructions.
|
|
{%- endtrans %}</p>
|
|
|
|
<p>{% trans -%}
|
|
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 <a href="http://localhost:7657/index.jsp">router console</a>
|
|
can be accessed at its usual location.
|
|
For users on OpenSolaris and other systems for which the wrapper (i2psvc) is not supported,
|
|
start the router with "sh runplain.sh" instead.
|
|
{%- endtrans %}</p>
|
|
|
|
<p>{% trans faq=site_url('faq') -%}
|
|
When installing for the first time, please remember to <b>adjust your NAT/firewall</b>
|
|
if you can, bearing in mind the Internet-facing ports I2P uses,
|
|
<a href="{{ faq }}#ports">described here</a> among other ports.
|
|
If you have successfully opened your port to inbound TCP, also enable inbound TCP on the
|
|
<a href="http://localhost:7657/confignet.jsp">configuration page</a>.
|
|
{%- endtrans %}</p>
|
|
|
|
<p>{% trans -%}
|
|
Also, please review and <b>adjust the bandwidth settings</b> on the
|
|
<a href="http://localhost:7657/config.jsp">configuration page</a>,
|
|
as the default settings of 96 KBps down / 40 KBps up are fairly slow.
|
|
{%- endtrans %}</p>
|
|
|
|
<p>{% trans browserconfig=site_url('about/browser-config') -%}
|
|
If you want to reach eepsites via your browser, have a look on the <a href="{{ browserconfig }}">browser proxy setup</a> page for an easy howto.
|
|
{%- endtrans %}</p>
|