1. Connect to the server terminal using SSH

  2. After connecting to the server, run docker ps to list the running containersLocate the container that you want to view his logs (usually will be nextplus-node1)

    https://support.nextplus.io/galleryDocuments/edbsne12287c95e7e83742803fff4c9a430094260255ced15c01084276ce8c4f20f61de68ce9bd4665a5cf7dc2cd739a556cd?inline=true

  3. Run docker logs nextplus-node1 --tail 100 --timestamps**-tail** - Number of lines to show from the end of the logs**-timestamps** - Show timestamps

    https://support.nextplus.io/galleryDocuments/edbsn4c716f11063cab86bf847ef036aa20429155380a519c2e2a06073f74f74ec4a624e7d9ba143049097d584ae3a30dd95d?inline=true

SA Import Error Troubleshooting