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
- Log in to the Infomaniak Manager (manager.infomaniak.com) from a web browser such as Brave or Edge
- Click on the icon in the top right corner of the interface (or navigate through the left side menu, for example)
- Choose Hosting (Web & Domain universe)
- Click on the name of the relevant object in the displayed table
- Click on FTP / SSH in the left side menu
- Click on the Web SSH button
via terminal or an application
To connect via SSH, install or activate a software according to the operating system:
- Terminal (application already integrated into 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 FTP account usernameServer
being the host server (e.g., xxxx.ftp.infomaniak.com)
To find out which command is available and to know the path to use, type the "whereis" command:
$ whereis mysql
mysql: /opt/mysql/bin/mysql
Link to this FAQ: