Jump to content

How do I set up their own Lobby Server?


Recommended Posts

@leper:I still following the README and are still stuck with that error. :sweatdrop: :down::down::down:

When I run the command:

root @ baby# : ./source/tools/XpartaMuPP/XpartaMuPP.py

--domain lobby.wildfiregames.com --password 123456 --nickname WFGbot

INFO Negotiating TLS
INFO Using SSL version: 3
INFO Authentication failed. :unknw:

Please help me,Thank you

I want to know where I was wrong, thank you!

Edited by gameboy
Link to comment
Share on other sites

Yes, the domain name and the script can connect, I have to use username is ubuntu, the password is 123456.
You say username ordinary users or an administrator user? :tongue_ss:

root@baby# : ./source/tools/XpartaMuPP# ./XpartaMuPP.py -l ubuntu --password 123456 --nickname WFGbot
INFO Negotiating TLS
INFO Using SSL version: 3
INFO Node set to: ubuntu@ubuntu/CC
INFO XpartaMuPP started
INFO XpartaMuPP started

But set it error:

root @ baby# : ./source/tools/XpartaMuPP/XpartaMuPP.py

--domain ubuntu --password 123456 --nickname WFGbot

INFO Negotiating TLS
INFO Using SSL version: 3
INFO Authentication failed. :unknw:

Please help me,Thank you

Thank you!

Edited by gameboy
Link to comment
Share on other sites

Do you have a user named xpartamupp?

In the README is written, that this user is expected:

Z.46: Enter a login (use "xpartamupp" since that's what clients and the ipstamp module expect)

Actually I am able to set up a server according to the README.

Edited by Hades0299
Link to comment
Share on other sites

Open http://localhost:5280/admin in your browser, login with the Username and the Password that you set as you set up your server.

Goto "Virtual Host" and click on the Hostname you created. Then goto Users and tell me what you see.

In your post #13 you tried to connect to your server with two diffrent commands:

./XpartaMuPP.py -l ubuntu --password 123456 --nickname WFGbot

and

./XpartaMuPP.py --domain ubuntu   --password 123456 --nickname WFGbot

As you see, they are different in one part:

In the first, successful, Command you use "-l Ubuntu", in the second "--domain Ubuntu".

with -l you specify the loginname, and with --domain, the place to find your server.

  • Like 2
Link to comment
Share on other sites

@Hades0299 and leper: I was successful, thank you!

./XpartaMuPP.py --domain ubuntu --password 123456 --nickname WFGbot

INFO Negotiating TLS
INFO Using SSL version: 3
INFO Node set to: ubuntu@ubuntu/CC
INFO XpartaMuPP started
INFO XpartaMuPP started

But encountered a problem: The game can not connect to the my lobby. connection information is: disconnected. why?

I set default.cfg: lobby.server: "ubuntu@ubuntu" .

How can I set up? Thank you!

Edited by gameboy
Link to comment
Share on other sites

Gameboy, why are you using ubuntu as your domain name? Looking at the stuff you've posted earlier in this post:

root@baby#: ./source/tools/XpartaMuPP/XpartaMuPP.py --domain ubuntu --password 123456 --nickname WFGbot

The stuff after root@ is your Ubuntu Os' domain name. So, if I'm not mistaken, you should be using baby# instead of ubuntu like this:

./source/tools/XpartaMuPP/XpartaMuPP.py --domain baby# --password 123456 --nickname WFGbot
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...