> For the complete documentation index, see [llms.txt](https://docs.signius.eu/manuals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signius.eu/manuals/signius-sealing-server-and-client/signius-sealing-server-dashboard/installation.md).

# Installation

SIGNIUS Sealing Server Dashboard installation

## Environment

Make sure that http server is installed on your device to host the webapp (except when using docker version)

## App deployment

### Windows and Linux

* Download the **SIGNIUS Sealing Server Dashboard** installation package from the official website or using the link provided by the manufacturer.&#x20;
* Deploy downloaded webapp into Your http server.

### Docker

* Download the **SIGNIUS Sealing Server Dashboard** installation package from the official website or using the link provided by the manufacturer.&#x20;
* add docker image to Your repository
  * schema:
    * docker load -i \<docker\_image\_file>
  * example:
    * docker load -i sseal\_server\_dashboard\_image\_v0.0.0.tar
* build container via command (or via docker compose)
  * schema:
    * docker run -itd --name \<container\_name> \<docker\_image:tag>
  * example:
    * docker run -itd --name signius-sealing-server-dashboard-container sseal-server-dashboard-image:v0.0.0
* copy config files from container to directory on host, which You want to use as a volume
  * schema:
    * docker cp \<container\_name>:/usr/share/nginx/html/assets/config.json \<path\_to\_file\_on\_host>
    * docker cp \<container\_name>:/etc/nginx/conf.d/default.conf \<path\_to\_file\_on\_host>
  * example:
    * docker cp signius-sealing-server-dashboard-container:/usr/share/nginx/html/assets/config.json ./config.json
    * docker cp signius-sealing-server-dashboard-container:/etc/nginx/conf.d/default.conf ./nginx.conf
* Stop container
  * schema:
    * docker stop \<container\_name>
  * example:
    * docker stop signius-sealing-server-dashboard-container
* Remove container
  * schema:
    * docker rm \<container\_name>
  * example:
    * docker rm signius-sealing-server-dashboard-container

## License

* no license needed
