mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-18 06:39:14 +00:00
1498a16853
Currently translated at 12.5% (1 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/pl/
27 lines
843 B
Markdown
27 lines
843 B
Markdown
W panelu sterowania serwera Hetzner przejdź do zakładki **Rescue**. Następnie kliknij **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
|
|
```
|
|
|
|
This file will have a similar construction:
|
|
|
|
```json
|
|
{
|
|
"tokens": [
|
|
{
|
|
"token": "token_to_copy",
|
|
"name": "device_name",
|
|
"date": "date"
|
|
}
|
|
```
|
|
|
|
Copy the token from the file and paste it in the next window.
|