# Check local device for issues



# Check current status

  1. Find the local network IP address of the device
  2. SSH to the local IP of the device using the super admin credentials or device access credentials you set on the controller
  3. Once connected, issue this command
info
  1. Check the status message. Normally the status of a managed device should be "Connected (http://example.cloudunifi.com:8080/inform)"

# Check the local logs

  1. Find the local network IP address of the device
  2. SSH to the local IP of the device using the super admin credential or device access credentials you set on the controller
  3. Once connected, issue this command to see the last 10 log entries
tail /var/log/messages
  1. Check for errors or warnings in the log output
  2. You can also issue this command for real-time additions to the log
tail /var/log/messages -f