Jump to content
  • 0

website panel


KoriAK

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   11
  • Joined:  11/20/11
  • Last Seen:  

I would like to run my Ragnarok server on a web base panel, without hosting it with trinity or systeminplace just something i can install on my own.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  11/14/11
  • Last Seen:  

Just to clarify for others. He means something like the image below.
If you are interested in something like this, you could contact me on skype and we could discuss it.
panel.png

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

Alright here's some notes I recorded for myself when installing a server... GL

installing Ragnarok Server on Ubuntu:

Installing Mysql:
sudo apt-get install mysql-server
sudo netstat -tap | grep mysql
sudo /etc/init.d/mysql restart
mysql -u root -p (mysql -u root if you didn't make a password)
create database ragnarok;
create database log;
grant usage on *.* to root@localhost identified by ‘passwordhere’;
grant all privileges on ragnarok.* to root@localhost ;
grant all privileges on log.* to root@localhost ;
use ragnarok;
source path/to/sql-files/main.sql;
use log;
source path/to/sql-files/log.sql;


Installing C Compiler:
sudo apt-get update
sudo apt-get -yqq install libc6-dev g++ gcc
sudo apt-get install zlib1g-dev
apt-get install libmysqlclient-dev
chmod 775 for promissions
chmod -R 755 *.sh
if files aren't meant for Unix
sudo apt-get dos2unix
dose2unix filename
./filename

1. cd Path/RO/trunk

2. chmod +x configure

3. ./configure

4. make clean

5. make sql

6. ./athena-start restart

install Webserver for flux:
sudo apt-get update
sudo apt-get aptitude
sudo aptitude install apache2
sudo aptitiude install php5 libapache2-mod-php5
sudo apt-get php5-mysql
sudo a2enmod php5
sudo apache2ctl restart
You might also need to add the following to /etc/php5/apache2/php.ini
extension=pdo.so
extension=pdo_mysql.so
if /usr/lib/php5/20060613+lfs/pdo.so or pdo_mysql.so are missing from the file directory add them.
if you're still having problems try:
sudo apt-get install libmysqlclient15-dev
sudo apt-get install pdo_mysql
sudo apache2ctl restart

Installing and configuring SSH:
sudo apt-get update
sudo apt-get install openssh-server
sudo groupadd groupnamehere
cat /etc/group (group id is at the bottom)
sudo useradd [user name] -d / -g [groupnamehere group id] -M -N -o -u [groupnamehere group id]
sudo passwd [user name] (will display command to enterpassword)
sudo apt-get update
sudo apt-get nano
sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak
sudo nano +76 /etc/ssh/sshd_config
The line
Subsystem sftp /usr/lib/openssh/sftp-server
Needs to be replaced with
Subsystem sftp internal-sftp
CTRL+O to save
CTRL+X to exit
sudo mkdir /var/www
cd /var/www
sudo mkdir flux
sudo chown root:sftponly flux ( Alternativly sudo chown -R owned directory )
sudo chmod -R 775 flux
sudo /etc/init.d/ssh restart
ip -o -f inet addr (if you need the IP address)
Then download WinSCP or FileZilla and input your info.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   11
  • Joined:  11/20/11
  • Last Seen:  

Not like that, Like if you where to complie, state, stop, backup, edit and update svn


I want to run that from a panel

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   6
  • Joined:  12/09/11
  • Last Seen:  

You mean run it from with in a web hosting panel like cPanel, Plesk?

 

If so, that isn't possible as that particular server has been set up as a web server and you wont have root access to install the programs you need, you will need to have a VPS or Dedicated server

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   11
  • Joined:  11/20/11
  • Last Seen:  

I own my equipment so access is never a issue.


Im am willing to pay

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   6
  • Joined:  12/09/11
  • Last Seen:  

If you own the System  then install open-ssh on your server and download a program called putty and winscp and connect then upload you emulator files and set them up and then login to putty and compile and start your server

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   11
  • Joined:  11/20/11
  • Last Seen:  

but i would like a easy way not run a shit ton of commands

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   11
  • Joined:  11/20/11
  • Last Seen:  

yup


I have you on skype ill contact you.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

is this working? or have any guide/wiki how?

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
Answer this question...

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

×
×
  • Create New...