---
title: "How to view website error and access logs"
source: "https://docs.nexcess.com/sites-stores/control-panel/interworx/siteworx/website-management/access-and-error-logs/"
description: "Learn how to view website error and access logs using SiteWorx. There are two methods of viewing error and access logs."
vertical: "Sites & Stores"
date: "2019-09-10"
last_modified: "2026-07-02"
---

# How to view website error and access logs

## Using SiteWorx

1. Log in to your SiteWorx account. 
    - If you do not know your password, click **Forgot your password** on the login page.
2. On the main menu, click **Administration > Logs**.
3. If necessary, select the desired log group from the **Select Log Group** drop-down list, then click **Continue**.  
    ![](https://docs.nexcess.com/wp-content/uploads/2026/06/1568145508191-1568145508191.png)
4. To download the log file, click **Download**.

## Using SSH

Apache error and transfer logs are stored differently in cluster environments.

Issue the following commands to view error and transfer logs from the server using SSH:

```
less /home/username/var/domain.com/logs/error.log
less /home/username/var/domain.com/logs/transfer.log
```

You can also issue the following to view the PHP-FPM error logs:

```
less /home/username/var/php-fpm/error.log
```
