Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Search

This guide explains how to view file activity on your Infomaniak hosting server.

 

FTP space activity logs

To know the activity of exchanges on your FTP space, contact Infomaniak support to request FTP logs by first authenticating with the credentials corresponding to the management of your web hosting.

The log is only updated if there has been FTP activity.

Help reading logs: http://www.castaglia.org/proftpd/doc/xferlog.html


Has this FAQ been helpful?

The CGID module for Apache has been disabled on Infomaniak's shared web hosting offers.

If necessary, you should consider changing your plan to a Cloud Server if you are currently on a shared web hosting plan. This can be done transparently: refer to this other guide on the subject.


Has this FAQ been helpful?

This guide explains how to increase the max_children value on Cloud Server to increase the number of simultaneous PHP processes that can be used by your site. This will be very useful for resolving infinite page loading issues on your site.

 

Preamble

  • By default on all hosting, the max_children limit is set to 20.
    • Although it is possible to increase this value from the Infomaniak Manager, the max_children limit is automatically adjusted based on the configuration of your Cloud Server.
    • To increase this limit on shared hosting, migrate to Cloud Server.
  • To understand how to accurately calculate the necessary max_children, refer to this article on the subject.

 

Increase the max_children value

Prerequisites

  • Ensure that you have the necessary resources on the Cloud Server.
  • Ensure that all resources of the Cloud Server are not being used; if it turns out that they are fully used, increasing the max_children value will have no effect (Modify the resources of the Cloud Server).
  • Monitor the resources of your server, in case the resources of your server are reached, it will be necessary to check the optimization of the processes and your site before considering increasing the value max_children.
  • Consult the PHP error reports from the /ik-logs folder (master process php logs - file name: php-fpm.log) to verify if the "max_children" limit has been exceeded... example of error: [05-Jul-2024 09:08:58] WARNING: [pool www.infomaniak.ch] server reached max_children setting (20), consider raising it

To access the management of PHP / Apache parameters of the site for which you need to increase the max_children value on Cloud Server, refer to this other guide.

You will be able to...

  • … choose a new max_children value:

Do not forget to save the changes at the bottom of the page.

 

Limits depending on the server

Limit of max_children depending on the resources of the Cloud Server:

Cloud Server Configurationmax_children
2 CPU / 6 Go RAM20
4 CPU / 12 Go RAM40
6 CPU / 18 GB RAM60
8 CPU / 24 GB RAM80
12 CPU / 36 GB RAM120
16 CPU / 48 GB RAM160
24 CPU / 72 GB RAM240
32 CPU / 96 or 128 GB RAM320

Has this FAQ been helpful?

This guide is for you if you wish to perform vulnerability tests on your site / server hosted by Infomaniak.

 

Tolerated and restricted

You are free to perform vulnerability tests (SQL injection, XSS, etc.), intrusion, or penetration testing (pentest) on your Infomaniak hosting only under the following conditions:

  • ... between 9 AM and 5 PM CET
  • ... from Monday to Friday
  • ... with the minimum number of attack packets regardless of the software used (AppScan for example)
  • ... without ever performing a single DoS or DDoS (Denial of Service) attack
  • ... by respecting the Infomaniak Terms of Service, in particular the shared framework of the services

 

Any abusive use may result in early termination by Infomaniak.


Has this FAQ been helpful?

This guide details the use of Perl or Python scripts on Infomaniak hosting and the management of their modules.

 

Prerequisites

  • Shared Web Hosting: the CGI module is no longer available; the execution of Perl and Python scripts is therefore not supported.
  • Managed Cloud Servers: to benefit from the latest technologies, it is possible to upgrade your Cloud Server.

 

Web Configuration (Apache/CGI)

To run Python or Perl scripts via Apache on Cloud Server, the interpretation of files with the extensions .py and .pl is not active by default.

Using your FTP software/client or the Web FTP, add and adapt the following directive in the .htaccess file located in the folder containing your scripts:

