> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crazynode.in/llms.txt
> Use this file to discover all available pages before exploring further.

# File Manager

> Upload, edit, and manage server files directly from the CrazyNode panel or SFTP.

The file manager gives you full access to your server files from a browser — no separate FTP client required. For bulk transfers, SFTP is also available.

## Using the web file manager

From the server panel, click **File Manager** to browse, upload, download, edit, and delete files.

### Common actions

* **Upload** — drag files onto the browser or click **Upload**.
* **Edit** — click any text file to open the in-browser editor (with syntax highlighting).
* **Rename / Move / Delete** — select files and use the toolbar.
* **Extract archives** — right-click a `.zip` or `.tar.gz` and choose **Unarchive**.
* **Compress** — select multiple files and choose **Archive** to create a downloadable `.zip`.

## Connecting via SFTP

For uploading large files or entire folders, SFTP is faster and more reliable than the web UI.

<Steps>
  <Step title="Get connection details">
    In the panel, click your profile → **SFTP Details**. Copy the host, port, and username.
  </Step>

  <Step title="Use an SFTP client">
    Open [FileZilla](https://filezilla-project.org), WinSCP, or Cyberduck.
  </Step>

  <Step title="Authenticate">
    Use your CrazyNode panel password. Two-factor codes are appended to the password when required.
  </Step>

  <Step title="Transfer files">
    Drag files between your computer and the server.
  </Step>
</Steps>

### Sample SFTP connection

```bash theme={null}
sftp -P 2022 username.serverid@sftp.crazynode.in
```

<Warning>
  Never share SFTP credentials. Use [subusers](/game-hosting/server-management) to grant limited access to teammates.
</Warning>

## File size limits

* Web upload: **100 MB per file**
* SFTP upload: unlimited (subject to your disk quota)

For uploads larger than 100 MB, use SFTP.
