Reusing ID #298
Unanswered
enryfantasy
asked this question in
Q&A
Reusing ID
#298
Replies: 2 comments 3 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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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