Skip to content

Instantly share code, notes, and snippets.

@Staxxthedan
Forked from aint/I2P OS X.md
Created March 28, 2017 17:31
Show Gist options
  • Save Staxxthedan/1937277441b135f5de4f50903d065c3d to your computer and use it in GitHub Desktop.
Save Staxxthedan/1937277441b135f5de4f50903d065c3d to your computer and use it in GitHub Desktop.
Set Up I2P on Mac OS X
  • Install I2P
    • Download I2P
    • java -jar i2pinstall_*.jar
  • Install Java Service Wrapper
    • Download Community Version
    • tar xzf wrapper-*.tar.gz
    • cp wrapper*/bin/wrapper /Applications/i2p/i2psvc
    • cp wrapper*/lib/wrapper.jar /Applications/i2p/lib
    • cp wrapper*/lib/libwrapper.so /Applications/i2p/lib
  • Try to start I2P using /Applications/i2p/i2prouter start or Start I2P Router app
    • tail -f /tmp/wrapper.log and look for any problems
  • Configure FireFox browser
    • Install FoxyProxy
    • Set HTTP Proxy: 127.0.0.1, Port: 4444
    • Whitelist https?://127.0.0.1/*
    • Whitelist *.i2p/*
  • Install I2PMonitor
    • Download I2PMonitor
    • Install I2PControl Router Plugin
    • Wait until plugin is downloaded and installed. Be patient, it can take time, if your router is not yet good integrated into network.
    • Launch I2PMonitor app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment