Running Vuze on a server

From Elvanör's Technical Wiki
Jump to navigation Jump to search

Installation

  • Just emerge vuze on Gentoo. After that, you need to create symlinks else you will run into classpath problems:
cd /usr/share/vuze/lib/
ln -s /usr/share/log4j/lib/log4j.jar
ln -s /usr/share/commons-cli-1/lib/commons-cli.jar

Running

  • After that, run Vuze like this:
java -jar /usr/share/vuze/lib/Azureus2.jar --ui=console
  • It is better to run it inside a screen terminal.
  • To access the web GUI, remember to emerge icedtea-bin with the nsplugin USE flag on Gentoo.

Configuration

  • You can restrict the web GUI access to some IPs. However, the configuration setting (Plugin.azwebui.Access) is in /root/.azureus/azureus.config but is serialized so not really easy to change.
  • There does not seem to be a way of setting that via the GUI itself, so it has to be done via the command line interface (available when you load Vuze headless):
set Plugin.azwebui.Access xxx.xxx.xx.xx,yyy.yyy.yy.yy