chichi 0 Posted April 27, 2017 (edited) I bought Ubuntu VPS on Digital Ocean. Followed different instructions but none of it works! is there any clean guide that could help me? Thanks! EDIT:Should i use winsCP or putty setting up my server side? EDIT: After i added new user to the root useradd hercuser passwd hercuser I logged in and it gave me this Edited April 29, 2017 by Devin Quote Share this post Link to post Share on other sites
0 tedexx 7 Posted April 27, 2017 Whats your problem? Quote Share this post Link to post Share on other sites
0 chichi 0 Posted April 27, 2017 Whats your problem? I've already cloned the emulator which was very easy But I have problems with adding new user as said on the instructions that we should not use root as user. Also, have problem setting up the MYSQL. Quote Share this post Link to post Share on other sites
0 tedexx 7 Posted April 27, 2017 What problem adding user? What problem with mysql? There's so much that can happen, you should provide more infos if you want help. Quote Share this post Link to post Share on other sites
0 chichi 0 Posted April 27, 2017 What problem adding user? What problem with mysql? There's so much that can happen, you should provide more infos if you want help. i typed in useradd and passwd to create new users in the command line but i guess i did not work for me cause it did nothing. For mysql, everything did not work like creating new database, creating new database username and password, and grant privileges. one more question: should i use putty or winscp setting up the server side? Quote Share this post Link to post Share on other sites
0 tedexx 7 Posted April 27, 2017 What problem adding user? What problem with mysql? There's so much that can happen, you should provide more infos if you want help. i typed in useradd and passwd to create new users in the command line but i guess i did not work for me cause it did nothing. For mysql, everything did not work like creating new database, creating new database username and password, and grant privileges. one more question: should i use putty or winscp setting up the server side? Putty is fine. About users: Which tutorial are you using? Did you added with "chown"? To check if the user was added type "compgen -u | grep $username_you_chose" - if return the name you typed the user exists. About mysql: dump the errors here. Quote Share this post Link to post Share on other sites
0 chichi 0 Posted April 27, 2017 What problem adding user? What problem with mysql? There's so much that can happen, you should provide more infos if you want help. i typed in useradd and passwd to create new users in the command line but i guess i did not work for me cause it did nothing. For mysql, everything did not work like creating new database, creating new database username and password, and grant privileges. one more question: should i use putty or winscp setting up the server side? Putty is fine. About users: Which tutorial are you using? Did you added with "chown"? To check if the user was added type "compgen -u | grep $username_you_chose" - if return the name you typed the user exists. About mysql: dump the errors here. i was following this one https://medium.com/@Secrett/how-to-create-a-ready-to-play-ragnarok-online-server-for-as-low-as-low-as-5-per-month-in-30-c59595838021 i just typed in all the commands out there from the link i provided Quote Share this post Link to post Share on other sites
0 Habilis 119 Posted April 27, 2017 (edited) try guide in my signature it should be a breeze if you use Debian or ubuntu as operating system... Just skip the part about Router setup .... Since you rent a VPS at DigiOcean this step already done by them... Edited April 27, 2017 by Habilis 2 tedexx and Sephus reacted to this Quote Share this post Link to post Share on other sites
0 chichi 0 Posted April 27, 2017 try guide in my signature it should be a breeze if you use Debian or ubuntu as operating system... i will surely try ur guide. Thanks Habilis! Quote Share this post Link to post Share on other sites
0 Habilis 119 Posted April 27, 2017 (edited) LOL 512 mb of RAM Even on my Raspberry Pi I have 1gb Anyways, If you have more questions, just ask. We will do our best to answer you! Edited April 27, 2017 by Habilis Quote Share this post Link to post Share on other sites
0 Mikegyver 9 Posted April 28, 2017 I'm currently using digital ocean vps, running ubuntu server 14.04.5 LTS.. i've have no errors running simoultaneously rathena & hercules.. i guess u keyin wrong command perhaps? Quote Share this post Link to post Share on other sites
0 chichi 0 Posted April 29, 2017 I'm currently using digital ocean vps, running ubuntu server 14.04.5 LTS.. i've have no errors running simoultaneously rathena & hercules.. i guess u keyin wrong command perhaps? i probably did, can u help me somehow? cause im new with this thing. Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted April 29, 2017 you should instead use 'adduser' as it auto creates home directory for user. or if you are still using useradd, you can do so by having -m parameter:'useradd -m' I recommend adduser command. Quote Share this post Link to post Share on other sites
0 chichi 0 Posted April 29, 2017 (edited) you should instead use 'adduser' as it auto creates home directory for user. or if you are still using useradd, you can do so by having -m parameter:'useradd -m' I recommend adduser command. should i do it with sudo or nah? EDIT: Thanks. i did it! Edited April 29, 2017 by Devin Quote Share this post Link to post Share on other sites
0 Habilis 119 Posted April 29, 2017 (edited) Create a new Linux user called heruser: sudo useradd -m hercuser source https://habilisbest.com/raspberry-pi-and-ragnarok-online-private-server ... ... Edited April 29, 2017 by Habilis Quote Share this post Link to post Share on other sites
0 chichi 0 Posted April 29, 2017 Create a new Linux user called heruser: sudo useradd -m hercuser source https://habilisbest.com/raspberry-pi-and-ragnarok-online-private-server ... ... yup. i successfully added new user thanks! moving on to the next problem Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted May 12, 2017 What new update? Quote Share this post Link to post Share on other sites
I bought Ubuntu VPS on Digital Ocean. Followed different instructions but none of it works! is there any clean guide that could help me?
Thanks!
EDIT:
Should i use winsCP or putty setting up my server side?
EDIT:
After i added new user to the root
useradd hercuser
passwd hercuser
I logged in and it gave me this
Edited by Devin
Share this post
Link to post
Share on other sites