mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-09 18:33:11 +00:00
20d675efb0
Currently translated at 37.5% (3 of 8 strings) Translation: SelfPrivacy/SelfPrivacy App Markdown: how_fallback_terminal Translate-URL: http://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app-markdown-how_fallback_terminal/ja/
27 lines
910 B
Markdown
27 lines
910 B
Markdown
In the Hetzner server control panel, go to the **Rescue** tab. Then, click on **Enable rescue & power cycle**.
|
|
|
|
In *Choose a Recue OS* select **linux64**, and in *SSH Key* select your key if it has been added to your Hetzner account.
|
|
|
|
Click **Enable rescue & power cycle** and wait for the server to reboot. The login and password will be displayed on the screen. Login to the root user using your login and password information.
|
|
|
|
Mount your server file system and see the contents of the token file:
|
|
|
|
```sh
|
|
mount /dev/sda1 /mnt
|
|
cat /mnt/etc/nixos/userdata/tokens.json
|
|
```
|
|
|
|
このファイルは同様の構造になっています。
|
|
|
|
```json
|
|
{
|
|
"tokens": [
|
|
{
|
|
"token": "コピーするトークン",
|
|
"name": "端末名",
|
|
"date": "日付"
|
|
}
|
|
```
|
|
|
|
ファイルからトークンをコピーして、次のウィンドウ内に貼り付けてください。
|