Page 1 of 1

Anyterm in Domoticz?

Posted: Friday 01 December 2017 19:59
by Amnesiac
Hello. I have been install Anyterm on my Raspberry Pi. I would like to add some .html with Anyterm terminal script to ~/domoticz/www/ directory. This should allow me to connect to my ssh on RPi via the web, on 8080 port. Does anyone have an idea how to set up a Domoticz's server to let me use the Anyterm in this way? I've try to make a dir in www and symlink with ~/anyterm/browser/, where is anyterm's default index.html - it returns "500 Internal Server Error". If i try to run anytermd on port 8080 it returns: "Address already in use while bind()". If i run, for example, "anytermd -p 7700" - anytermd starts, and i can connect to address http://myip:7700/anytherm.html. But i would like to have access to this site from MyDomoticz.com, so i think it should work on 8080 port and be placed in ~/domoticz/www/. Some idea, how to do it?