<aside> 💡 If you're having installation issues these commands might not be useful for you. please read the daemon installation issues paragraph below
</aside>
Watch the logs with wisp tail
For full logs type wisp logs
If all else fails journalctl -u wisp | tail
Container install log location: /var/lib/wisp/daemon/config/servers/*<server uuid>*/install.log
Daemon install log: /var/log/wisp-install.log
NPM log: /var/lib/wisp/daemon/npm_install.log
Debug mode is useful for various issues. To enable it, you need to edit the wisp.yaml
and reboot the daemon with wisp restart
. In /var/lib/wisp/daemon/config/wisp.yaml
set logger.level
to debug
. After this is done, restart wisp.
logger:
level: debug
If things really aren't working as expected these logs might help:
Refer to the wisp logs if the daemon is failing to start. Here are some common errors you might get while wisp is trying to startup:
If a server isn't starting you should check the wisp logs for any errors.
View all available guides, chat with the WISP community on Discord and open a support ticket should you require assistance.