Execute Ubuntu-desktop in remote mode only

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have installed ubuntu server 16.04 and the users will work on it through the service XRDP (already installed and configured with the ubuntu-desktop package). The service have been tested and works fine, except with the administrator account but that is other story. The business is, after to have installed the ubuntu-desktop package, when I start the server (local mode) the screen has a graphic interface and not the typical black&white terminal. I would like to know, if is possible install some desktop environment which permits activate it in remote mode only; but keep the classic "terminal" desktop for the admin account in local mode.



Thanks!










share|improve this question





















  • You can switch TTY 1 - 6 by pressing ctrl+alt+F1 to F6.
    – pa4080
    Apr 2 at 17:58











  • Excellent man, you resolved it!
    – Javier Mancilla
    Apr 2 at 18:26















up vote
0
down vote

favorite












I have installed ubuntu server 16.04 and the users will work on it through the service XRDP (already installed and configured with the ubuntu-desktop package). The service have been tested and works fine, except with the administrator account but that is other story. The business is, after to have installed the ubuntu-desktop package, when I start the server (local mode) the screen has a graphic interface and not the typical black&white terminal. I would like to know, if is possible install some desktop environment which permits activate it in remote mode only; but keep the classic "terminal" desktop for the admin account in local mode.



Thanks!










share|improve this question





















  • You can switch TTY 1 - 6 by pressing ctrl+alt+F1 to F6.
    – pa4080
    Apr 2 at 17:58











  • Excellent man, you resolved it!
    – Javier Mancilla
    Apr 2 at 18:26













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have installed ubuntu server 16.04 and the users will work on it through the service XRDP (already installed and configured with the ubuntu-desktop package). The service have been tested and works fine, except with the administrator account but that is other story. The business is, after to have installed the ubuntu-desktop package, when I start the server (local mode) the screen has a graphic interface and not the typical black&white terminal. I would like to know, if is possible install some desktop environment which permits activate it in remote mode only; but keep the classic "terminal" desktop for the admin account in local mode.



Thanks!










share|improve this question













I have installed ubuntu server 16.04 and the users will work on it through the service XRDP (already installed and configured with the ubuntu-desktop package). The service have been tested and works fine, except with the administrator account but that is other story. The business is, after to have installed the ubuntu-desktop package, when I start the server (local mode) the screen has a graphic interface and not the typical black&white terminal. I would like to know, if is possible install some desktop environment which permits activate it in remote mode only; but keep the classic "terminal" desktop for the admin account in local mode.



Thanks!







16.04 server






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 2 at 14:41









Javier Mancilla

1




1











  • You can switch TTY 1 - 6 by pressing ctrl+alt+F1 to F6.
    – pa4080
    Apr 2 at 17:58











  • Excellent man, you resolved it!
    – Javier Mancilla
    Apr 2 at 18:26

















  • You can switch TTY 1 - 6 by pressing ctrl+alt+F1 to F6.
    – pa4080
    Apr 2 at 17:58











  • Excellent man, you resolved it!
    – Javier Mancilla
    Apr 2 at 18:26
















You can switch TTY 1 - 6 by pressing ctrl+alt+F1 to F6.
– pa4080
Apr 2 at 17:58





You can switch TTY 1 - 6 by pressing ctrl+alt+F1 to F6.
– pa4080
Apr 2 at 17:58













Excellent man, you resolved it!
– Javier Mancilla
Apr 2 at 18:26





Excellent man, you resolved it!
– Javier Mancilla
Apr 2 at 18:26











1 Answer
1






active

oldest

votes

















up vote
0
down vote













Booting Ubuntu without GUI



 $ sudo systemctl disable lightdm


From there, the computer will always default to starting out with in console mode.



If you have need to use the Ubuntu-desktop on that machine, you can start it manually with:



$ sudo systemctl start lightdm


To return it back to the default of booting to the GUI Login screen reinstable lightdm with:



$ sudo system enable lightdm


The available TTY's can still be activated VIA CTRL+ALT+(F1-F6)






share|improve this answer




















  • Will this also disable the remote desktop GUI? I thought the original poster wanted to retain the ability to RDP while disabling the local GUI.
    – user68186
    Apr 5 at 15:53






  • 1




    @user68186 No. That only affects the local machine. The OP had described using his local machine as a server for remote desktops. That's one of the characteristics of the way a server operates. The remote users can use all the resources of the server, including a full GUI desktop from their remote machines.
    – L. D. James
    Apr 5 at 15:56











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1021344%2fexecute-ubuntu-desktop-in-remote-mode-only%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Booting Ubuntu without GUI



 $ sudo systemctl disable lightdm


