778ec9b88f
- add JWT authentication - admins are now stored inside the data provider - admin access can be restricted based on the source IP: both proxy header and connection IP are checked - deprecate REST API CLI: it is not relevant anymore Some other changes to the REST API can still happen before releasing SFTPGo 2.0.0 Fixes #197
497 B
497 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 over HTTPS.