Cuberite Forum
Configuration Protocol - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Configuration Protocol (/thread-620.html)

Pages: 1 2


Configuration Protocol - SoapChicken - 11-11-2012

I have gotten MCServer for Android working but I can't configure it.
I tried connecting to "http://192.168.1.54:8081/webadmin" (my phones IP) but nothing shows up.
How can I configure the server from my browser?
Can It be done?


RE: Configuration Protocol - NiLSPACE - 11-12-2012

maybe the port was different. look into the webadmin.ini to see the port.


RE: Configuration Protocol - SoapChicken - 11-12-2012

(11-12-2012, 01:05 AM)STR_Warrior Wrote: maybe the port was different. look into the webadmin.ini to see the port.
Where is that file located?



RE: Configuration Protocol - Taugeshtu - 11-12-2012

Quote:How can I configure the server from my browser?
Using webadmin. I'm not sure if all settings are accessable from webadmin, though...
Anyway, looks like your webadmin isn't enabled yet (could be that it's "off" by default, which I found weird, to be honest).

How do you enable webadmin for your ultra-portable-yet-fully-(in-terms-of-MCS)-functional server?
That's how you do it:
  1. Using any text editor of your choise, create a webadmin.ini file with following:
    Code:
    [WebAdmin]
    Enabled=1
    Port=8081

    [User:SoapChicken]
    Password=nuggets
    And don't forget to save it!
  2. Go to your android device's file system. You're looking for /sdcard/mcserver folder. You're in the right place if you're starring at settings.ini
  3. Place your unique-beloved-craftsman-hand-crafted webadmin.ini there, right next to settings.ini!
  4. Now launch your MCServer and connect to it (no need for /webadmin, BTW) using username: SoapChicken, password: nuggets.
  5. Behold the magnificence!



RE: Configuration Protocol - FakeTruth - 11-12-2012

I think you need to connect to 8080 but then you still can't configure the server because it requires the Core plug in for that


RE: Configuration Protocol - SoapChicken - 11-12-2012

(11-12-2012, 01:16 AM)Taugeshtu Wrote:
Quote:How can I configure the server from my browser?
Using webadmin. I'm not sure if all settings are accessable from webadmin, though...
Anyway, looks like your webadmin isn't enabled yet (could be that it's "off" by default, which I found weird, to be honest).

How do you enable webadmin for your ultra-portable-yet-fully-(in-terms-of-MCS)-functional server?
That's how you do it:
  1. Using any text editor of your choise, create a webadmin.ini file with following:
    [code=ini][WebAdmin]
    Enabled=1
    Port=8081

    [User:SoapChicken]
    Password=nuggets[/code]
    And don't forget to save it!
  2. Go to your android device's file system. You're looking for /sdcard/mcserver folder. You're in the right place if you're starring at settings.ini
  3. Place your unique-beloved-craftsman-hand-crafted webadmin.ini there, right next to settings.ini!
  4. Now launch your MCServer and connect to it (no need for /webadmin, BTW) using username: SoapChicken, password: nuggets.
  5. Behold the magnificence!

Thanks!
What do I do after I log in?
It's a blank screen, or is it supposed to be like that?


RE: Configuration Protocol - NiLSPACE - 11-12-2012

(11-12-2012, 01:25 AM)SoapChicken Wrote:
(11-12-2012, 01:16 AM)Taugeshtu Wrote:
Quote:How can I configure the server from my browser?
Using webadmin. I'm not sure if all settings are accessable from webadmin, though...
Anyway, looks like your webadmin isn't enabled yet (could be that it's "off" by default, which I found weird, to be honest).

How do you enable webadmin for your ultra-portable-yet-fully-(in-terms-of-MCS)-functional server?
That's how you do it:
  1. Using any text editor of your choise, create a webadmin.ini file with following:
    [code=ini][WebAdmin]
    Enabled=1
    Port=8081

    [User:SoapChicken]
    Password=nuggets[/code]
    And don't forget to save it!
  2. Go to your android device's file system. You're looking for /sdcard/mcserver folder. You're in the right place if you're starring at settings.ini
  3. Place your unique-beloved-craftsman-hand-crafted webadmin.ini there, right next to settings.ini!
  4. Now launch your MCServer and connect to it (no need for /webadmin, BTW) using username: SoapChicken, password: nuggets.
  5. Behold the magnificence!

Thanks!
What do I do after I log in?
It's a blank screen, or is it supposed to be like that?

you need to place the core plugin in the <root>/plugins folder



RE: Configuration Protocol - Taugeshtu - 11-12-2012

Quote:you need to place the core plugin in the <root>/plugins folder
aaaand enable it in settings.ini.

This is what you need:
Code:
[Plugins]
Plugin=Core



RE: Configuration Protocol - xoft - 11-12-2012

Dear god, why did we do that so freaking difficult?Tongue


RE: Configuration Protocol - FakeTruth - 11-12-2012

WebAdmin is enabled by default for Android