x11vnc on ubuntu vpsRunning xdotool on VPSUbuntu VPS Automatic Backup ScriptHow to run a script when password is entered at the lock screen?VPS bandwidth usageVps not “saving” sessionRunning xdotool on VPS

Is there an unambiguous name for the social/political theory "liberalism" without "leftist"?

What is the following style of typography called?

Dilemma about Money

Other database besides UTXO?

Titlesec - vertical align chapter and section

出かけることにしました - What is the meaning of this?

How to write a whole LaTeX document in bf?

What are the advantages to banks being located in the City of London (the Square Mile)?

Matrix class in C#

Stare long enough and you will have found the answer

If equal temperament divides octave into 12 equal parts, why hertz differences are not the same but element 12th of two?

Does Turkey make the "structural steel frame" for the F-35 fighter?

Is it really better for the environment if I take the stairs as opposed to a lift?

Do any languages mark social distinctions other than gender and status?

If you pass through the order of colors in Prismatic Wall one way, do you reverse the order of colors passing through the other way?

How were Kurds involved (or not) in the invasion of Normandy?

Is Uralic Possibly a Branch of the Indo-European Branch?

Did the US push the Kurds to lower their defences against Turkey in the months preceding the latest Turkish military operation against them?

I don't want my ls command in my script to print results on screen

What is an informed evaluation of resource availability?

Is using a photo reference for pose fair use?

Compress .hex file for micro-controller

As a vegetarian, how can I deal with microwaves smelling of meat and fish?

Why can a T* be passed in register, but a unique_ptr<T> cannot?



x11vnc on ubuntu vps


Running xdotool on VPSUbuntu VPS Automatic Backup ScriptHow to run a script when password is entered at the lock screen?VPS bandwidth usageVps not “saving” sessionRunning xdotool on VPS






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1

















this is what i did:



apt-get update
apt-get upgrade
apt install xfce4 xfce4-goodies


installed a video dummy https://unix.stackexchange.com/a/78156



x11vnc -storepasswd
sudo x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -usepw


i can now connect to my vps using TigerVNCViewer but as soon i connect i get a ubuntu screen wich says "failed to start session", i then enter my name and password and it says the same.
what can i do?










share|improve this question


























  • You are trying to log in with a username and password that is setup on the remote host, correct?

    – Terrance
    May 27 at 22:09











  • @Terrance yea the username should be my computer name from the vps and the password should be the VNC password i made using "x11vnc -storepasswd" becouse if i enter anything else than that it just says wrong password

    – RapidGainz
    May 28 at 9:50

















1

















this is what i did:



apt-get update
apt-get upgrade
apt install xfce4 xfce4-goodies


installed a video dummy https://unix.stackexchange.com/a/78156



x11vnc -storepasswd
sudo x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -usepw


i can now connect to my vps using TigerVNCViewer but as soon i connect i get a ubuntu screen wich says "failed to start session", i then enter my name and password and it says the same.
what can i do?










share|improve this question


























  • You are trying to log in with a username and password that is setup on the remote host, correct?

    – Terrance
    May 27 at 22:09











  • @Terrance yea the username should be my computer name from the vps and the password should be the VNC password i made using "x11vnc -storepasswd" becouse if i enter anything else than that it just says wrong password

    – RapidGainz
    May 28 at 9:50













1












1








1








this is what i did:



apt-get update
apt-get upgrade
apt install xfce4 xfce4-goodies


installed a video dummy https://unix.stackexchange.com/a/78156



x11vnc -storepasswd
sudo x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -usepw


i can now connect to my vps using TigerVNCViewer but as soon i connect i get a ubuntu screen wich says "failed to start session", i then enter my name and password and it says the same.
what can i do?










share|improve this question















this is what i did:



apt-get update
apt-get upgrade
apt install xfce4 xfce4-goodies


installed a video dummy https://unix.stackexchange.com/a/78156



x11vnc -storepasswd
sudo x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -usepw


i can now connect to my vps using TigerVNCViewer but as soon i connect i get a ubuntu screen wich says "failed to start session", i then enter my name and password and it says the same.
what can i do?







scripts vps






share|improve this question














share|improve this question











share|improve this question




share|improve this question










asked May 27 at 20:52









RapidGainzRapidGainz

363 bronze badges




363 bronze badges















  • You are trying to log in with a username and password that is setup on the remote host, correct?

    – Terrance
    May 27 at 22:09











  • @Terrance yea the username should be my computer name from the vps and the password should be the VNC password i made using "x11vnc -storepasswd" becouse if i enter anything else than that it just says wrong password

    – RapidGainz
    May 28 at 9:50

















  • You are trying to log in with a username and password that is setup on the remote host, correct?

    – Terrance
    May 27 at 22:09











  • @Terrance yea the username should be my computer name from the vps and the password should be the VNC password i made using "x11vnc -storepasswd" becouse if i enter anything else than that it just says wrong password

    – RapidGainz
    May 28 at 9:50
















You are trying to log in with a username and password that is setup on the remote host, correct?

– Terrance
May 27 at 22:09





You are trying to log in with a username and password that is setup on the remote host, correct?

– Terrance
May 27 at 22:09













@Terrance yea the username should be my computer name from the vps and the password should be the VNC password i made using "x11vnc -storepasswd" becouse if i enter anything else than that it just says wrong password

– RapidGainz
May 28 at 9:50





@Terrance yea the username should be my computer name from the vps and the password should be the VNC password i made using "x11vnc -storepasswd" becouse if i enter anything else than that it just says wrong password

– RapidGainz
May 28 at 9:50










0






active

oldest

votes













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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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/4.0/"u003ecc by-sa 4.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
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1146655%2fx11vnc-on-ubuntu-vps%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown


























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1146655%2fx11vnc-on-ubuntu-vps%23new-answer', 'question_page');

);

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









Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?