AddHandler cgi-script .pl .cgi .py
Options +ExecCGI

 

Installation of additional modules

On a Cloud Server, you have the possibility to install third-party libraries that are not present by default.

Python

  • The installation is done through PIP, which is a package manager used to install and manage packages written in Python.
  • Infomaniak offers PIP and PIP3 via the Fast Installer tool.
  • Once PIP is installed, you will be able to install Python modules by specifying --user during the command. For example:
  • pip3 install mysql-connector-python --user

Perl

  • The addition of Perl modules is also done via SSH (console). It is necessary to install them in the user directory and to define the full path within the scripts.

 

Important technical information

  • Interpreter Path: /usr/bin/python
  • Extensions: Scripts must have the extension .pl, .cgi or .py.
  • Limitations: The mod_python module is not supported.

 

Error Resolution (CGIWrap)

If you encounter the following error when loading an image:

CGIWrap Error: Execution of this script not permitted
Request Data:Extra Path Info: /dossier/.../image.PL.12.34.gif

The server interprets the file as a script because it contains ".PL" (or .PY) in its name.
Solution: Simply rename the file to remove this mention (example: image-12-34.gif).


Has this FAQ been helpful?

This guide will help you if, for example, you want to deploy a package like pymysql and it requires a Python version higher than the default one provided on your hosting.

 

Preamble

  • Anaconda is a free and open-source distribution of the programming languages Python and R; it aims to simplify package management and deployment.
  • It is recommended to use Miniconda (a lightweight version of conda); it installs in your user space, avoiding any conflict with the system Python and not requiring administrator rights.
  • Refer to the official documentation; this guide requires technical knowledge, therefore if you encounter a problem with third-party software, contact its publisher or a Partner and consult the support policy as well as section 11.9 of the Infomaniak Terms of Service.

 

1. Download the installer

For example, the 64-bit Linux version for Python 3.11.

user@server:~$ wget https://repo.anaconda.com/miniconda/Miniconda3-py311_23.10.0-1-Linux-x86_64.sh
--2024-03-10 12:00:00--  https://repo.anaconda.com/miniconda/Miniconda3-py311_23.10.0-1-Linux-x86_64.sh
Resolving repo.anaconda.com... 104.16.131.3, 104.16.130.3
Connecting to repo.anaconda.com|104.16.131.3|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 72787200 (69M) [application/x-sh]
Saving to: ‘Miniconda3-py311_23.10.0-1-Linux-x86_64.sh’

Miniconda3-py311_23.10.0-1-Linux-x86_64.sh  100% [===================>]  69.42M  --.-KB/s    in 0.3s

 

2. Check the integrity (SHA256 Hash)

user@server:~$ sha256sum Miniconda3-py311_23.10.0-1-Linux-x86_64.sh
6c714a33ea348303f909194246990422e698889417d74b9714856b3e9a7e6c3a  Miniconda3-py311_23.10.0-1-Linux-x86_64.sh

 

3. Run the installation

The -b argument allows for a silent installation. By default, Miniconda will install in ~/miniconda3.

user@server:~$ bash Miniconda3-py311_23.10.0-1-Linux-x86_64.sh -b
PREFIX=/home/clients/your_client_hash/miniconda3
Unpacking payload ...
Collecting package metadata (current_repodata.json): done
Solving environment: done
Executing transaction: done
installation finished.

 

4. Initialize and activate Conda

To use conda immediately and with each SSH connection:

user@server:~$ ~/miniconda3/bin/conda init bash
no change     /home/clients/your_client_hash/miniconda3/condabin/conda
...
modified      /home/clients/your_client_hash/.bashrc

user@server:~$ source ~/.bashrc

 

5. Install a package (example: pymysql)

Once activated, the (base) prefix appears before your command prompt. You can then install your tools without sudo or --user.

(base) user@server:~$ python -V
Python 3.11.5

