Re: config path to point to video files in Linux CLI
No thats not possible. Serviio is controlled using a REST API listening on port 23423, this is what the offical console and the third party ones use.
You options are:
1) Install the official console on the machine you use to SSH into your box and point it at your server
2) If you have apache installed, you can use one of the Web UIs viewtopic.php?f=17&t=12593, although with that little RAM i'm guessing you might not
3) If you have an Android device, you can use ServiiDroid
4) If you have a Windows Phone deivce you can use on of the windows phone apps
5) Finally, you could use curl to GET and PUT responses and POST actions, but I would not really recommeneded this for anything other than the simple actions (force library refresh, restart service etc...)
You options are:
1) Install the official console on the machine you use to SSH into your box and point it at your server
2) If you have apache installed, you can use one of the Web UIs viewtopic.php?f=17&t=12593, although with that little RAM i'm guessing you might not
3) If you have an Android device, you can use ServiiDroid
4) If you have a Windows Phone deivce you can use on of the windows phone apps
5) Finally, you could use curl to GET and PUT responses and POST actions, but I would not really recommeneded this for anything other than the simple actions (force library refresh, restart service etc...)