Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Connect via SSH and use command line commands
This guide explains how to connect via SSH to a Web Hosting or a Cloud Server.
Connecting via SSH…
… via a web browser
- Click here to access the management of your product on the Infomaniak Manager (need help?).
- Click directly on the name assigned to the relevant product.
- Click on FTP / SSH in the left sidebar.
- Click on the Web SSH button:
TRANSLATION_ERROR
To connect via SSH, use the following commands from a terminal application (command line interface, CLI) on your device, for example:
- Terminal (application already integrated into macOS and Linux)
- PuTTY (Windows)
- Windows 10 SSH Client (help in French / in English)
Enter the following command:
ssh username@server
username
being the username of the FTP accountserver
being the host server (e.g. xxxx.ftp.infomaniak.com)
To find out which command is available and know the path to use, run the command "whereis
":
$ whereis mysql
mysql: /opt/mysql/bin/mysql
Link to this FAQ: