General Info on Infomaniac VPS server
Single Column Layout
xxx
SSH Access to the server
- Copy private key in a TXT file and save it to a folder
-
Open the command line and move to that folder, as ex.:
cd C:\Users\mmmen\OneDrive\Desktop\vps
-
Run SSH command with user "ubuntu":
ssh -i key.txt ubuntu@ssh.vps.mmmenozzi.com
Docker commands
-
Access container bash:
sudo docker exec -it container-name bash