> For the complete documentation index, see [llms.txt](https://feathersjs-mongoose.gitbook.io/feathers-mongoose-casl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://feathersjs-mongoose.gitbook.io/feathers-mongoose-casl/docs/start-new-project-1/dashboard.md).

# Dashboard

A dashboard for managing your app

### [feathersjs-mongoose-casl-admin](https://feathersjs-mongoose-casl-admin.herokuapp.com/) is a dashboard to your local server, with this dashboard you can see any collection in your app and create/edit/delete documents.

###

{% hint style="warning" %}

#### network error ?     Keep you local server run, the app look for   localhost:3030

{% endhint %}

## Want to test it with other server url?

add serverUrl to url query:

[https://feathersjs-mongoose-casl-admin.herokuapp.com?serverUrl=https://someurl.com](/feathers-mongoose-casl/docs/start-new-project-1/install-feathers-mongoose-casl.md)

{% hint style="warning" %}

## You can't see data in the dashboard, to fix it we will add this rule-

1- Open config/default.json\
2- Add inside feathers-mongoose-casl.defaultRules this:

```
    "defaultRules": [
    ....
      {
        "userContext": {"email": "<YOUR_EMAIL>@gmail.com"},
        "actions": ["manage"],
        "subject": ["dashboard","users","user-abilities","rules","files","posts"]
      },
```

## Now refresh dashboard screen

{% endhint %}

This work with your local server then keep your server running

![](https://1499183940-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LY13uPlo20E7hNPj1d2%2F-L_Z6NjmAxCm8ySORC3Q%2F-L_Z9peLvW6CEzvgyLaE%2FuwE1S3GHtn.gif?alt=media\&token=a30aa5c3-259e-43eb-9389-124552a92804)

![](https://1499183940-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LY13uPlo20E7hNPj1d2%2F-L_MUhdQWaCLcRXL5aC7%2F-L_MVliO50uG3Eu1psR1%2F1.JPG?alt=media\&token=5db413b7-ca01-479f-9e41-ad3a66109ae8)
