techahold / rustdeskinstall

Easy install Script for Rustdesk
MIT License
371 stars 113 forks source link

Change domain name rustdesk server #51

Closed Tuxman2 closed 1 year ago

Tuxman2 commented 1 year ago

Hello,

I used the install script to make my own self hosted server for Rustdesk. During the installation, I defined the domain name but it is not the good. Where I can change it ?

Thanks.

Note: Do you know the difference between rustdesk-1.2.2-x86-sciter.exe and rustdesk-1.2.2-x86_64.exe files ? Do you know the way to use the quick support feature with the client (Windows) ?

dinger1986 commented 1 year ago

The domain only points to the IP so you can just change it.

Sciter is the framework that was used before flutter, it works better on some older machines.

As far as I am aware there's no real QuickSupport

Tuxman2 commented 1 year ago

@dinger1986: is your rustdesk script create a config file ? where are stored the information during the installation ?

About the two .exe files, I have to choose which one ? rustdesk-1.2.2-x86_64.exe ?

QuickSupport feature is available since 1.2.0 version.

dinger1986 commented 1 year ago

the script creates a powershell and linux install script if you want it to, you just need to change the dns address in there, it also lists the config files that RustDesk Client uses on the devices as its "sets" them so just need to go to them and change them or replace them. https://github.com/techahold/rustdeskinstall/blob/9a6a1e17741ef64d31c70fff226835f04d9c6829/WindowsAgentAIOInstall.ps1#L46 and https://github.com/techahold/rustdeskinstall/blob/9a6a1e17741ef64d31c70fff226835f04d9c6829/WindowsAgentAIOInstall.ps1#L49

yes

I am aware but its runs as a service which is why I said what I said above

Tuxman2 commented 1 year ago

For now, I only created the self hosted server on Linux. I defined an IP and a domain name for rustdesk server on my local network. I have not yet used client files for WIndows.

dinger1986 commented 1 year ago

ok, so nothing should need to be changed

Tuxman2 commented 1 year ago

Ok. ;-)

For the Windows client, I use the rustdesk-1.2.2-x86_64.exe file ? I think they called about a portable version ?

dinger1986 commented 1 year ago

yes

Tuxman2 commented 1 year ago

I don't need to install it, it can be used as a portable version, isn't it ?

dinger1986 commented 1 year ago

yes, is the docs not clear? https://rustdesk.com/docs/en/self-host/client-configuration/

Tuxman2 commented 1 year ago

Ok. Thanks for your help and your work.

Regards.