mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-11-23 22:04:50 +02:00
579 B
579 B
Web Admin
You can easily build your own interface using the exposed REST API. Anyway, SFTPGo also provides a basic built-in web interface that allows you to manage users, virtual folders, admins and connections.
With the default httpd configuration, the web admin is available at the following URL:
The default credentials are:
- username:
admin - password:
password
The web interface can be exposed via HTTPS and may require mutual TLS authentication in addition to administrator credentials.