Skip to main content
Version: 0.8

Troubleshooting

info

Users, folders and filenames have been renamed from "dashboard" ⇒ "controlpanel". Be aware that the provided commands may not fit your installation. Please change the users, folder and filenames for the commands corresponding to your installation.

Getting Error Logs

Text Output

The following command will grab the last 100 lines of logs from the dashboard, and it will output it into the console.

tail -n 100 /var/www/controlpanel/storage/logs/laravel.log

Hastebin Output

The following command will grab the last 100 lines of logs from the dashboard and output the link to a hastebin that it pasted it into. Hint: You can change the hastebin link.

tail -n 100 /var/www/controlpanel/storage/logs/laravel.log | nc pteropaste.com 99