Running Vuze on a server: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= 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/log...") |
No edit summary |
||
Line 14: | Line 14: | ||
* It is better to run it inside a screen terminal. | * 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 maybe it has to be done via the command line interface (available when you load Vuze headless). |
Revision as of 11:02, 12 August 2013
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 maybe it has to be done via the command line interface (available when you load Vuze headless).