Skip to content

πŸ“„ Who doesn't like documentation?

Notifications You must be signed in to change notification settings

filebrowser/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Quick Start

This is the fastest way for beginners to start using File Browser. Although, there other ways to install it.

Done! It will tell you the address in which File Browser is running. You'll only need to open it and use the following credentials (you must change them!):

  • Username: admin
  • Password: admin

One Step Script

If you're running linux or macOS, you can use a very special script - made by Kyle Frost - to download the latest version of File Browser and install it on /usr/local/bin.

{% tabs %} {% tab title="curl" %}

curl -fsSL https://filebrowser.github.io/get.sh | bash

{% endtab %}

{% tab title="wget" %}

wget -qO- https://filebrowser.github.io/get.sh | bash

{% endtab %} {% endtabs %}

If you're on Windows, you can use PowerShell to install File Browser too. You should run the following command as administrator since it needs permissions to add the executable to the PATH.

iwr -useb https://filebrowser.github.io/get.ps1 | iex

About

πŸ“„ Who doesn't like documentation?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published