Linux Desktop Access via Web Browser
This should be pretty simple, in my naive opinion of course...
I have a tower that I am going to run a media server off of, along with some other functions but that's the main (re)purpose of the parts I had around.
I'd like to be able to access the Debian (or other Linux) desktop environment via a web browser, like you can do for a printer or wireless router etc. The goal being that from any device on my wireless network I can just type in the ip and login as if I were in front of the box itself. This way I can download stuff, manage sharedrives, etc from any network device but all the actions happen on my media server.
Is there anything out there like this besides this VNC thing I've read about?
Is there a better way to accomplish what I'm trying to do?
debian desktop-environment file-sharing browser remote-desktop
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
This should be pretty simple, in my naive opinion of course...
I have a tower that I am going to run a media server off of, along with some other functions but that's the main (re)purpose of the parts I had around.
I'd like to be able to access the Debian (or other Linux) desktop environment via a web browser, like you can do for a printer or wireless router etc. The goal being that from any device on my wireless network I can just type in the ip and login as if I were in front of the box itself. This way I can download stuff, manage sharedrives, etc from any network device but all the actions happen on my media server.
Is there anything out there like this besides this VNC thing I've read about?
Is there a better way to accomplish what I'm trying to do?
debian desktop-environment file-sharing browser remote-desktop
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Don't think so. Java is the enabler here. You could run an RDP server on Linux as an alternative.
– captcha
Mar 22 '15 at 23:34
If you're simply after web console acces, google Ajaxterm, it'll be in Debian Etch.
– captcha
Mar 23 '15 at 0:01
You don't need the desktop to do any of those things. Why don't you just ssh into it?
– Rob
Mar 23 '15 at 14:00
add a comment |
This should be pretty simple, in my naive opinion of course...
I have a tower that I am going to run a media server off of, along with some other functions but that's the main (re)purpose of the parts I had around.
I'd like to be able to access the Debian (or other Linux) desktop environment via a web browser, like you can do for a printer or wireless router etc. The goal being that from any device on my wireless network I can just type in the ip and login as if I were in front of the box itself. This way I can download stuff, manage sharedrives, etc from any network device but all the actions happen on my media server.
Is there anything out there like this besides this VNC thing I've read about?
Is there a better way to accomplish what I'm trying to do?
debian desktop-environment file-sharing browser remote-desktop
This should be pretty simple, in my naive opinion of course...
I have a tower that I am going to run a media server off of, along with some other functions but that's the main (re)purpose of the parts I had around.
I'd like to be able to access the Debian (or other Linux) desktop environment via a web browser, like you can do for a printer or wireless router etc. The goal being that from any device on my wireless network I can just type in the ip and login as if I were in front of the box itself. This way I can download stuff, manage sharedrives, etc from any network device but all the actions happen on my media server.
Is there anything out there like this besides this VNC thing I've read about?
Is there a better way to accomplish what I'm trying to do?
debian desktop-environment file-sharing browser remote-desktop
debian desktop-environment file-sharing browser remote-desktop
asked Mar 22 '15 at 19:58
whatfieldwhatfield
62
62
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Don't think so. Java is the enabler here. You could run an RDP server on Linux as an alternative.
– captcha
Mar 22 '15 at 23:34
If you're simply after web console acces, google Ajaxterm, it'll be in Debian Etch.
– captcha
Mar 23 '15 at 0:01
You don't need the desktop to do any of those things. Why don't you just ssh into it?
– Rob
Mar 23 '15 at 14:00
add a comment |
Don't think so. Java is the enabler here. You could run an RDP server on Linux as an alternative.
– captcha
Mar 22 '15 at 23:34
If you're simply after web console acces, google Ajaxterm, it'll be in Debian Etch.
– captcha
Mar 23 '15 at 0:01
You don't need the desktop to do any of those things. Why don't you just ssh into it?
– Rob
Mar 23 '15 at 14:00
Don't think so. Java is the enabler here. You could run an RDP server on Linux as an alternative.
– captcha
Mar 22 '15 at 23:34
Don't think so. Java is the enabler here. You could run an RDP server on Linux as an alternative.
– captcha
Mar 22 '15 at 23:34
If you're simply after web console acces, google Ajaxterm, it'll be in Debian Etch.
– captcha
Mar 23 '15 at 0:01
If you're simply after web console acces, google Ajaxterm, it'll be in Debian Etch.
– captcha
Mar 23 '15 at 0:01
You don't need the desktop to do any of those things. Why don't you just ssh into it?
– Rob
Mar 23 '15 at 14:00
You don't need the desktop to do any of those things. Why don't you just ssh into it?
– Rob
Mar 23 '15 at 14:00
add a comment |
2 Answers
2
active
oldest
votes
1 - Install Google Chrome and Chrome Remote Desktop on the media server.
2- On other PCs, from Google Chrome you will be able to acccess the graphical interface of the media server.
add a comment |
Google Chrome and Chrome Remote Desktop are excellent userland options, as @jcbermu has already suggested. Other options would include something like VNC, which can seem a bit daunting at first but is actually not too hard.
If you want to minimize what needs to be installed on the computer you are using to access the media server, you could use guacamole (http://guac-dev.org/) to make the VNC server available to any computer on the network with an html5 compliant web-browser.
Another option is the commercial software Teamviewer (free for personal use) http://www.teamviewer.com
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f191862%2flinux-desktop-access-via-web-browser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
1 - Install Google Chrome and Chrome Remote Desktop on the media server.
2- On other PCs, from Google Chrome you will be able to acccess the graphical interface of the media server.
add a comment |
1 - Install Google Chrome and Chrome Remote Desktop on the media server.
2- On other PCs, from Google Chrome you will be able to acccess the graphical interface of the media server.
add a comment |
1 - Install Google Chrome and Chrome Remote Desktop on the media server.
2- On other PCs, from Google Chrome you will be able to acccess the graphical interface of the media server.
1 - Install Google Chrome and Chrome Remote Desktop on the media server.
2- On other PCs, from Google Chrome you will be able to acccess the graphical interface of the media server.
answered Mar 23 '15 at 11:00
jcbermujcbermu
3,322819
3,322819
add a comment |
add a comment |
Google Chrome and Chrome Remote Desktop are excellent userland options, as @jcbermu has already suggested. Other options would include something like VNC, which can seem a bit daunting at first but is actually not too hard.
If you want to minimize what needs to be installed on the computer you are using to access the media server, you could use guacamole (http://guac-dev.org/) to make the VNC server available to any computer on the network with an html5 compliant web-browser.
Another option is the commercial software Teamviewer (free for personal use) http://www.teamviewer.com
add a comment |
Google Chrome and Chrome Remote Desktop are excellent userland options, as @jcbermu has already suggested. Other options would include something like VNC, which can seem a bit daunting at first but is actually not too hard.
If you want to minimize what needs to be installed on the computer you are using to access the media server, you could use guacamole (http://guac-dev.org/) to make the VNC server available to any computer on the network with an html5 compliant web-browser.
Another option is the commercial software Teamviewer (free for personal use) http://www.teamviewer.com
add a comment |
Google Chrome and Chrome Remote Desktop are excellent userland options, as @jcbermu has already suggested. Other options would include something like VNC, which can seem a bit daunting at first but is actually not too hard.
If you want to minimize what needs to be installed on the computer you are using to access the media server, you could use guacamole (http://guac-dev.org/) to make the VNC server available to any computer on the network with an html5 compliant web-browser.
Another option is the commercial software Teamviewer (free for personal use) http://www.teamviewer.com
Google Chrome and Chrome Remote Desktop are excellent userland options, as @jcbermu has already suggested. Other options would include something like VNC, which can seem a bit daunting at first but is actually not too hard.
If you want to minimize what needs to be installed on the computer you are using to access the media server, you could use guacamole (http://guac-dev.org/) to make the VNC server available to any computer on the network with an html5 compliant web-browser.
Another option is the commercial software Teamviewer (free for personal use) http://www.teamviewer.com
answered Mar 23 '15 at 13:42
0xSheepdog0xSheepdog
1,1301522
1,1301522
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f191862%2flinux-desktop-access-via-web-browser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Don't think so. Java is the enabler here. You could run an RDP server on Linux as an alternative.
– captcha
Mar 22 '15 at 23:34
If you're simply after web console acces, google Ajaxterm, it'll be in Debian Etch.
– captcha
Mar 23 '15 at 0:01
You don't need the desktop to do any of those things. Why don't you just ssh into it?
– Rob
Mar 23 '15 at 14:00