Hi, I am trying to run Multicraft on my dedicated server which runs Windows Server 2012 R2, I have downloaded the all in one standalone edition with nginx, and i have configured the FTP IP, the IP for nginx and the IP for the daemon, But I can't go to the site on another computer? If you could help me, Please skype me @ live:tylerw31
2
Have you allowed remote connection when you set up php?
#<Directory "/usr/share/phpmyadmin">
# Order Deny,Allow
# Deny from all (Change "Deny" to "Allow")
# Allow from 127.0.0.1
#</Directory>
Then in config.inc.php, change 'cookie' to 'http' :
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'http';
Finally, restart apache and you should be good to go
#<Directory "/usr/share/phpmyadmin">
# Order Deny,Allow
# Deny from all (Change "Deny" to "Allow")
# Allow from 127.0.0.1
#</Directory>
Then in config.inc.php, change 'cookie' to 'http' :
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'http';
Finally, restart apache and you should be good to go
I would recommend you to swap over to mineos or debian/ubuntu/centos
those use a lot less ram on your dedicated server and it makes it easier to install mysql and the cetra to run multicraft
those use a lot less ram on your dedicated server and it makes it easier to install mysql and the cetra to run multicraft
