# Startup the EN

You can start or stop the Endpoint Node using the following commands.

**start**

```bash
$ kend start
Starting kend: OK
```

**stop**

```bash
$ kend stop
Shutting down kend: Killed
```

**status**

```bash
$ kend status
kend is running
```