(base) user@server:~$ pip install pymysql
Collecting pymysql
  Downloading PyMySQL-1.1.0-py3-none-any.whl (44 kB)
Installing collected packages: pymysql
Successfully installed pymysql-1.1.0

Has this FAQ been helpful?

This guide covers the support of secure hash functions (including SHA-256) by Infomaniak servers, as well as the emphasis on the security of SSL/TLS certificates using CSRs generated with SHA-256.

 

SHA-256 hashing algorithm

The cryptographic hash function SHA-1 is compatible and Infomaniak servers also support the SHA-256 function, which is useful for PayPal and SaferPay (SIX).

The CSRs (certificate signing requests) are in SHA-256 and not in SHA-1.


Has this FAQ been helpful?

This guide explains how to back up a Cloud VPS in the form of a snapshot.

 

Preamble

  • A snapshot is like a photo of your Cloud VPS at a given moment, containing everything on your server, including your operating system, applications, data, etc.
  • Snapshots can be used for...
    • ... protect your Cloud VPS in case of a problem: if you encounter a problem with your Cloud VPS, you can restore a snapshot to return to a previous state.
    • ... test modifications without risk: before making significant changes to your Cloud VPS, you can create a snapshot to be able to revert if necessary.
  • You benefit from a free snapshot to back up your entire server in a dedicated space. If needed, it is possible to order additional spaces or delete a snapshot to create a new one.
  • Two types of backups are possible:
    1. Snapshot of data: allows you to create an image of the volume containing your data (not available for Windows distributions).
    2. Snapshot of the operating system: allows you to create an image of the volume containing your operating system. This type of backup involves a brief interruption of your applications and websites.
  • It is recommended to create snapshots regularly, for example once a week or once a month; this will allow you to have a history of your Cloud VPS and to be able to revert in case of a problem.
  • It is obviously possible to restore the state of the Cloud VPS thanks to the previously created snapshot.

 

Create a snapshot

To do this:

  1. Click here to access the management of your product on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product concerned.
  3. Click on Snapshot in the left sidebar.
  4. Click on the blue button Create a snapshot:
  5. Choose the type of snapshot to create (data or operating system).
  6. Click on the blue button to start creating the snapshot:
  7. An email is sent when the snapshot is generated.

 

Delete a snapshot

To do this:

  1. Click here to access the management of your product on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product concerned.
  3. Click on Snapshot in the left sidebar.
  4. Click on the action menu â‹® to the right of the object concerned in the table that appears.
  5. Click on Delete:

 

Order additional snapshots

To do this:

  1. Click here to access the management of your product on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product concerned.
  3. Click on Snapshot in the left sidebar.
  4. Click on the shopping cart icon:
  5. Follow the instructions to complete the order.

It is not possible to order an additional snapshot if a snapshot is in progress.


Has this FAQ been helpful?

This guide explains how to display the IP address of a site on your Web Hosting.

 

Preamble

  • The IPv4 address is generally the same for each of the sites on the hosting (unless you have acquired a dedicated IP).

 

Display the IP address of your site

The IP address is specified on the hosting management page (Starter or containing multiple sites):

  1. Click here to access the management of your site on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product concerned.
  3. Then click on the chevron to expand the Information section of this hosting.
  4. The IPv4 address is displayed on the page:
  5. The IPv6 address is also displayed in the case of paid hosting:

Has this FAQ been helpful?

This guide details the "502 Bad Gateway" errors that can be encountered when visiting a website.

 

Preamble

  • The 502 Bad Gateway error occurs when the server acting as a gateway between the browser and the origin web server receives an invalid response.
  • This error can be caused by an overloaded web server, communication issues between a CDN and the hosting web server, or a misconfigured proxy server.
  • Sometimes, the error can be caused by a bad entry in the DNS server.

 

Troubleshooting steps

To resolve the 502 Bad Gateway error, you often need to proceed by elimination:

  • Check if the server is temporarily overloaded: simply reload the page after a few minutes for the error to disappear.
  • Clear the browser cache.
  • Try from another browser.

