Your comments

With the latest version of DSM, it's much easier to install and start Ubooquity. I did these a couple of days ago:


ssh myuser@mysynology


$ sudo su -

# cd /var/packages/

# mkdir Ubooquity
# wget -O ubooquity.zip http://vaemendis.net/ubooquity/service/download.php
# unzip -o ubooquity.zip && rm ubooquity.zip

# vim run.sh

----------[ content of run.sh ]------------

#!/bin/sh

JV="/var/packages/Java8/target/j2sdk-image/bin/java"

cd /var/packages/Ubooquity
$JV -jar Ubooquity.jar --remoteadmin --headless

----------[ end content of run.sh ]------------

# chmod +x run.sh


Then in the DSM UI, go to Control Panel > Task Scheduler and create a new Triggered Task / User Defined Script as you can see in the screenshots. Enable it, click Run and you should be fine. Admin will be on port 2203, and user interface on 2202, for example:


admin: http://your-nas-ip:2203/admin/

main interface: http://your-nas-ip:2202/