Skip to content
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

[Question] Is there a configuration file or directory for macVNC? #8

Open
sarkrui opened this issue Mar 15, 2024 · 1 comment
Open
Labels
question Further information is requested

Comments

@sarkrui
Copy link

sarkrui commented Mar 15, 2024

Hi,

I ran macVNC on port 5901 and tried to connect on another Mac with Screen Sharing via ip:5901. It prompted a password enter box. I've tried using the password for the user running the macVNC. Didn't seem to work, showing "Connecting..."

On the server side, there is no salient error shown.
image

Meanwhile, there was an error with bind with IPv6 address. Thanks.

@bk138
Copy link
Member

bk138 commented Mar 15, 2024

Might be that the viewer tries to connect via IPv6. You can try with ./macvnc -rfbport 5901 -rfbportv6 5901 to have it listen on IPv4 and IPv6 port 5901.

@bk138 bk138 added the question Further information is requested label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants