Monday, May 21, 2007

Running Azureus using the Console in Linux

1)Download the latest linux binary distribution: Azureus_2.5.0.4_linux.tar.bz2 2)Extract the files using: bunzip2 Azureus_2.5.0.4_linux.tar.bz2 tar xvf Azureus_2.5.0.4_linux.tar This should create an azureus directory. Change into this directory. 3)Download the required jar files for console operation into the azureus directory: log4j.jar commons-cli.jar 4)Run azureus-console using: java -jar Azureus2.jar --ui=console 5) Configure azureus for remoting using the set command: set "Plugin.webui.User" "jess" string set "Plugin.webui.Password Enable" 1 int set "Plugin.webui.Password" "xxxx" password set "Use default data dir" 1 int