mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
Remote Access #84
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CloudOneGroup on GitHub (Jan 29, 2025).
Website says: Enable Remote Access: In the top right corner, click Settings in the action bar, scroll down and click Enable Remote Access. I don't have an enable remote access button? I can access this when I'm on the same LAN but after that it can't connect. Any ideas? Thanks!
@Nevexo commented on GitHub (Jan 29, 2025):
That screenshot looks like the settings pane you'll see when accessing at https://app.jetkvm.com (cloud) not the local one. Are you logged in locally while trying to do this?
I mean, you must be, as cloud mode would have to be enabled and logged in for you to even be able to get to that menu.
@CloudOneGroup commented on GitHub (Jan 29, 2025):
This is local vs remote
@CloudOneGroup commented on GitHub (Jan 29, 2025):
@Nevexo commented on GitHub (Jan 29, 2025):
Not sure what the problem is?
You won't be able to access it via it's IP address when you're not on the same LAN, as you're.. not on the same LAN.
If you're trying to access it remotely you need to use the cloud feature from https://app.jetkvm.com - if that isn't working, then this is a duplicate of #54 which has a workaround posted.
@CloudOneGroup commented on GitHub (Jan 29, 2025):
I see the issue - it is the same as the #54. Thank you!
@Nevexo commented on GitHub (Jan 29, 2025):
Will close as this is a fairly common thing and we have quite a few comments over there. Hopefully Wayde's fix gets you going, and even-more hopefully we'll have it fixed soon.
@ruting1987 commented on GitHub (Feb 3, 2025):
I am using mac and tried adding this
sudo ifconfig en0 alias $(curl -s http://api.ipquery.io/) netmask 255.255.255.0but it does not work. Does anyone make it work on mac os?