I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
INSTALL-headless.txt 1.97 KiB
Newer Older
  • Learn to ignore specific revisions
  • zzz's avatar
    zzz committed
    Headless (console mode) I2P installation instructions
    
    1) java -jar i2pinstall.exe -console       (you've already done this)
    
    This will run the installer in text mode, including running the postinstall.sh
    
    zzz's avatar
    zzz committed
    script. After that, you may run 'sh i2prouter start'
    which will start the router and attempt to launch a browser.
    
    zzz's avatar
    zzz committed
    If you do not have an X server running, the browser launch may fail, and
    
    zzz's avatar
    zzz committed
      lynx http://localhost:7657/
    
    str4d's avatar
    str4d committed
    If you're having trouble, swing by http://forum.i2p/, check the
    
    zzz's avatar
    zzz committed
    website at https://geti2p.net/, or get on irc://irc.freenode.net/#i2p
    
    zzz's avatar
    zzz committed
    I2P will create and store files and configuration data in the user directory
    ~/.i2p/ on Linux and %APPDATA%\I2P\ on Windows. This directory is created
    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.
    
    
    zzz's avatar
    zzz committed
    To start I2P:
    
    jrandom's avatar
    jrandom committed
       (*nix): sh i2prouter start
    
    jrandom's avatar
    jrandom committed
       (win*): I2P.exe
    
    zzz's avatar
    zzz committed
       (non-x86 platforms PPC, ARM, etc): sh runplain.sh
    
    zzz's avatar
    zzz committed
    To stop I2P (gracefully):
       lynx http://localhost:7657/summaryframe (click "Shutdown")
    
    zzz's avatar
    zzz committed
    To stop I2P immediately:
    
    jrandom's avatar
    jrandom committed
       sh i2prouter stop
    
    To uninstall I2P:
    
    zzz's avatar
    zzz committed
       rm -rf $I2PInstallDir ~/.i2p
    
    jrandom's avatar
    jrandom committed
    
    Supported JVMs:
    
    zzz's avatar
    zzz committed
      All platforms: Java 1.6 or higher required; 1.7 or higher recommended
      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
      Raspberry Pi: Oracle 8 Early Access https://jdk8.java.net/download.html
      PowerPC: IBM SDK 7 http://www.ibm.com/developerworks/java/jdk/linux/download.html
      Other operating systems and JVMs: See https://trac.i2p2.de/wiki/java or https://geti2p.net/download