Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
This guide explains how to migrate an old Infomaniak accommodation (old 60GB) from the current offer.
Preamble
- The new accommodation Infomaniak are much more performance, flexible and secure.
- In any case, your current site remains visible to your visitors the time of migration:
- It is you who decide, within a month, when you will definitely want to switch to the version of the website that has been copied or rebuilt on the new servers.
- It is you who decide, within a month, when you will definitely want to switch to the version of the website that has been copied or rebuilt on the new servers.
Migrating old accommodation on the current offer
Access old-generation web hosting:
- Click here in order to access the management of your product on the Manager Infomaniak (Need help?).
- Click on the action menu â‹® located to the right of the element concerned.
- Click on Change offer:
- If you do not see the "Change Offer" button, make sure you are connected to an account with l es billing fees.
Follow carefully the guide adapted to your situation:
- Keep your current site ( recommended)
- Clear the content of your hosting and create a new site ( ideal for starting from 0)
- Keep your current site and switch to a Cloud Server
This guide explains how to manage the content of a web hosting by accessing the server by FTP protocol or via command line (CLI
) safely thanks to the SSH.
Preamble
- When creating an FTP account, you have the choice between two types of account:
- An account FTP + SSH gives the user access to all the content of a hosting and allows him to manage it by FTP and SSH.
- An account FTP allows you to restrict a user's access to a folder and its subfolders; if you manage multiple sites on the same hosting, this allows you to distribute site management between several webmasters, e.g.
- Since the Manager Infomaniak, it is also possible to connect quickly without specifying a particular account.
Manage FTP accounts and access
To access Websites to manage the FTP part:
- Click here in order to access the management of your accommodation on the Manager Infomaniak (Need help?).
- Click directly on the nameallocated to the accommodation concerned.
- Click on FTP / SSH in the left side menu:
- From this stage, either...
- ... click on the button Add to create a new FTP/SSH account,
- ... click on the name of the account concerned for change password,
- ... delete an account from the action menu â‹® to the right of the object concerned.
- From this stage, either...
Configure FTP software/client
Thanks to FTP software/client like Filezilla or CyberDuck, manage files actually by FTP without limit (possibilities of working in the background, resuming transfers after cut-off, limiting debits, etc.).
Be aware of this other guide if you are looking for information about the configuration of an FTP software/client.
This guide explains how to use the file manager Web FTP which allows you to easily and quickly manage the content of your Web Hosting.
Preamble
- The online service Web FTP / FTP Manager allows you to…
- … create files.
- … browse directories.
- … transfer files smaller than 48 MB* between your computer and the server:
- to exceed this limit and for background work possibilities, resume transfers after disconnection, bandwidth limitation, etc. use an FTP software/client like Filezilla or CyberDuck!
- … handle existing files (copy, rename, move, delete, …).
- … edit and view text, php and html files smaller than 1 MB.
- … compress and decompress
zip
files.
- With Web FTP it does not require any special access as long as you have management rights for a hosting service present in the Infomaniak Manager.
Access the server via Web FTP
To quickly access the site's server via FTP or SSH:
- Click here to access the management of your web hosting on the Infomaniak Manager (need help?).
- Click directly on the name assigned to the relevant hosting.
- Click on FTP / SSH in the left sidebar.
- Click on the
SSH web
orWeb FTP
buttons available:
Multiple file upload
It is not possible to upload folders due to the technology used, which does not support it.
Multiple file selection is however possible, which allows sending a large number of files at once in a previously created folder.
Alternatively, you can consider uploading a zipped folder (.zip
) and extracting this archive once on the server, using the same WebFTP tool.
This guide provides solutions for errors like Malicious Website! The website has been reported as malicious and has been blocked based on your security preferences
.‍
Who Displayed This Message?
This error message or warning…
- … IS NOT added by Infomaniak.
- … is generated based on Google’s own criteria, notably using https://www.stopbadware.org/.
- … may appear in English (
STOP! This Website Can Harm Your Computer!
). - … may no longer appear directly because…
- … you are no longer listed by Google.
- … you are using a browser that does not rely on Google’s checks.
What Should You Do?
If this does not concern the site you are managing, refer to Google’s help on this matter.
If the site is yours, review the advice below:
- Check the source code of the published page: there is likely additional code compared to clean pages; it could be a malicious iframe or some form of inclusion…
- On the page in question, click the "Why was this site blocked?" button and follow the instructions…
- Refer to Google’s documentation on this topic.
- Monitor the vulnerability detection tool, which could resolve the issue in the meantime.
⚠️ For additional assistance, contact a partner or launch a free tender — also learn about the role of the host.
This guide explains how modify PHP version available for the sites of your Web hosting Infomaniak.
Preamble
- It is possible to switch from an old and potentially vulnerable PHP version to a recent version, but then go back to this vulnerable version will no longer be possible for security reasons.
- The change is real immediately and to the infinite.
- Be aware of this other guide if you are looking for information about the configuration of the PHP version used in SSH.
Edit the PHP version used for a website
It is possible to easily modify the PHP version used on the whole of a website:
- 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 ‍ More information.
- Click on Edit:
- Choose the desired PHP version:
- Click on Save at the bottom of the page to save the modification.
It may be necessary to update your hosting in advance to access the latest versions of PHP offered by Infomaniak.
This guide explains how to add a MySQL/MariaDB database, create or modify users, and how to find all the necessary settings to configure your scripts and CMS on a Web hosting.
Manage databases
To access the database management page of your hosting:
- 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 Databases (or MariaDB (if necessary) in the left side menu:
Databases
Under the tab Databases you can:
- Create a MySQL database/MariaDB by clicking on the button Add Database.
- Import, Export or restore a MySQL database by clicking on the chevron ‍ to the right of the button Add.
Users
Under the tab Users you can:
- Create a MySQL/MariaDB database user by clicking on the button Add User.
Configuration information
It is also here that you will find the information required to configure CMS or web applications:
- The name of a database (e.g.
XXXX_dbname
) - The user name of a database (e.g.
XXXX_username
) - The password the user name of a database ( the one you chose to create MySQL/MariaDB user to redefine if you have forgotten it)
- The MySQL/MariaDB server databases / host name / hostname (e.g.
XXXX.myd.infomaniak.com
) with its version (5.7 e.g.)
User Rights, Shared Servers & Cloud
- With rights in reading-Select.
- With rights in Writing: "INSERT, UPDATE, DELETE, CREATE TEMPORARY TABLES, LOCK TABLES"
- With Rights admin: "CREATE, DROP, INDEX, ALTER, CREATE VIEW, SHOW VIEW, REFERENCES"
- + "CREATE ROUTINE, ALTER ROUTINE, EXECUTE, TRIGGER, EVENT" on Cloud Server only (be aware of this other guide on this subject)
- Without no rights: the user will not see the database in phpMyAdmin
Web application databases
- Be aware of this other guide about WordPress.
- Be aware of this other guide about Joomla.
This guide explains how to view information about visitors who have accessed your Web Hosting (traffic stats).
Introduction
- The result is presented in a simple format enhanced with graphs, allowing for easy interpretation.
- Annual, monthly, daily, and hourly statistics are displayed by site, HTTP address, referring site, country, etc.
- Refer to this other guide if you are looking for information about access logs.
Accessing visit statistics
To view the traffic statistics:
- Click here to access the management of your product on the Infomaniak Manager (need help?)
- Click directly on the name assigned to the product in question.
- Click on Statistics in the left sidebar.
Then, the top section allows you to select:
- A: the site in question
- B: the type of desired statistics
- C: the period
- D: more details
The page accessible under "Details" also allows you to download the statistics to be interpreted by a third-party tool:
Explanations of terms
There is no distinction between humans and robots. You can also use tools like Matomo, Open Web Analytics, Google Analytics, etc.
Category | Description | Details |
---|---|---|
Hits | Every request made to the server is recorded | Hits include all requests, whether they are HTML pages, graphic files, audio, etc. Every element requested on your site, whether visible or not, is counted as a hit. It's as if each visitor presses an invisible button with every interaction with your site. |
Files | Records requests requiring data to be sent back | This category records requests that require the server to send back data, such as graphic files or HTML files. The difference between hits and files can be likened to the difference between incoming requests and outgoing data. |
Pages | Counts the number of pages displayed on your site | This counter measures the number of pages viewed on your site, excluding graphic or audio files. Each time a user accesses a new HTML page, it is recorded as a page view. |
Visits | Calculates the time elapsed since the last visit from an IP address | A visit is recorded when the IP address makes a request to the server. If this address returns within a 30-minute window, it is considered a unique visit. If it exceeds 30 minutes, a new visit is counted. |
Sites | Estimation of visits from fixed IP addresses | This category provides an estimate of the number of visits from fixed IP addresses, excluding connections via mobile networks or other dynamic connection technologies. This gives an overview of your site's regular visitors, often linked to businesses or institutions, which can help you better understand your target audience and adapt your content accordingly. |
Ko | Amount of data sent by the server in KB | This figure represents the total amount of data transferred during the given period, measured in kilobytes. It is calculated from the server log files, but may have some calculation errors due to variations in file size. |
Total hits | A hit is an HTML request; each viewed page generates multiple hits | For example, if a page contains 3 images and a text, it will return 5 hits per display: one for the page itself, one for the text and three for the images. Therefore, the total number of hits can be significantly higher than the number of pages viewed. |
Total Files | Total number of files requested by visitors' browsers. | This figure indicates the number of specific files (images, HTML files, etc.) requested by visitors while browsing your site. It can be useful for assessing the complexity of your site and the variety of content viewed by visitors. |
Total Pages | Total Pages viewed | Every time an internet user accesses a new page on your site, it is counted as a page view. This number can be different from the total hits, as a single page can generate several hits if it contains several elements to load. |
Total Visits | Total number of unique visits recorded | A unique visit is recorded each time an internet user accesses your site. If the same visitor returns within a 30-minute window, it is counted as a single visit. This number is an indicator of visitor engagement on your site. |
Total Ko | Total amount of data transferred in kilobytes | This figure represents the total size of data sent from your server to visitors during the given period. It can be used to assess your site's bandwidth consumption and plan hosting upgrades if necessary. |
Total unique sites | Total number of unique IP addresses that have visited your site | This number represents the total of unique IP addresses that accessed your site during the given period. It can be used to assess the diversity of traffic sources to your site and identify the most active audience segments. |
Total unique URLs | Total number of unique paths taken during visits | This figure represents the number of distinct paths followed by visitors while navigating your site. Each unique URL corresponds to a specific page or file viewed by visitors. This can provide information about the navigation structure of your site and the most viewed content. |
Total unique referrers | Total number of unique referring sites | This number represents the number of external sites that have directed traffic to your site through links. Referrers are important indicators of the effectiveness of your online marketing strategy and can help identify the most performing partners or traffic channels. |
Meaning of "Commercial (com)" in the list of countries
When you view the statistics under "Geographic Zones", you will notice that "Commercial" represents a significant portion of the traffic. This category includes users connected to the Internet via Internet Service Providers (ISPs) with a .com domain in their address. It is difficult to determine which country or countries are represented by .com because this extension is used by several ISPs from different countries. Moreover, the "Commercial" category may also include businesses using .com addresses regardless of their actual geographic location.
As for the "unresolved" addresses, they correspond to IP addresses that cannot be resolved to a specific geographic location. These addresses may result from various reasons such as ISP privacy settings or virtual private networks (VPN). They therefore remain undetermined in the geographic location statistics.
The Student Program allows you to obtain 1 Web Hosting and 1 kSuite Standard for free to develop your digital skills during higher education.
Preamble
- A domain name is required for the proper functioning of the products and this remains paid.
- Offer valid only in the following countries: Switzerland, France, Belgium, Germany, Italy, Austria, Spain, Canada.
- Offer reserved for new hosting orders (does not apply to orders already in progress or renewed orders).
- 1 Web Hosting (= storage for 20 Websites on 250 GB of SSD space) and 1 Standard kSuite offered per person.
- The student must be of legal age (or have parental authorization).
- The student must be able to prove their status with a valid registration card and a valid ID card:
- student card or school certificate: it must be up-to-date and show the school, the current school year as well as your first and last name
- ID card (front/back): it must be valid with a clear and readable photo
- your official student email address: it is provided by your school, e.g.: prenom.nom@votre-Ă©cole.com
- The duration of the offer depends on the validity period of the registration card and will not exceed 4 years in total.
Get free online hosting
To take advantage of this offer, familiarize yourself with the offer page and prepare the required documents.
Discover the other free Infomaniak services!
This guide details the technical and administrative aspects of hosting multiple websites on the same platform.
Technically speaking
A single hosting package can encompass various websites. Therefore, it's possible to add multiple websites to one hosting account (multi-site / multi-domain management). In this scenario, the resources of the hosting (disk space, databases, script execution time, and memory, etc.) are shared among the various websites on the hosting account.
The basic Cloud Server plan includes a certain number of hostings (e.g., 5) and a higher number of websites (e.g., 20). In this example, that means you could create 20 websites (with 20 different domains/subdomains) that you can freely organize across your 5 hosting accounts.
Administratively speaking
Regarding the organization within the Infomaniak Manager, management and access rights cannot be assigned to a specific website on a hosting account. A user that you add to the organization cannot have rights limited to just one site; they will always have access to the entire hosting account.
However, at the server data level, it is possible to create an FTP user restricted to a specific folder (this should be limited to the folder where the site is located).
Managing a single site among others on the same hosting can also be considered directly within the tool used for the site (e.g., WordPress user management).
Also read: https://news.infomaniak.com/quel-hebergement-web-choisir/
This guide explains how to add an additional website to an existing Infomaniak hosting plan.
Introduction
- The hosting may be on a shared Web Hosting plan or on an Infomaniak Cloud Server.
- The additional site can be either:
- a second domain name (e.g.,
domain2.xyz
), - or a subdomain (e.g.,
abc.domain.xyz
) of a domain name you already own.
- a second domain name (e.g.,
- In this multisite/multidomain management (virtual host), the total disk space and resources of your hosting are shared among your sites/subdomains.
Access Site Management
Prerequisites
- If the 20 site slots offered on the Web hosting are already used, order additional sites.
To access a Web Hosting plan to add a site:
- Click here to access your product management in the Infomaniak Manager (need help?).
- Click directly on the name assigned to the relevant product.
- Click the blue Add button.
- Choose optional content for the new site (A)‍ or no specific installation (B)‍:‍
- Press Next.
- Choose the type of domain to be assigned to this new site:
- an already acquired domain name
- a subdomain created from an already acquired domain name
- a domain name that is still available and to be ordered
- Enter the Domain name (
domain2.xyz
, for example) or the Subdomain. - Choose any Advanced Options, including:
- By default, the new site is added to the
/sites/domain2.xyz
directory on your FTP server. - To manually define another directory, check Define location manually and indicate the path and name.
- Create a new folder if needed:
- By default, the new site is added to the
- Click Continue.
If this is a subdomain or if the domain name or its DNS zone is managed by Infomaniak, it is possible to automatically update existing DNS entries. Otherwise, make the necessary changes with your registrar or transfer the domain name management to Infomaniak.