# FileBrowser # FileBrowser Everything you could possible need from a File explorer with all the convince of using any web browser your comfortable with.
Please make yourself aware of the [Fair Usage Policy](https://ultra.cc/policies/terms-of-service#fair-usage). Directly pointing File Browser to share your cloud storage will create extreme strain on your slot's disk and could cause a 24-hour ban on accessing your cloud storage. It is **YOUR** responsibility to ensure usage is within acceptable limits.
**FileBrowser** provides a file managing interface within your home directory, and it can be used to download, upload, delete, preview, rename and edit your files — all from within your web browser.Option | Action |
---|---|
My Files | Brings you back to your h=Home Directory |
New Folder | Create a new empty folder in the current directory |
New File | Create a new empty file in the current directory |
Settings | Various settings including language, Theme, and user creation rules |
Logout | Logout of current session |
Field | Use |
---|---|
Username | Desired Username for user |
Password | Desired Password for user |
Scope | This is an essential option as this will be the folder the user may access. In this example, it is set to `./share,` which is `/home/username/share` Note: It is not recommended to point this directly to a rclone mount as this will cause extreme IO and possibly cause issues with your slot |
Permissions | You can set the kind of actions a user can perform; for example, you may want to allow download but never allow upload so that a user can not deposit files onto your slot. You'd untick create Files and Directories |
Please note that in the event you have to reinstall your webserver, this fix will not remain and will need to be reapplied. It will persist over restarts, however.
- Nginx can cause uploads to fail, this is simple to address by editing a file. ``` nano ~/.apps/nginx/proxy.d/filebrowser.conf ``` - Find the line that begins `client_max_body_size` and add a `#` at the start of the line to comment it out if it exists - Press `CTRL+x`, then press `Y` and `ENTER` to confirm. - Execute the following command to restart Nginx and FileBrowser: ``` app-nginx restart && app-filebrowser restart ``` - You should now be able to successfully upload larger files.