Remotely debug node script with WebIDE (Cloud IDE)

I recently got in touch with Cloud IDEs for NodeJS Development and I have to admit they are pretty amazing, mainly because of aspect: Running and debugging scripts remotely

I have a machine running VMs with my databases and files in the Datacenter where I deploy my scripts to. Now I'm looking for an on-premise WebIDE.

Cloud9 looks pretty good and the project is OpenSource on Github but apparently the Github Project is not maintained any more since the last commit is about a year ago. I ran into issues with the on-premise solution while the cloud based works fine and appears to be newer and still maintained.

I've tried to find other on-premise solutions but I haven't found one that supports node debugging.

Is there still an active fork of cloud9 that is open source? or is there a good alternative WebIDE that supports node debugging.

Cheers

fischerman