Manage server from the web using SSH
Sample Alpine server with SSH installed. Use below command to start docker container
docker run -d -p 2222:22 xorb/alpine-ssh
Default credentials:
port: 2222 username: root password: root
NodeJS Server, uses SSH2 to connect to remote servers and realtime data messaging. Navigate to server
folder and run the following commands
# install dependencies
npm install
# start application
npm start
React application which connects to remote server and gives access to the terminal. It uses xterm.
# install dependencies
npm install
# start application
npm start
Created and maintained by Dany Boza (@xorbmoon).