# Skynet We provide a linux webserver for member use. It could be considered akin to the [Tildeverse](https://tildeverse.org/), named as such for the way each member's site was displayed (``https://skynet.ie/~username``). Now that will redirect to ``https://username.users.skynet.ie`` we home to have preserved the same vibe. ## Name The main user facing server of the cluster has always been called Skynet, the cluster is named after this server. You can find more of the history here: ## Login Login is done via ssh and ssh keys. ## SSH Keys [See the tutorial on SSH keys for more info](../../tutorials/skynet/create_ssh) ### Logging in In any terminal do this: ```bash ssh username@skynet.skynet.ie ``` And you will be in! ## Website In your home folder follow these commands to create the folder that can be used to host a website ```bash mkdir ~/public_html chmod 711 ~ chmod -R 755 ~/public_html cd ~/public_html ``` See below for an easy way to upload files to this folder. ## More info There is a slideshow that might be of use to you: