Welcome to this demo website for our bachelor project

Please note that this website is just for demonstration purposes.

From here you can create a secure environment for storing and editing sensitive data. The environment consists primarily of a fileserver and a group of windows clients.

Project owners are allowed to upload files to and download files from a fileserver.

Project members are allowed to log into the windows clients trough RDP, and edit files served by fileserver.

To upload files to the fileserver SFTP is used, either through the Command Line Client or graphically through Filezilla. Public key authentication is used, so you will need to create a ssh keypair before creating a project. To create a keypair paste the command below into Powershell on Windows or the terminal if you are on Linux or Mac. When prompted for a password chose a strong and unique password.

ssh-keygen -t rsa -f project-key

You now have a public key project-key.pub and a private key project-key, never share the private key with anyone.