Running Vuze on a server: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
* To read the value of a parameter, just use set without any parameter: | * To read the value of a parameter, just use set without any parameter: | ||
set Plugin.azwebui.Access | set Plugin.azwebui.Access | ||
* To see all parameters: | |||
set |
Revision as of 17:56, 29 March 2015
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
- To read the value of a parameter, just use set without any parameter:
set Plugin.azwebui.Access
- To see all parameters:
set