Developer Mode
Access your ship's console via SSH.
1. Start Developer Mode
Switch the Developer Mode toggle

2. Access The Console
SSH into the Native Planet device

- Open the Command Prompt/PowerShell (Windows) or the Terminal application (MacOS/Linux)
- Type the following command:
ssh nativeplanet@<hostname>.local - Press Enter and enter the password when prompted (default:
nativeplanet)
Enter the Docker container

- Type the following command:
sudo docker exec -it <your-patp> tmux a - Enter the sudo password (default:
nativeplanet)

Success!
Press ctrl-b followed by d to detach from your tmux session and return to the host device's shell.