> ## 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.

# 首次啟動 TsukineOS：登入、連網與套件管理

> 命令列下的登入、連網與套件管理

# 首次啟動

啟動後進入命令列登入提示符（具體 tty 以當期建構為準）。

## 登入

使用映像檔預設的帳號密碼登入（具體憑證以發布頁/映像檔說明為準）。若未單獨說明，可嘗試預設使用者名稱 `tsukine`。

## 連網

命令列階段使用自研網路工具 `net`：

```bash theme={null}
net scan            # 掃描可用 Wi-Fi SSID
net connect <ssid>  # 連接指定無線網路
ping tsukineos.top  # 驗證連通性
```

有線網路通常啟動即連通。

## 套件管理 tknpkg

```bash theme={null}
tknpkg update       # 重新整理套件索引
tknpkg install <pkg>
tknpkg remove <pkg>
tknpkg list         # 已安裝套件
```

## 打包 .tkn 套件（選用）

```bash theme={null}
tknpkkj <目錄或檔案>  # 產生 .tkn 套件
```

## 狀態檢視

```bash theme={null}
taskmgr             # 任務/資源概覽（同 tsukine_top）
```

## 關機

按當期建構提供的關機方式退出（如 `poweroff` 或 `exit` 後由 init 處理）。

<Note>
  本頁內容由 AI 翻譯，可能不完全準確。以簡體中文原文為準。
</Note>

***

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