Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Before logging in, ensure the following:

1. Open your browser and visit: `http://<server-public-IP>:9000`
2. On first visit, the **Setup Wizard** will guide you to create an administrator account and configure basic settings
![Websoft9 Setup Wizard](./assets/websoft9-setupwizard.png)
3. After setup, log in with the administrator account you just created
![Websoft9 Login Page](./assets/websoft9-loginpage.png)

> Websoft9 uses its own user system. The administrator account is created in the Setup Wizard and is independent of the server's operating system accounts.

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"engines": {
"node": ">=18.0"
},
"resolutions": {
"webpack": "5.95.0"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
Loading