hi all,
I am a newbie to this forum.and I want to remote control my office computer by ultravnc at home.the computer in my home is the viewer and the office computer is the server.
because my home ip is a dynamic ip.I have writen a small program to get the viewer ip.I hope that when I open my home computer and connect it to the internet,this program which run on the server can get my ip.
And Then I don't know how to run the vnc server and add my ip as client automatically.
Can I do it??
Edit: Changed the title of the thread.
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
DHCP question
IMHO Hardcoding is bad
Use the DNS name instead of the IP address.
Do yourself, and IMHO everyone else for that matter, a favor do not hardcode things like IP addresses use dynamic DNS and use the FQDN instead of the IP address.
Do yourself, and IMHO everyone else for that matter, a favor do not hardcode things like IP addresses use dynamic DNS and use the FQDN instead of the IP address.
Re: IMHO Hardcoding is bad
Leonard wrote:Use the DNS name instead of the IP address.
Do yourself, and IMHO everyone else for that matter, a favor do not hardcode things like IP addresses use dynamic DNS and use the FQDN instead of the IP address.
yes .I have use this method and have got the ip(for example the view machine ip is 10.77.0.53).and the view machine has run "Listen Mode".
Then I want to do these things in my program(it is on the server machine):
launch the ultravnc server.
add client 10.77.0.53
but i don't know how to do ,it seems that ultravnc do not support server run "add client" in command line??
Thank you