-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to update rustdesk server? #30
Comments
thats a fair point, I havent written an upgrade script, I will get that done asap and let you know when done. |
all right, thanks! |
Actually it is there!
|
ok I've tested your update script, but I broke my rustdesk server setup
|
sorry forgot to add this line Line 10 in a8f86e2
Can you try again now? |
ok now it's good.
|
thanks again for this work. |
thanks! |
Tell me, have you, after the update, the connection database is not broken? I mean, previously issued IDs. |
I dont even know what you mean? But the update is only updating the executables not any files |
I meant that if my computer was previously given a number, say 498 774 433, won't it change after the update? |
It shouldnt with this script or otherwise, a question for rustdesk github if it does |
Thanks! |
Could you make an update script for MacOS? I am stuck on an old server version and I can't get it to update |
For Mac? How did you install the server on Mac? |
My ID has changed. But I can’t say that as a result of the update, since the other IDs remain the same and the connection is made through them |
you have a paid license? if so you dont want to be using our installer, that will just get you the opensource one. https://github.com/rustdesk/rustdesk-server-pro |
Yea we changed it and found out this ;-)
But struggling with Apple Client for Intel and M1, M2, M3
Mit besten Grüsse aus Baden-Dättwil
Daniel Maier
CEO - Geschäftsleiter
Phone +41 56 520 20 20
<tel:+41 56 520 20 20>
Winet Voicetec Solutions AG
Täfernstrasse 31
CH-5405 Baden-Dättwil
<https://www.winet.ch/>
Web www.winet.ch <https://www.winet.ch/> | Kundenportal jarvis.winet.ch <https://jarvis.winet.ch/> | Telefonieportal my.winet.ch <https://my.winet.ch/>
… Am 09.02.2024 um 11:22 schrieb dinger1986 ***@***.***>:
you have a paid license? if so you dont want to be using our installer, that will just get you the opensource one. https://github.com/rustdesk/rustdesk-server-pro
—
Reply to this email directly, view it on GitHub <#30 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BEZL6NKSMSHIQWWSB5IUDNDYSX2HTAVCNFSM6AAAAAAUMHMFV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVGY3DQNZQGQ>.
You are receiving this because you commented.
|
Changed what? |
???????
I have deleted the entry for OS version.
Mit besten Grüssen aus Baden-Dättwil
Daniel Maier
CEO - Geschäftsleiter
VR-Präsident
Phone direct +41 56 520 20 40
Mobile Phone + 41 79 404 98 70
Winet Voicetec Solutions AG
Täfernstrasse 31
CH-5405 Baden-Dättwil
Web www.winet.ch | Kundenportal jarvis.winet.ch | Telefonieportal my.winet.ch
Von: dinger1986 ***@***.***>
An: techahold/rustdeskinstall ***@***.***>
Kopie: dmaier63 ***@***.***>, Comment ***@***.***>
Gesendet: 09.02.2024 14:55
Betreff: Re: [techahold/rustdeskinstall] how to update rustdesk server? (Issue #30)
Changed what?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
You said "Yea we changed it and found out this ;-)" What did you change? please stop wasting my time I am trying to help! |
I'm somewhat of lost. I think it is about changing from opensource to pro version and the update procedere. All fine here we could make the update.
What the real problem is, apple client want work for deployment. Windows and Linux is fine but apple no way to get it.
If I do it on every machin with the bash command and the key it works, but it is not possible to deploy from there to a other machine. When doing it over git it will crash (on MacOS sonoma)
Mit besten Grüssen aus Baden-Dättwil
Daniel Maier
CEO - Geschäftsleiter
VR-Präsident
Phone direct +41 56 520 20 40
Mobile Phone + 41 79 404 98 70
Winet Voicetec Solutions AG
Täfernstrasse 31
CH-5405 Baden-Dättwil
Web www.winet.ch | Kundenportal jarvis.winet.ch | Telefonieportal my.winet.ch
Von: dinger1986 ***@***.***>
An: techahold/rustdeskinstall ***@***.***>
Kopie: dmaier63 ***@***.***>, Comment ***@***.***>
Gesendet: 09.02.2024 15:33
Betreff: Re: [techahold/rustdeskinstall] how to update rustdesk server? (Issue #30)
You said "Yea we changed it and found out this ;-)"
What did you change? please stop wasting my time I am trying to help!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
ok, so you are talking about pro and rustdesk clients, this isnt rustdesk, this is techahold, we only have written an opensource installer for the opensource server and have no affiliation to RustDesk, if you want to pay us to help support or troubleshoot your issues our details are on the readme. |
Hi. Can you update script? Because they release version with "-1" in the end. But script cut it off and download not the latest version |
Found new issue. Ok! But can you update script in code? Because github show old file |
updated now, fair point should be consistent |
I used the script above and it seems that it only works one time. At the second time the "update.sh" is saved as "update.sh1" `root@RustDesk:~# wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/update.sh update.sh.1 100%[=====================================================================================================================>] 4.95K --.-KB/s in 0s 2024-08-23 09:59:12 (64.8 MB/s) - 'update.sh.1' saved [5069/5069] root@RustDesk: |
Yes, either need to delete the script or just run it again not download it again |
so this script will work fine? `rm update.sh wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/update.sh chmod +x update.sh ./update.sh` |
Yes |
Thank you! |
@dinger1986 hello, I used this script and latest version is 1.1.12. I run /opt/rustdesk/hbbs --version but I get 1.1.11-1 version. Same thing for hbbr, is this ok? |
doesnt seem to make sense, what do you get if you do the following:
|
What architecture? |
Ubuntu Server 22.04.5 |
What arch? |
Intel AMD64 |
Remove the update script and download it again, maybe you have an old one |
Did you change it after my first comment? Because I did what you suggested just before writing here and nothing has changed, both with the script version I had and the one I downloaded today. Btw I'll start again from scratch and I will post the full script output |
no, but I have ran it, like I said the already the key commands you have tested and show the newer version |
It seems to me it didn't change anything, I'm attaching a log. Is it maybe a weird issue on my server? |
Yes it is rustdesk-server-linux-amd64.zip.4 So check /opt/rustdesk for old zi files and remove them. |
Hello I have installed rustdesk server with your script and all went well.
But now, how to update my installation?
I opened an issue here and the answer was to tell the question to the maintainer of the script
thanks for your answer.
The text was updated successfully, but these errors were encountered: