1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-23 22:04:50 +02:00
Files
sftpgo/docs/web-admin.md

14 lines
591 B
Markdown
Raw Normal View History

2020-03-04 23:10:58 +01:00
# Web Admin
You can easily build your own interface using the exposed [REST API](./rest-api.md). Anyway, SFTPGo also provides a basic built-in web interface that allows you to manage users, virtual folders, admins and connections.
2020-03-04 23:10:58 +01:00
With the default `httpd` configuration, the web admin is available at the following URL:
[http://127.0.0.1:8080/web/admin](http://127.0.0.1:8080/web/admin)
2020-03-04 23:10:58 +01:00
The default credentials are:
- username: `admin`
- password: `password`
2021-02-14 22:08:08 +01:00
The web interface can be exposed via HTTPS and may require mutual TLS authentication in addition to administrator credentials.