-
Notifications
You must be signed in to change notification settings - Fork 26
[Help] NextCloud
toulousain79 edited this page Nov 18, 2020
·
3 revisions
You can login as admin in NextCloud interface (main user only). It is usefull for manage new apps.
Please, do not modify anything else in the admin interface if you don't know the goal of the options !!!
You must get the MySB password generated during installation.
To do that:
- You must login in SSH as root
- Type the following command:
cat /etc/MySB/config_db
- And get the MySQL_MysbPassword value, this is the admin password for NextCloud.
Then,
- First, you must logout from your current MySB portal session.
- Go to https://
<your_server_hostname>
:<https_port>
/nc/ - Login in as 'admin' user with 'MySQL_MysbPassword' password.