| ... | ... | @@ -61,5 +61,16 @@ Afterwards you can start the daemon like this (you must be in the same folder as | 
|  |  | ```bash | 
|  |  | supervisord | 
|  |  | ``` | 
|  |  |  | 
|  |  | Open your browser to 127.0.0.1:9001 to see the status of the daemon. | 
|  |  | By default the username is manorastroman and the password kingofthedragonmen. | 
|  |  | \ No newline at end of file | 
|  |  | By default the username is manorastroman and the password kingofthedragonmen. | 
|  |  |  | 
|  |  | Alternatively you can see the status like this | 
|  |  | ```bash | 
|  |  | supervisorctl status | 
|  |  | ``` | 
|  |  |  | 
|  |  | Or see the tail of the logs | 
|  |  | ```bash | 
|  |  | supervisorctl tail search | 
|  |  | ``` | 
|  |  | \ No newline at end of file |