2018-07-03 09:55:16 +02:00
# Demo Server Guide
**Important!**
2019-10-17 06:00:23 +02:00
- Please note that this demo server is **ONLY** to be used for experimenting with Harbor functionality.
2018-07-03 09:55:16 +02:00
- Please **DO NOT** upload any sensitive images to this server.
2019-10-17 06:00:23 +02:00
- This is **NOT** a production environment and we are not responsible for any loss of data, functionality, or service.
2019-10-17 05:58:03 +02:00
- We will **CLEAN AND RESET** the server every **couple of days** .
- You can only experience the non-admin functionalities on this server. Please follow the ** [Installation Guide ](installation_guide.md )** to set up a Harbor server to try the more advanced features.
- Please do not push large images (>100MB) as the server has limited storage.
2018-07-03 09:55:16 +02:00
2018-10-18 22:04:14 +02:00
If you encounter any problems during using the demo server, please open an issue or ping us on [Slack ](https://github.com/goharbor/harbor#community ).
2018-07-03 09:55:16 +02:00
**Usage**
2019-10-17 05:58:03 +02:00
- The address of the demo server is [https://demo.goharbor.io ](https://demo.goharbor.io )
- You can register as a new user
- Then you can use the account/password created in step 2 to log in
2018-07-03 09:55:16 +02:00
```
docker login demo.goharbor.io
```
2019-10-17 05:58:03 +02:00
You can refer to the [User Guide ](user_guide.md ) for more details on how to use Harbor.