mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-01 21:13:10 +00:00
fix
This commit is contained in:
@@ -11,23 +11,28 @@ If you already have :ref:`SSH keys registered with your Embassy<ssh-setup>` **OR
|
|||||||
|
|
||||||
* SSH:
|
* SSH:
|
||||||
|
|
||||||
* Use the command line to gain remote access to your Embassy
|
* Use the command line to gain SSH access to your Embassy::
|
||||||
|
|
||||||
ssh pi@start9-[network-id].local
|
ssh pi@start9-[network-id].local
|
||||||
|
|
||||||
* Install the sqlite3 command line utility
|
* Check if you have sqlite3 installed. If not, install it::
|
||||||
|
|
||||||
|
which sqlite3
|
||||||
sudo apt install sqlite3
|
sudo apt install sqlite3
|
||||||
|
|
||||||
* Access the sqlite3 terminal::
|
* Access the sqlite3 terminal::
|
||||||
|
|
||||||
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
||||||
|
|
||||||
* Then inside the sqlite3 terminal::
|
* Run::
|
||||||
|
|
||||||
delete from account;
|
delete from account;
|
||||||
.quit
|
.quit
|
||||||
|
|
||||||
|
* Exit the SSH session::
|
||||||
|
|
||||||
|
exit
|
||||||
|
|
||||||
* You can now use the Start9 Setup App to reclaim your Embassy and set a new password.
|
* You can now use the Start9 Setup App to reclaim your Embassy and set a new password.
|
||||||
|
|
||||||
* Linux computer:
|
* Linux computer:
|
||||||
@@ -42,9 +47,12 @@ If you already have :ref:`SSH keys registered with your Embassy<ssh-setup>` **OR
|
|||||||
which sqlite3
|
which sqlite3
|
||||||
sudo apt install sqlite3
|
sudo apt install sqlite3
|
||||||
|
|
||||||
|
* Access the sqlite3 terminal::
|
||||||
|
|
||||||
|
sudo sqlite3 /root/agent/start9_agent.sqlite3
|
||||||
|
|
||||||
* Run::
|
* Run::
|
||||||
|
|
||||||
sudo sqlite3 [mount folder]/root/agent/start9_agent.sqlite3
|
|
||||||
delete from account;
|
delete from account;
|
||||||
.quit
|
.quit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user