> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tsukineos.top/llms.txt
> Use this file to discover all available pages before exploring further.

# First Boot: Login, Networking, and Package Management

> Log in, connect to a network, and manage packages from the command line on TsukineOS.

# First Boot

After booting, you will see a command-line login prompt (the exact tty depends on the current build).

## Login

Log in with the credentials provided with the image (see the release page or image notes for details). If no separate credentials are given, try the default username `tsukine`.

## Networking

Use the custom network tool `net` in the command-line stage:

```bash theme={null}
net scan            # Scan for available Wi-Fi SSIDs
net connect <ssid>  # Connect to the specified wireless network
ping tsukineos.top  # Verify connectivity
```

Wired networks are usually connected automatically at boot.

## Package Management with tknpkg

```bash theme={null}
tknpkg update       # Refresh the package index
tknpkg install <pkg>
tknpkg remove <pkg>
tknpkg list         # List installed packages
```

## Building .tkn Packages (Optional)

```bash theme={null}
tknpkkj <directory or file>  # Generate a .tkn package
```

## Status Overview

```bash theme={null}
taskmgr             # Task and resource overview (same as tsukine_top)
```

## Shutdown

Use the shutdown method provided by the current build (for example, `poweroff`, or `exit` and let init handle it).

<Note>
  This page was translated by AI and may contain inaccuracies. The Simplified Chinese version is authoritative.
</Note>

***

© 2024-2026 TsutokiTeo/JunweiZhang. All rights reserved.
