top of page

Triton OS: Getting Started

The first time Triton boots it will resize itself to the full size of your SD card and reboot.

The second boot will bring you to the login prompt.

Triton OS Lite

Login as root with the password raspberry. Now register your WiFi credentials to get on the network:

Then add a normal user (it's not good to use root all the time):

Reboot and login as your user.

Triton OS Desktop

Login as triton with the password raspberry. Use the icon on the top panel to connect to your wireless network.

Installing software

Triton OS's default software channel is available via a subscription. Click here to learn why.

40% of subscription proceeds are donated to the Gentoo Foundation and the Raspberry Pi Foundation.

​

To subscribe to software and updates you'll need an SSH key.​​

Login as root with the password raspberry.

Now generate an SSH key.

Press Enter at each prompt to accept the default for that prompt.​

You'll need the contents of the public key file that gets generated:

Now you can choose your plan.

After subscribing, register your SSH key before you run emerge to add or update packages:

What if the package server doesn't have the package I want?

Head over to the package server's packages directory. Search for the package you want by its Gentoo package name, and request it if it is not available with the USE flags that you require.

Want an alternative?

Triton OS is based on Gentoo Linux. Gentoo provides binary packages that will run on a Raspberry Pi but are compiled to support all ARM64 processors. These packages are not optimized for Raspberry Pi. If you don't want to purchase a software subscription, or you need a package immediately that you are waiting for Triton OS to include, you might want to use the official Gentoo package repository.​

Create a new file /etc/portage/binrepos.d/gentoobinhost.conf:

Portage will now use the official Gentoo binary package repository when the Triton repository cannot be used.

If you don't want to use the Triton repository at all, delete the file /etc/portage/binrepos.d/tritonbinhost.conf.

bottom of page