Has this FAQ been helpful?

This guide details the specifics related to managing MongoDB on your Managed Cloud Server, particularly regarding the version lifecycle.

 

Preamble

  • Any new installation of the application deploys MongoDB version 7.0 (or higher) by default.

 

Upgrading from version 6 to 7

It is not possible to perform an automatic update (upgrade) from version 6 to version 7 directly from your interface.

Two solutions are available to you:

  1. Order a new Cloud Server: it will natively have version 7, and you can then migrate your data to it.
  2. Reinstall the application: uninstall and then reinstall MongoDB on the current server.

Uninstalling the application deletes all of your MongoDB data. Additionally, it will no longer be possible to reinstall version 6 after this operation.

Backups and responsibility

As an administrator, the management and integrity of your data are entirely your responsibility.

Before any manipulation (especially reinstallation):

  • Perform your own backups and exports (dump) of your databases.
  • Plan for the manual import of your data once the new version is active.

Has this FAQ been helpful?

This guide explains what you need to determine as a website visitor if you encounter a 403 error to resolve this issue.

 

What is the 403 error?

The HTTP 403 error code generally means that access to a resource is denied to the client by the server.

 

In what case does this error occur?

The user is not authenticated: the server requires the user to identify themselves to access the resource. This can be the case for private pages requiring authentication, for example.

The user is authenticated but does not have the necessary permissions: the server recognizes the user but does not authorize them to access the requested resource due to permission or role restrictions. This cause of 403 error may be an incorrect permission issue on a folder or file. For a folder, the error message is of type "403 Forbidden", for a file, "failed to open stream: Permission denied". In this case, you must verify that the permissions of your folders/files are correct, i.e., a minimum of 644 for a file and 755 for a folder. Refer to this other guide.

The user's IP address is blocked or restricted: the server may block access to a specific IP address for security reasons, protection against attacks... Refer to this other guide.

The requested resource does not exist on the server: in this case, the server returns a 403 error instead of a 404 error to avoid disclosing confidential information. If you are simply trying to access your homepage or a part of your site by indicating an address of type www.domain.xyz or www.domain.xyz/folder/ make sure there is a homepage named "index.html or .htm or .php" placed in the correct location (at the root of your FTP space, in the /web directory, or in the /folder/ directory). Refer to this other guide.

Additionally, check that there are no uppercase letters in the file name; all file or folder names present must be in lowercase, without accents or spaces.

Script-related error: if you were running a script, filling out a form, uploading a file online, and you get this type of message:

Accès interdit!
Vous n'avez pas le droit d'accéder à l'objet demandé.
Soit celui-ci est protégé, soit il ne peut être lu par le serveur.
Si vous pensez qu'il s'agit d'une erreur du serveur, veuillez contacter le gestionnaire du site.
Error 403

the cause may be a filter that prevents the unwanted use of scripts by spammers. Indeed, the Infomaniak antivirus blocks the uploading of files via scripts or via FTP. This concretely means that when a hacker sends a file identified as a virus via a form, an insecure script, or via FTP, its installation is directly blocked, the file is not uploaded to the server, and the upload generates a 403 error.

 

In case of a false positive, contact Infomaniak support by providing the URL of the page where you encounter this error message to precisely diagnose the origin of the problem.

However, there are many other cases in which you might receive a "403 forbidden" message and for very diverse reasons (PHP, perl, mod_security, .htaccess scripts, ...).


Has this FAQ been helpful?

This guide helps resolve issues with special characters (accents, emojis, etc.) that do not display correctly or appear as symbols like ??, often due to incorrect encoding when connecting to MySQL.

 

Preamble

  • By default, MySQL uses UTF-8.
  • Recent MySQL servers are generally configured to use UTF-8 or UTF-8MB4 by default.
    • This is suitable for most cases, especially for international languages and emojis.
  • Also, refer to this other guide to learn how to avoid encoding issues with non-European characters and emojis in your developments.

 

