---
id: home
title: Verdaccio npm proxy private registry
---
site.title
site.description
## Easy to Install
One single command to install the application
```sh
$> npm install --global verdaccio
# or
$> yarn global add verdaccio
```
## Easy to Set Up
Set your verdaccio registry as default
```sh
$> npm set registry http://localhost:4873
$> npm adduser --registry http://localhost:4873
```
## Easy to Use
Run it in your terminal
```sh
$> verdaccio
warn --- config file - /home/.config/verdaccio/config.yaml
warn --- http address - http://localhost:5555/ - verdaccio/2.2.0
```
#### That's it ! Enjoy your **private package manager**.
##### and all the most popular npm clients are supported.
Docker Ready