Reusing ID #298
Unanswered
enryfantasy
asked this question in
Q&A
Reusing ID
#298
Replies: 2 comments 8 replies
-
Any idea how to solve this. It's a real annoying problem. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@enryfantasy You can edit the SQLite3 database "db_v2.sqlite3" on the server side to delete complete peers or change ids with simple SQL queries. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I use to set the ID of every client by manually updating Rustdesk.toml id param.
Everything works well unless I reuse an old id.
I dismissed a client and I went to delete the record from peer db table where id='myid'.
Triyng to set the id='myid' into a different client always gives me an error "UUID_MISMATCH":
WARN [src/rendezvous_server.rs:348] Peer myid uuid mismatch: ....
How can I reuse ids? Should I delete something else?
Beta Was this translation helpful? Give feedback.
All reactions