From there, the computer will always default to starting out with in console mode.



If you have need to use the Ubuntu-desktop on that machine, you can start it manually with:



$ sudo systemctl start lightdm


To return it back to the default of booting to the GUI Login screen reinstable lightdm with:



$ sudo system enable lightdm


The available TTY's can still be activated VIA CTRL+ALT+(F1-F6)






share|improve this answer




















  • Will this also disable the remote desktop GUI? I thought the original poster wanted to retain the ability to RDP while disabling the local GUI.
    – user68186
    Apr 5 at 15:53






  • 1




    @user68186 No. That only affects the local machine. The OP had described using his local machine as a server for remote desktops. That's one of the characteristics of the way a server operates. The remote users can use all the resources of the server, including a full GUI desktop from their remote machines.
    – L. D. James
    Apr 5 at 15:56















up vote
0
down vote













Booting Ubuntu without GUI



 $ sudo systemctl disable lightdm


From there, the computer will always default to starting out with in console mode.



If you have need to use the Ubuntu-desktop on that machine, you can start it manually with:



$ sudo systemctl start lightdm


To return it back to the default of booting to the GUI Login screen reinstable lightdm with:



$ sudo system enable lightdm


The available TTY's can still be activated VIA CTRL+ALT+(F1-F6)






share|improve this answer




















  • Will this also disable the remote desktop GUI? I thought the original poster wanted to retain the ability to RDP while disabling the local GUI.
    – user68186
    Apr 5 at 15:53






  • 1




    @user68186 No. That only affects the local machine. The OP had described using his local machine as a server for remote desktops. That's one of the characteristics of the way a server operates. The remote users can use all the resources of the server, including a full GUI desktop from their remote machines.
    – L. D. James
    Apr 5 at 15:56













up vote
0
down vote










up vote
0
down vote









Booting Ubuntu without GUI



 $ sudo systemctl disable lightdm


From there, the computer will always default to starting out with in console mode.



If you have need to use the Ubuntu-desktop on that machine, you can start it manually with:



$ sudo systemctl start lightdm


To return it back to the default of booting to the GUI Login screen reinstable lightdm with:



$ sudo system enable lightdm


The available TTY's can still be activated VIA CTRL+ALT+(F1-F6)






share|improve this answer












Booting Ubuntu without GUI



 $ sudo systemctl disable lightdm


From there, the computer will always default to starting out with in console mode.



If you have need to use the Ubuntu-desktop on that machine, you can start it manually with:



$ sudo systemctl start lightdm


To return it back to the default of booting to the GUI Login screen reinstable lightdm with:



$ sudo system enable lightdm


The available TTY's can still be activated VIA CTRL+ALT+(F1-F6)







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 5 at 15:48









L. D. James

17.5k43178




17.5k43178











  • Will this also disable the remote desktop GUI? I thought the original poster wanted to retain the ability to RDP while disabling the local GUI.
    – user68186
    Apr 5 at 15:53






  • 1




    @user68186 No. That only affects the local machine. The OP had described using his local machine as a server for remote desktops. That's one of the characteristics of the way a server operates. The remote users can use all the resources of the server, including a full GUI desktop from their remote machines.
    – L. D. James
    Apr 5 at 15:56

















  • Will this also disable the remote desktop GUI? I thought the original poster wanted to retain the ability to RDP while disabling the local GUI.
    – user68186
    Apr 5 at 15:53






  • 1




    @user68186 No. That only affects the local machine. The OP had described using his local machine as a server for remote desktops. That's one of the characteristics of the way a server operates. The remote users can use all the resources of the server, including a full GUI desktop from their remote machines.
    – L. D. James
    Apr 5 at 15:56
















Will this also disable the remote desktop GUI? I thought the original poster wanted to retain the ability to RDP while disabling the local GUI.
– user68186
Apr 5 at 15:53




Will this also disable the remote desktop GUI? I thought the original poster wanted to retain the ability to RDP while disabling the local GUI.
– user68186
Apr 5 at 15:53




1




1




@user68186 No. That only affects the local machine. The OP had described using his local machine as a server for remote desktops. That's one of the characteristics of the way a server operates. The remote users can use all the resources of the server, including a full GUI desktop from their remote machines.
– L. D. James
Apr 5 at 15:56





@user68186 No. That only affects the local machine. The OP had described using his local machine as a server for remote desktops. That's one of the characteristics of the way a server operates. The remote users can use all the resources of the server, including a full GUI desktop from their remote machines.
– L. D. James
Apr 5 at 15:56


















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1021344%2fexecute-ubuntu-desktop-in-remote-mode-only%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error