2011-05-22 14:31:56 +00:00
|
|
|
Headless (console mode) I2P installation instructions
|
2004-09-02 02:20:03 +00:00
|
|
|
|
2009-06-11 13:31:27 +00:00
|
|
|
1) java -jar i2pinstall.exe -console (you've already done this)
|
2004-09-02 02:20:03 +00:00
|
|
|
|
2009-06-11 13:31:27 +00:00
|
|
|
This will run the installer in text mode, including running the postinstall.sh
|
2009-10-07 17:12:00 +00:00
|
|
|
script. After that, you may run 'sh i2prouter start'
|
|
|
|
which will start the router and attempt to launch a browser.
|
2009-06-11 13:31:27 +00:00
|
|
|
|
2011-05-22 14:31:56 +00:00
|
|
|
If you do not have an X server running, the browser launch may fail, and
|
2009-06-11 13:31:27 +00:00
|
|
|
you may use:
|
2011-05-22 14:31:56 +00:00
|
|
|
lynx http://localhost:7657/
|
2009-06-11 13:31:27 +00:00
|
|
|
to configure the router.
|
|
|
|
|
2017-06-11 16:26:25 +00:00
|
|
|
If you're having trouble, check the
|
2014-02-10 14:22:43 +00:00
|
|
|
website at https://geti2p.net/, or get on irc://irc.freenode.net/#i2p
|
2004-09-02 02:20:03 +00:00
|
|
|
|
2009-10-09 13:55:15 +00:00
|
|
|
I2P will create and store files and configuration data in the user directory
|
2019-11-09 01:36:53 +00:00
|
|
|
~/.i2p/ on Linux and %LOCALAPPDATA%\I2P\ on Windows. This directory is created
|
2009-10-09 13:55:15 +00:00
|
|
|
when I2P is run for the first time. It also creates files in the system
|
|
|
|
temporary directory specified by the Java Virtual Machine.
|
|
|
|
To change the location of these directories, or to configure I2P to
|
|
|
|
put all files in this directory (the so-called "portable" configuration),
|
|
|
|
edit the files i2prouter (Linux) and wrapper.config (Linux and Windows)
|
|
|
|
where there are comments labeled "PORTABLE". Do this before you
|
|
|
|
run I2P for the first time.
|
|
|
|
|
2011-05-22 14:31:56 +00:00
|
|
|
To start I2P:
|
2015-11-19 17:11:26 +00:00
|
|
|
(*nix, BSD, Mac): sh i2prouter start
|
2005-09-29 19:19:22 +00:00
|
|
|
(win*): I2P.exe
|
2015-11-19 17:11:26 +00:00
|
|
|
(platforms without wrapper support): sh runplain.sh
|
2004-09-02 02:20:03 +00:00
|
|
|
|
2011-05-22 14:31:56 +00:00
|
|
|
To stop I2P (gracefully):
|
|
|
|
lynx http://localhost:7657/summaryframe (click "Shutdown")
|
2015-11-19 17:11:26 +00:00
|
|
|
or (*nix, BSD, Mac) sh i2prouter graceful
|
2004-09-02 02:20:03 +00:00
|
|
|
|
2011-05-22 14:31:56 +00:00
|
|
|
To stop I2P immediately:
|
2015-11-19 17:11:26 +00:00
|
|
|
(*nix, BSD, Mac) sh i2prouter stop
|
2004-09-02 02:20:03 +00:00
|
|
|
|
|
|
|
To uninstall I2P:
|
2011-05-22 14:31:56 +00:00
|
|
|
rm -rf $I2PInstallDir ~/.i2p
|
2004-09-02 02:20:03 +00:00
|
|
|
|
|
|
|
Supported JVMs:
|
2020-05-27 16:08:54 +00:00
|
|
|
All platforms: Java 1.8 or higher required
|
2014-02-03 23:24:45 +00:00
|
|
|
Windows: OpenJDK or Oracle from http://java.com/download
|
|
|
|
Linux: OpenJDK or Oracle from http://java.com/download
|
|
|
|
FreeBSD: OpenJDK or Oracle from http://java.com/download
|
2025-03-04 10:20:56 -05:00
|
|
|
Other operating systems and JVMs: See https://geti2p.net/download
|