> For the complete documentation index, see [llms.txt](https://host.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://host.ppgg.in/resource/address.md).

# 各种访问地址

## Bitwarden Public API

{% embed url="<https://bitwarden.com/help/api/>" %}

关于 Bitwarden Public API 请参阅 [Bitwarden 公共 API 帮助文档](https://help.ppgg.in/admin-console/bitwarden-public-api)。

## Bitwarden Status Page <a href="#bitwarden-status-page" id="bitwarden-status-page"></a>

{% embed url="<https://status.bitwarden.com/>" %}

在 Bitwarden 的公共状态页面中可以查看所有服务（包括公共 API）的运行状况和事件信息。

## 删除账户 <a href="#delete-account" id="delete-account"></a>

* 对于 Bitwarden 云托管实例：<https://vault.bitwarden.com/#/recover-delete>
* 对于自托管实例：<https://vault.yourdomain.com/#/recover-delete>

## 恢复账户 <a href="#recover-account" id="recover-account"></a>

如果您无法访问用于两步登录 (2FA) 的设备或方法，则可以使用**恢复代码**来恢复对您的账户的访问权限。

* 对于 Bitwarden 云托管实例：<https://vault.bitwarden.com/#/recover-2fa>
* 对于自托管实例：<https://vault.yourdomain.com/#/recover-2fa>

## 管理员门户 <a href="#admin-portal" id="admin-portal"></a>

* <https://vault.yourdomain.com/admin>

只有自托管实例才拥有管理员门户。

## YubiKey OTP <a href="#yubikey-otp" id="yubikey-otp"></a>

对于自托管实例，要启用 YubiKey OTP 方式的两步登录，需要事先配置并上传 Yubico OTP 密钥到您的 YubiKey 中，然后注册 Yubico API 密钥。

YubiKey 5 系列、4 系列、FIPS 系列以及 NEO、Edge 支持 OTP。[YubiKey 产品比较](https://www.yubico.com/store/compare/)或 [YubiKey 产品对比](https://ppgg.in/blog/13176.html)。

### 上传 Yubico OTP 密钥 <a href="#upload-yubico-otp-key" id="upload-yubico-otp-key"></a>

{% embed url="<https://upload.yubico.com/>" %}

{% hint style="success" %}
处于出厂状态的 YubiKey，第一个 OTP 插槽已经配置好，无需配置和上传，直接使用即可。
{% endhint %}

通过 [YubiKey Manager](https://www.yubico.com/products/services-software/download/yubikey-manager/)（或 [YubiKey Personalization Tools](https://www.yubico.com/products/services-software/download/yubikey-personalization-tools/)）配置好您的 Yubico OTP 密钥，然后通过上面的 Yubico OTP key upload 将配置的 `Public ID`、`Private ID` 以及 `Secret key` 上传到 YubiCloud，才能在 Bitwarden（或其他第三方服务）中使用您的 Yubico OTP。

{% hint style="danger" %}
**注意**：无任何方式取回已写入到 YubiKey 中的 `Public ID`、`Private ID` 以及 `Secret key`，因此，如果后期要将其用作他用的话（比如用在 Duo 中），则需要在生成的时候手动将其记录下来。
{% endhint %}

### 注册 Yubico API 密钥 <a href="#signup-yubico-api-key" id="signup-yubico-api-key"></a>

{% embed url="<https://upgrade.yubico.com/getapikey/>" %}

注册 Yubico API 密钥以获取 `Client ID` 和 `Secret key`，然后将获取到的 `Client ID` 和 `Secret key` 的值通过管理页面或直接配置到配置文件中。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://host.ppgg.in/resource/address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
