Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Log in to SSH and use online commands
This guide explains how to connect in SSH to a Web hosting or Cloud Server.
Connect to SSH...
... via a web browser
- Click here in order to access the management of your product on the Manager Infomaniak (Need help?).
- Click directly on the nameallocated to the product concerned.
- Click on FTP / SSH in the left side menu.
- Click on the button Web SSH:
... via terminal or application
To connect to SSH, install or activate software according to the operating system:
- Terminal (application already integrated with macOS and Linux)
- Putty (Windows)
- Windows 10 SSH Client (help) in French / in English)
Then execute the following command:
ssh username@server
username
being the user name of the FTP accountserver
being the host server (e.g. xxxx.ftp.infomaniak.com
To find out which command is available and to know the path to use, run the command "whereis
":
$ whereis mysql
mysql: /opt/mysql/bin/mysql
Link to this FAQ: