mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-03 07:27:17 +00:00
20 lines
411 B
Markdown
20 lines
411 B
Markdown
Login as root user to your server and look at the contents of the file `/etc/nixos/userdata/tokens.json`
|
|
|
|
```sh
|
|
cat /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.
|