Set the default MySQL / MariaDB charset (Cloud Server)

With an Infomaniak Cloud Server, you can set the default charset (utf8 or utf8mb4):

  1. Click here to access the management of your product on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product concerned.
  3. Click on MariaDB in the left sidebar.
  4. Choose the default charset:
  5. Save your changes at the bottom of the page.

 

Force a specific encoding (latin1 for example)

If you need to work with a database in latin1 (ISO-8859-1), you must explicitly align the encoding when connecting, depending on your environment.

On current offers, place the following code in a user.ini file located at the root of your hosting:

mysql.connect_charset = "latin1"
mysqli.connect_charset = "latin1"
pdo_mysql.connect_charset = "latin1"

or in PHP (MySQL API):

mysql_query("SET CHARACTER SET latin1");

 

On older hosting plans, force the MySQL connection to latin1 via the .htaccess file located at the root of your hosting:

php_value mysql.connect_charset latin1
php_value mysqli.connect_charset latin1
php_value pdo_mysql.connect_charset latin1

Has this FAQ been helpful?

This guide concerns MySQL/MariaDB and more specifically index analyses and queries with Web Hosting.

 

Slowlog for long queries

The MySQL slowlog is enabled on all MySQL servers and groups queries that take more than 5 seconds* to execute. If your queries are well constructed, you will never see these files. Otherwise, check regularly to correct any potential issues and ensure the proper functioning of your site.

Contact Infomaniak support in writing to obtain them (except for old v1 hosting directly viewable from the Web FTP one level above /web in the /logs directory).

 

And the logs?

No MySQL log is created (except for slowlogs) as MySQL servers would not support the load of millions of simultaneous logs to record. If necessary, Infomaniak can enable this MySQL log for 5 minutes to allow you to analyze them with EXPLAIN and determine useful indexes, for example. To do this, contact Infomaniak support in writing.

 


* elapsed time. And regarding locks, the documentation provides the following clarification: "The time to acquire the initial locks is not counted as execution time"


Has this FAQ been helpful?

This guide details the Infomaniak Managed Cloud Server offer and the Infomaniak VPS offer intended for different uses.

 

Preamble

  • Infomaniak offers two advanced hosting solutions:
    1. the Managed Cloud Server, which allows you to create multiple hosts (FTP/SSH spaces) on which you add your sites (Apache vhosts),
    2. and the VPS (Virtual Private Server), which offers complete administrative freedom and meets different needs.

 

Managed Cloud Server

The Cloud Server allows you to exceed the limits of shared hosting. You can create and distribute your sites as you wish, define the root directory of each site, and adjust parameters such as memory_limit and max_execution_time.

Integrated tools are provided: cronjobs, Site Creator, simplified installation of WordPress, access and error logs (logs). It is also possible to add specific Apache modules or install a caching system.

The software environment is managed by Infomaniak (FastCGI, PHP-FPM). You do not have complete freedom to configure the server (no arbitrary software installation), but certain specific programs can be installed.

 

VPS (unmanaged)

The VPS gives you full control over the server, but it is your responsibility. Infomaniak manages the hardware and installs the version of Linux or Windows chosen at the time of ordering. No software intervention is performed by Infomaniak: you administer the system, install, and configure the software.

You can restart the server via the Infomaniak Manager. A snapshot system is available (excluding VPS Lite offer).

 

Video content and alternatives

If your project mainly involves a large volume of videos, it is often preferable to separate video streaming from the main hosting. Associated with shared hosting, the Infomaniak VOD/AOD space allows you to efficiently store and stream videos, support load increases, and obtain detailed viewing statistics.

 

Migration between Cloud Server and VPS

There is no automatic migration solution between a Managed Cloud Server and a VPS. To switch from one offer to another, you need to cancel the product you no longer use and order the new offer. Infomaniak refunds, upon request, any new server if the cancellation occurs within 30 days of the order.


