---
title: How to access the logcenter
description: This page explains how to access the logcenter of a Webhosting Classic
tags: webhosting logcenter
dates:
  validation: 2025-09-03
  posted: 2021-08-05
---
import Requirements from '@macros/iam/requirements.mdx'
import WebhostingOnline from '@macros/webhosting/webhosting-online.mdx'

import image from './assets/scaleway_logcenter_define_password.webp'


<WebhostingOnline />

The logcenter allows you to visualize real-time error logs of your hosting. That way, you can quickly troubleshoot potential issues linked to your code.

<Requirements />

- A Dedibox account logged into the Online [console](https://console.online.net)
- Created a **Webhosting Classic** plan

## How to create or reset a password for the logcenter

1. Click **Hosting**. A list of your webhosting accounts displays.
2. Click **Manage** next to the hosting you want to configure. The webhosting overview page displays.
3. Click **Statistics and logs** in the side menu. The statistics and logs overview page displays.
4. Go to the **Logs** section and click **Define password**. If you want to reset your password, click **Reset password**.
    <Lightbox image={image} alt="" />
5. Enter a password and its confirmation, then click **Edit account**.
    <Message type="tip">
      For a strong password, combine lowercase, uppercase, numbers, and special characters.
    </Message>

## How to access the logcenter

1. Access the [logcenter](https://logcenter.online.net/).
2. Enter your domain name as login and the password set in the previous step. Then click **Connexion**. The logs of your webhosting display.

## How to download the log files

We provide full access to your website's logs (access.log). This allows interested parties to have access to the raw data regarding visits to your website.

You can find the connection details on the statistics overview page in your console.

The log files can be downloaded via FTP access. Enter the required connection details to download them using an FTP client:

FTP host: `stats.online.net`
User: `webmaster@domain.tld`
Password: The statistics password | see above

Remember to replace `domain.tld` with your own domain (for example: `mydomain.com`).

<Message type="tip">
  Keep in mind that even if the username is the same, the log access account is different from the main FTP account. The password is therefore different too.
</Message>


