Skip to content

4. Solid Servers know how

Alain Bourgeois edited this page Jul 27, 2026 · 1 revision

For general Solid Servers know-how head over to the

Note: We are trying our best to keep the documentation up to date. If you see something outdated we invite you to make a ticket over at PIVOT GitHub issues NSS GitHub issues.

Running Pivot locally

for developing purposes, you can run Pivot locally.

# cd solidos/workspaces/pivot
# npm run start-dev/suffix #  a http localhost with suffix Pods

Running NSS with multiuser

For developing purposes, you can also test NSS locally (localhost:8443) as a multi-user. You have a full running multi-user local-server with access to the filesystem under /workspaces/solid and retained data. Change the cert location depending on your use case. More details over at: https://github.com/solid/solidos/issues/38#issuecomment-919186031)

Clone this wiki locally