Has this FAQ been helpful?

This guide explains how to view and modify the configuration settings MySQL / MariaDB of a Cloud Server. These settings allow you to adjust the behavior, performance, and some features of the service, including resource limits.

 

Preamble

  • MySQL is installed on a Dedicated Cloud Server: resources are not shared with other customers.
  • Only one instance of MySQL or MariaDB is present per Cloud Server.
  • The number and size of databases depend solely on the available disk space and resources.
  • For very large volumes of non-relational data, MongoDB is recommended.

 

Configurable MySQL / MariaDB settings

The following list presents the main variables that you can customize in your MySQL / MariaDB instance:

NameDescriptionValue
bulk_insert_buffer_sizeBuffer size for bulk insert operations8M
default_charsetDefines the default character set for the databaseutf8mb4
declare_explicit_defaults_for_timestampAllows explicitly declaring default values for timestamp-type columns""
declare_innodb_autoextend_incrementIncrement used for the automatic extension of the InnoDB table space""
declare_key_bufferKey buffer size for tables MyISAM""
event_schedulerEnable or disable the event scheduler MariaDB (allows executing scheduled tasks on the server side)OFF
ft_max_word_lenMaximum word length for full-text searchUndefined
ft_min_word_lenMinimum word length for full-text search3
innodb_additional_mem_pool_sizeSize of the additional memory pool for InnoDB""
innodb_buffer_pool_sizeSize of the buffer memory pool InnoDB (data and index storage)""
innodb_flush_log_at_trx_commitFrequency of writing logs InnoDB to disk""
innodb_large_prefixEnable the large prefix for indexes InnoDB 
innodb_lock_wait_timeoutMaximum wait time for obtaining locks InnoDB""
innodb_log_buffer_sizeSize of the log buffer InnoDB""
innodb_log_file_sizeSize of the log files InnoDB""
innodb_ft_min_token_sizeMinimum token size for full-text searchUndefined
innodb_ft_max_token_sizeMaximum token size for full-text searchUndefined
join_buffer_sizeSize of the join buffer for queries1M
key_buffer_sizeKey buffer size for tables MyISAM4M
lc_time_namesDefines the language used for the format of month and day namesUndefined
local_infileEnables or disables local file reading0
log_bin_enabledEnables or disables binary logging of transactionstrue
max_allowed_packetMaximum size of allowed network packetsUndefined
max_connect_errorsMaximum number of connection errors before blocking10
max_connectionsMaximum number of simultaneous connectionsUndefined
max_heap_table_sizeMaximum size of in-memory tables8M
max_user_connectionsMaximum number of simultaneous connections per user38
myisam_max_sort_file_sizeMaximum size of the temporary file used for table sorting MyISAM2G
myisam_sort_buffer_sizeSize of the sort buffer for tables MyISAM16M
myisamrecoverAutomatic recovery options for tables MyISAMmyisam-recover-options
query_cache_enabledEnable or disable the query cache 
query_cache_limitSize limit of results stored in the query cache256K
query_cache_sizeTotal size of the query cache64M
query_cache_typeType of cache used for queries0
read_buffer_sizeSize of the sequential read buffer2M
read_rnd_buffer_sizeSize of the random read buffer2M
table_open_cacheNumber of tables the server can keep open simultaneously256
thread_cache_sizeSize of the thread cache1
thread_concurrencyNumber of concurrent threads (0 = unlimited)0
thread_stackStack size per thread256K
timeoutsTimeouts (wait_timeout and interactive_timeout)30
tmp_table_sizeMaximum size of in-memory temporary tables8M
tmpdirTemporary directory used for temporary files"/home/nfs-clients/.mysql_tmp"

 

Any undefined parameter remains at its default value.

 

Modify MySQL / MariaDB parameters

