---
title: "Manage File Permissions in InterWorx"
source: "https://docs.nexcess.com/hosting/control-panel/interworx/siteworx/file-management/manage-file-permissions-in-interworx/"
description: "File permissions define access to files and folders on a server or website. Interworx provides permissions functionality within the SiteWorx File Manager, allow…"
vertical: "Hosting"
date: "2024-03-04"
last_modified: "2026-07-02"
---

# Manage File Permissions in InterWorx

File Permissions determines the type of action that can be taken on a file or folder within a server or website. Interworx has file permissions functionality within the File Manager, making it so you don’t have to use the command line.

TipLearn more about the different permissions that can be granted in our article: [File Permissions](https://www.liquidweb.com/help-docs/what-are-file-permissions/).

## Fixing Incorrect Permissions

It is also possible to have incorrect permissions on InterWorx installation and SiteWorx accounts. InterWorx includes two permission-fix tools to help facilitate resolving that issue.

WarningThe following sections describe commands that will overwrite the permissions of important folders. These commands should never be interrupted. Run time can vary based on the number of permissions that need to be verified.

### Fix NodeWorx-Level Permissions

1. Log in to the server at the CLI as root via SSH. For help using SSH, see [Logging into Your Server via Secure Shell (SSH).](https://docs.nexcess.com/hosting/server-administration/linux/logging-into-your-server-via-secure-shell-ssh/)
2. Run the following:  
    `~iworx/bin/cvspermsfix.pex`

### Fix SiteWorx-Level Permissions

#### For a Specific SiteWorx Account

1. Log in to the server at the CLI as root via SSH. For help using SSH, see [Logging into Your Server via Secure Shell (SSH).](https://docs.nexcess.com/hosting/server-administration/linux/logging-into-your-server-via-secure-shell-ssh/)
2. Run the following, replacing {master domain} with the master domain on the Siteworx Account:  
    `~iworx/bin/varpermsfix.pex --siteworx {master domain}`

### For All SiteWorx Accounts on the Server

1. Log in to the server at the CLI as root via SSH. For help using SSH, see [Logging into Your Server via Secure Shell (SSH).](https://docs.nexcess.com/hosting/server-administration/linux/logging-into-your-server-via-secure-shell-ssh/)
2. Run the following:  
    `~iworx/bin/listaccounts.pex --domain | xargs -n1 ~iworx/bin/varpermsfix.pex --siteworx`
