1 | Headless (console mode) I2P installation instructions |
---|
2 | |
---|
3 | 1) java -jar i2pinstall.exe -console (you've already done this) |
---|
4 | |
---|
5 | This will run the installer in text mode, including running the postinstall.sh |
---|
6 | script. After that, you may run 'sh i2prouter start' |
---|
7 | which will start the router and attempt to launch a browser. |
---|
8 | |
---|
9 | If you do not have an X server running, the browser launch may fail, and |
---|
10 | you may use: |
---|
11 | lynx http://localhost:7657/ |
---|
12 | to configure the router. |
---|
13 | |
---|
14 | If you're having trouble, swing by http://forum.i2p/, check the |
---|
15 | website at https://geti2p.net/, or get on irc://irc.freenode.net/#i2p |
---|
16 | |
---|
17 | I2P will create and store files and configuration data in the user directory |
---|
18 | ~/.i2p/ on Linux and %APPDATA%\I2P\ on Windows. This directory is created |
---|
19 | when I2P is run for the first time. It also creates files in the system |
---|
20 | temporary directory specified by the Java Virtual Machine. |
---|
21 | To change the location of these directories, or to configure I2P to |
---|
22 | put all files in this directory (the so-called "portable" configuration), |
---|
23 | edit the files i2prouter (Linux) and wrapper.config (Linux and Windows) |
---|
24 | where there are comments labeled "PORTABLE". Do this before you |
---|
25 | run I2P for the first time. |
---|
26 | |
---|
27 | To start I2P: |
---|
28 | (*nix): sh i2prouter start |
---|
29 | (win*): I2P.exe |
---|
30 | (non-x86 platforms PPC, ARM, etc): sh runplain.sh |
---|
31 | |
---|
32 | To stop I2P (gracefully): |
---|
33 | lynx http://localhost:7657/summaryframe (click "Shutdown") |
---|
34 | |
---|
35 | To stop I2P immediately: |
---|
36 | sh i2prouter stop |
---|
37 | |
---|
38 | To uninstall I2P: |
---|
39 | rm -rf $I2PInstallDir ~/.i2p |
---|
40 | |
---|
41 | Supported JVMs: |
---|
42 | Windows: Latest available from http://java.com/download (1.5+ supported) |
---|
43 | Linux: Latest available from http://java.com/download (1.5+ supported) |
---|
44 | FreeBSD: 1.5-compatible (NIO required) |
---|
45 | Other operating systems and JVMs: See https://trac.i2p2.de/wiki/java |
---|