To modify the configuration of your instance:

  1. Click here to access the management of your product in the Infomaniak Manager (need help?).
  2. Select the name of the Cloud Server concerned.
  3. Click on MySQL / MariaDB in the sidebar menu.
  4. Edit the desired parameters and then validate your changes.

Has this FAQ been helpful?

This guide explains how to change the management password for WordPress or any other Web Application (Joomla, Drupal, Typo3, PrestaShop, ownCloud, etc.) installed via the Infomaniak tools included in the paid Web Hosting offers.

 

Preamble

  • Some applications also allow changing the user password directly from their dedicated interface:
    • Example: WordPress (manage users, names, passwords, roles, etc.).

 

Change the password of a Web App

To change the password to access the administration panel of your web application, perform the following actions:

  1. Click here to access the management of your site on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the site concerned:
  3. Click on the action menu â‹® located to the right of the Web Application concerned.
  4. Click on Settings of the application:
  5. Click on Modify to the right of the Application:
  6. Under Password enter the new password (for the connection with the identifier indicated above).
  7. Click on the Save button at the bottom of the page:

Has this FAQ been helpful?

The user and the process "cloud base - ini" are used as part of the VPS Cloud / VPS Lite infrastructure of Infomaniak (in the case, for example, where the instance is rebuilt). Learn more


Has this FAQ been helpful?

This guide explains how to view and download Apache logs from Web Hosting, which are useful for analyzing PHP errors or diagnosing certain application behaviors.

 

Introduction

  • Access and error logs are kept for at least 7 days.
  • Once the retention period has expired, older entries cannot be restored, even upon request.
  • You can also find these files directly on the server via SSH/FTP in the ik-logs folder at the root of your hosting.

 

Accessing access and error logs

To view these logs:

  1. Click here to access your site management on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the site concerned:
  3. Click on Advanced in the left sidebar.
  4. Click on Logs in the left sidebar.
  5. Click on Errors or Access to display the error log or access log.
  6. Choose a period if necessary.
  7. Click on the icon to see the details.
  8. Click on Send by email to immediately receive all entries by email to your user address.
  9. Click to export the data in .log format:

 

Identify the most active IP addresses in the access logs

To do this, connect to the server via SSH (need help?).

The line to execute in SSH is as follows:

cat ik-logs/access.log | awk '{ print $2}' | sort -n | uniq -c | sort -n | tail -n 20

Has this FAQ been helpful?

This guide lists the supported operating systems (Linux distributions) that can be installed when ordering a VPS Cloud / VPS Lite.

 

Regarding Windows, refer to this other guide.

 

Prerequisites

  • Create a password for your user after logging in for the first time with the private key, especially to troubleshoot your server by connecting via the VNC console in case of a problem.

 

Natively supported Linux distributions
 

Debian

If you come from the Debian community, then a server of this type would be an excellent choice, an alternative to CentOS offered below. The Debian editions are very stable, especially since "Buster" or more recently "Bookworm" (Debian 12). Learn more

Ubuntu

If you are familiar with Ubuntu desktop version, you might want to have it on your server. Learn more

FreeBSD

The base code of FreeBSD has been developed, improved, and optimized continuously for over thirty years. It is developed and maintained by a large team of people. FreeBSD offers advanced network features, enhanced security, and high performance. Learn more

openSUSE

This distribution is ideal for beginners, experienced users, and ultra-geeks, in short, it is suitable for everyone! Learn more

CentOS

CentOS is the most popular distribution for a web server and therefore has great support, whether on the community forum or anywhere on the web. CentOS editions are very stable in the long term. Learn more

Other Linux distributions

Infomaniak regularly adds new Linux distributions:

  • Fedora
  • rancherOS
  • ArchLinux
  • AlmaLinux
  • RockyLinux

 

Specific distribution / disk image

Only official images can be installed and Infomaniak does not install any operating system from an ISO disk image. If you wish to install a specific distribution, you can do so by importing the image to Public Cloud.


Has this FAQ been helpful?