KoriTime Posted February 20, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 146 Reputation: 11 Joined: 11/20/11 Last Seen: October 14, 2024 Share Posted February 20, 2014 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. Quote Link to comment Share on other sites More sharing options...
grenadecx Posted February 21, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 11/14/11 Last Seen: August 23, 2015 Share Posted February 21, 2014 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. Quote Link to comment Share on other sites More sharing options...
Skorm Posted February 20, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: Thursday at 10:36 PM Share Posted February 20, 2014 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. Quote Link to comment Share on other sites More sharing options...
KoriTime Posted February 20, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 146 Reputation: 11 Joined: 11/20/11 Last Seen: October 14, 2024 Author Share Posted February 20, 2014 Not like that, Like if you where to complie, state, stop, backup, edit and update svn I want to run that from a panel Quote Link to comment Share on other sites More sharing options...
Poseidon Posted February 20, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 107 Reputation: 6 Joined: 12/09/11 Last Seen: May 9, 2017 Share Posted February 20, 2014 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 Quote Link to comment Share on other sites More sharing options...
KoriTime Posted February 20, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 146 Reputation: 11 Joined: 11/20/11 Last Seen: October 14, 2024 Author Share Posted February 20, 2014 I own my equipment so access is never a issue. Im am willing to pay Quote Link to comment Share on other sites More sharing options...
Poseidon Posted February 20, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 107 Reputation: 6 Joined: 12/09/11 Last Seen: May 9, 2017 Share Posted February 20, 2014 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 Quote Link to comment Share on other sites More sharing options...
KoriTime Posted February 20, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 146 Reputation: 11 Joined: 11/20/11 Last Seen: October 14, 2024 Author Share Posted February 20, 2014 but i would like a easy way not run a shit ton of commands Quote Link to comment Share on other sites More sharing options...
KoriTime Posted February 21, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 146 Reputation: 11 Joined: 11/20/11 Last Seen: October 14, 2024 Author Share Posted February 21, 2014 yup I have you on skype ill contact you. Quote Link to comment Share on other sites More sharing options...
kitty14 Posted November 18, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Share Posted November 18, 2014 is this working? or have any guide/wiki how? Quote Link to comment Share on other sites More sharing options...
Question
KoriTime
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.