Skip to Content

Error: ENOENT while trying to access RDP after upgrading ezeelogin

Error: ENOENT, stat ’/var/www/ezlogin/application/third_party/mstsc.js/client/html/index.html’

 If you get the above error while trying to access RDP after an upgrade,  kill the node process running on the server or reboot the server.

 [root@ssh ~]# ps aux | grep node
apache 14080 0.0 7.2 973928 73844 ? Sl Jun04 0:18 node /var/www/ezlogin/application/third_party/mstsc.js/server.js
root 21949 0.0 0.0 103324 876 pts/3 R+ 03:10 0:00 grep node

[root@ssh ~]#kill -9 84011