arrow_upward

Posted by: perry - 03-24-2020, 03:08 PM - Forum: Scripting & Programming - Replies (4)
Hey post4vps.

i have a local mc server that i used to make using script
example here:
https://www.youtube.com/watch?v=uEGNyhQzgus

how about you? have you tried skript if yes tell me what you have made so far or tried.

greetings
Posted by: tiwil - 03-22-2020, 02:09 PM - Forum: VPS Support - Replies (3)
Hello there,

Currently thinking about this lately while surfing in Post4VPS. This has been my question for a few hours (so it's not so important, haha!). I don't know where to post this, either here or at private VPS support, but I think this should be here.

So, the case is: I have 2 running website that have seperate content. One for my own personal website, and one for my community website API (main website run at paid hosting but not allow me to have API that will require to run a cronjob every minute). I would like to make my personal website as my primary website that if you visit via IP, you will find my website instead of others.

So, the question is, is it actually allowed to put backlinks to sponsor and Post4VPS at my community website API instead of my personal website? Please note that my community website is not a primary website.

Cheers.
Posted by: Mashiro - 03-18-2020, 06:04 PM - Forum: Tutorials - Replies (11)
Ubuntu Server 18.04 LTS Installation in SolusVM via ISO


Hello Post4VPS Community

I'm going to make this opening paragraph brief this time. This guide will simply show the basic installation process of Ubuntu Server 18.04 LTS via a ISO file in the VPS control panel SolusVM. I'm making this guide because it has been requested by staff. This guide is basic only. I will not cover how to perform the installation with a custom partition layout and similar other customizations that can be performed during installation. I'm also making a basic installation because I don't have much free time thanks to SARS-CoV-2 and my real job at which we have a lot stuff to do in order to make things like home office work and get things ready for the worst case scenario.

Let's get the ball rollin.


The Ubuntu Server 18.04 LTS ISO has to be available in your SolusVM control panel! If it is NOT ask your provider or rather said if it is for a VPS from here open a support thread. If it is NOT available there is no point in following this guide at this time.


Step 1

Open the SolusVM control panel of your VPS and login with your user account.

Once you're in select the VPS which you want to manage and click the "Manage" button which will lead you to a overview of the VPS stats and options.


Step 2

At the main page with all your VPS stats and options open the "Settings" tab in the lower part of the page.
- Make sure "VNC" is set to "On".
- After that change "Boot Order" to "(1) CD ROM (2) Hard Disk".

Screenshot
[Image: tv2hHrq.png]

Now open the "CDROM" tab in the lower part of the page.
- Select the Ubuntu Server 18.04 LTS ISO.
- Click on the "Mount" button to mount the ISO.

Screenshot
[Image: EJAodeP.png]

Now click on the "Reboot" button in the middle part of the page where all control buttons are such as "Shutdown", "Boot" and etc.

Screenshot
[Image: uDoj3Pb.png]

You will see a message asking if you really want to reboot. Answer this question with "Yes". Your VPS will now reboot with the new settings for the boot order and with the Ubuntu Server 18.04 LTS ISO mounted to boot from it as per boot order. Once the VPS has rebooted you will see a message saying that the reboot process has been completed.


Step 3

Quickly after the reboot process has been finished click on the "VNC" button in the middle part of the page.

Screenshot
[Image: uCWOgw9.png]

At the VNC page click on "HTML5 Client VNC SSL" (the green button).

Screenshot
[Image: WElg0Cl.png]

A new popup window should open with the screen content of your VPS being visible like you would be setting infront of it with a monitor connected to it. If the popup windows doesn't open make sure you allow popups on the SolusVM page of your provider.

Now your VPS is booted into the Ubuntu Server 18.04 LTS installation ISO and you are connected to it via VNC provided by SolusVM without the need for an external applications such as a VNC client or Java for the Java VNC client.


Step 4

The first part of the installation is the language selection. Select your language using the UP/DOWN arrow keys and press ENTER to continue.

Screenshot
[Image: HKXXdmG.png]

At the next screen you can configure which keyboard layout you want to use. This is only important when you access the VPS by means of this VNC. I will leave it as it is at the Englisch (US) keyboard. Beware that keys might not match your layout if you don't change this option. You can change it using the UP/DOWN arrow keys and the ENTER key. Once done move the cursor to the "Done" option at the bottom and hit the ENTER key to proceed.

Screenshot
[Image: r2Vx9Ja.png]

Now you will be at a screen where you can select to simply install Ubuntu Server or install it in some specific configurations for Cloud hosting and similar. Here simply select "Install Ubuntu" and hit the ENTER key to continue.

Screenshot
[Image: Lnnwfpu.png]

At the next step you can configure the network adapter of your VPS. You can either leave it on DHCP if you see the correct address. If it displays a wrong IP address you have to change it to "Manual" and configure the network adapter with your VPS IP address and network information.

This information can be obtained in SolusVM. Click on the "Network" tab and then click on your IP address. A small popup window will open with your IP address, your gateway and the netmask. You can use this information to configure the network adapter.

I will not cover this any further as it would make this tutorial to long and would basically require a whole lesson about network, netmask and how to convert netmasks to CIDR.

A netmask to CIDR table is available here: https://kb.wisc.edu/page.php?id=3493

You can find out your IP network with the help of your IP and the netmask in CIDR using this site: http://jodies.de/ipcalc

Example:
IP address: 123.123.95.34
Netmask in CIDR: 27 (/27)

That means that your network is actually 123.123.95.32/27 as the subnet your IP address is in begins with the address 123.123.95.32. This is the network address and cannot be assigned to any device. The next first and usable IP address would be 123.123.95.33 which in most cases would be the gateway of your network.

Use the sites I provided and you will get all necessary information. Actually, I think one can expect that from people who have been here for years and had the interest in computers and VPSs... that they know how to get and understand such information or find sites that can help you with that.

I also cannot show how to configure this because the VPS I use has been given to me to make the guide but it is not mine and I cannot make the IP information public. Sorry.

Once you configured your network go down to the "Done" option and hit your ENTER key to continue.

Screenshot
[Image: BgCmhON.png]

Now you will be presented with a screen asking for a proxy configuration. Do not fill anything out here. Just select "Done" at the bottom and hit ENTER to continue.

Screenshot
[Image: k6XPueY.png]

On the next screen you can change the mirror from which the packages for the installation and later on all packages in the installed Ubuntu Server will be used. You can leave this at the default or change it if you know what you are doing and have a different mirror.

Once you're done with changing it or have left it on the default simply select "Done" at the bottom and hit ENTER to proceed.

Screenshot
[Image: OR6We7U.png]

At this stage you will now see a screen where you can select partitions and how your Ubuntu Server should be installed. Since we will not cover any customizations on this part and only do the basics just select "Use An Entire Disk" and hit the ENTER key.

Screenshot
[Image: MBP7YuA.png]

What will happen now is that the installer will automatically create all partitions needed for you. This is called "guided partitioning".

At the next screen select the virtual disk of your VPS and hit ENTER to continue.

Screenshot
[Image: 86cQ5Lh.png]

On the next screen you will see a overview of which partitions will be created and now. Just select "Done" at the bottom and hit ENTER to proceed.

Screenshot
[Image: uEjflHm.png]

You will be asked if you really want to continue. Answer this question with "Continue".
[Image: s7oZu8f.png]

After that the installation will already start in the background. You will see a screen where you can now configure a user, hostname and password for that user. This user will be by default in the sudoers group. By default Ubuntu doesn't allow to configure the root account if done via the real ISO installation. OS templates are a different thing and there root is enabled by default but not if you install Ubuntu Server normally yourself via the ISO.

Fill out the page with all needed information and go down to "Done" and hit ENTER to continue.

Screenshot
[Image: V97O32q.png]

Once that is done you will be at the "Featured Server Snaps" page. Server Snaps are basically prebuild application bundles that can be installed. We don't want to install anything. So use the TAB key to go to the "Done" option at the bottom and hit ENTER to continue.

Screenshot
[Image: AXJ8Tdf.png]

Now wait until the installation is finished. Once the installation is finished you will have to options. 1) will be "View full log" and 2) will be "Reboot Now". And at the top you will see "Finished install!". Once this is visible and you see these two options your installation is done.

Select the "Reboot Now" option and hit ENTER to continue.

Screenshot
[Image: RXJKRem.png]

The installer will now exit. You will see a message saying "Please remove the installation medium, then press ENTER:". At this stage simply press the ENTER key to continue.

You can now close the VNC window.


Step 5

In SolusVM go back to the "CDROM" tab and hit the blue "Unmount" button to eject the Ubuntu ISO.

Screenshot
[Image: LVDlq2g.png]

After that go to the "Settings" tab and change "Boot Order" back to "(1) Hard Disk (2) CD ROM)".

Screenshot
[Image: 2iPbdT0.png]

In the controls area click on the "Reboot" button and answer the question about whether you want to reboot with "Yes". Wait for the reboot to finish. After that you can login via SSH and the username and password you created during the installation process.


With that the installation is done. I would recommend to run the following commands right after accessing SSH for the first time to update the server:
Code:
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get --purge autoremove -y
sudo reboot

That's it folks.

Posted by: youssefbasha - 03-18-2020, 02:32 PM - Forum: Make Money - Replies (2)
So guys, lately i got a new windows server and im allowed to mine with it so can you guys tell me whats the best app/best site to mine btc?
But please share with good tutorial because this is a new experience and i have 0 knowledge about mining from windows server xd
Posted by: tiwil - 03-18-2020, 03:52 AM - Forum: Suggestions and Feedback - Replies (12)
Hi there,

I don't know where to post this. So I'm gonna post this here.

I just looked into P4V VPS comparator and find it's not correct. This is confusing for new member like me to look up there and find the information are not correct. I usually select a VPS by looking into their virtualization and others aspect. We know that some VPS has been removed (VPS 2, 13. and 14) or upgraded (like VPS 9 upgraded to KVM but still listed as OpenVZ).

Kindly update the data, please? Smile
Thank you!
Posted by: xdude - 03-18-2020, 02:48 AM - Forum: VPS General Discussion - Replies (30)
So how many of you are using VestaCP? Since I'm with VPS5 and not using Windows (Already have a paid vps for that) thought it's better start running a web server so I can move some of my sites from other server. Now, my favorite panel is VirtualMin because once it's installed and configured I haven't ran into any trouble. But the whole installing process it bit complicated and not so easy. Plus names given for common panel features are totally difference from what you see in other panels.

Now vps panel of this server has the auto installation feature for number of panels. Apart from some paid panels there are other free options like VestaCP, CentOS Web Panel, ISPConfig3, Webmin etc. I have tested all of these in past and I think VestaCP is the best one among this lot. I had few bad experience with VestaCP but that was very long time ago so I think this panel should be lot better than it was years ago.

So my question for VestaCP users is what do you like and dislike about this free hosting panel from your experience ? How is the support ? It was bad last time I used it but it was long time ago.
Posted by: deanhills - 03-17-2020, 12:01 AM - Forum: VPS Reviews - Replies (9)
How reliable is Ookla Speedtest for comparing the speed of two VPSs?  I'm trying to compare my Phoenix VPS 9 speed with that of Dallas VPS 9.

After the upgrade of my VPS 9 Phoenix last November from OpenVZ 6 to KVM, my IP was changed.  Then when I tested the speed of the VPS it came up with similar results as today's test, like with a HUGE Ping and saying location is Frankfurt, whereas the location is really US in Phoenix.  So how reliable is that really?  Like with that huge Ping I should feel a huge latency issue with Phoenix, but I don't.  My VPS 9 Phoenix performs just as seamless as Dallas, although Dallas feels faster in speed when I work with it (disk speed shows much greater speed as well - refer Benchmark test results of the two VPSs below).  Although my ISP does work faster with Dallas.

Below is the Ookla Speedtest that was taken of VPS 9 Phoenix:

[Image: 8jMUgDX.png]

And this is the Speedtest of VPS 9 Dallas:

[Image: CD01t07.png]

I've done a quick Benchmark test to compare the two (credit to @"Hidden Refuge"):

Code:
wget --no-check-certificate https://raw.githubusercontent.com/hidden-refuge/bench-sh-2/master/bench.sh && bash bench.sh -b && rm bench.sh

VPS 9 Phoenix

System Info
-----------
Processor       : Intel® Xeon® CPU E5-2620 v3 @ 2.40GHz
CPU Cores       : 2
Frequency       : 2399.996 MHz
Memory          : 7870 MB
Swap            : buffers/cache: MB
Uptime          : 86 days, 11:25,


Speedtest (IPv4 only)
---------------------
Your public IPv4 is 50.2.xx.xx

Location                Provider        Speed
CDN                     Cachefly        66.1MB/s

Lenoir, NC, US          Dacentec        28.5MB/s
Dallas, TX, US          Softlayer       43.1MB/s
Seattle, WA, US         Softlayer       34.7MB/s
San Jose, CA, US        Softlayer       52.8MB/s
Washington, DC, US      Leaseweb        30.1MB/s

Tokyo, Japan            Linode          15.7MB/s
Singapore               Softlayer       7.65MB/s
Taiwan                  Hinet           7.25MB/s

Rotterdam, Netherlands  id3.net         14.7MB/s
Haarlem, Netherlands    Leaseweb        10.5MB/s


Disk Speed
----------
I/O (1st run)   : 129 MB/s
I/O (2nd run)   : 108 MB/s
I/O (3rd run)   : 87.6 MB/s
Average I/O     : 108 MB/s or .10 GB/s

Dallas

System Info
-----------
Processor       : Intel® Xeon® CPU E5-2670 v2 @ 2.50GHz
CPU Cores       : 2
Frequency       : 2499.998 MHz
Memory          : 7870 MB
Swap            : buffers/cache: MB
Uptime          : 2:48,


Speedtest (IPv4 only)
---------------------
Your public IPv4 is 23.94.xx.xx

Location                Provider        Speed
CDN                     Cachefly        81.3MB/s

Lenoir, NC, US          Dacentec        53.6MB/s
Dallas, TX, US          Softlayer       57.4MB/s
Seattle, WA, US         Softlayer       30.2MB/s
San Jose, CA, US        Softlayer       33.9MB/s
Washington, DC, US      Leaseweb        25.4MB/s

Tokyo, Japan            Linode          10.2MB/s
Singapore               Softlayer       6.91MB/s
Taiwan                  Hinet           6.20MB/s

Rotterdam, Netherlands  id3.net         27.2MB/s
Haarlem, Netherlands    Leaseweb        80.6MB/s


Disk Speed
----------
I/O (1st run)   : 522 MB/s
I/O (2nd run)   : 473 MB/s
I/O (3rd run)   : 612 MB/s
Average I/O     : 535 MB/s or .53 GB/s
Posted by: youssefbasha - 03-15-2020, 07:47 AM - Forum: Hobbies - Replies (5)
So lately guys you know what is CoVID 19 which is called in public by "Corona virus"
This topic can help you to get more info about CoVID 19
Link: https://post4vps.com/Thread-Corona-Virus...-come-from

As the title says Lucifer and the flash new episodes are temporary cancelled due to corona virus, these were really my 2 favourite shows.
I got this source from TVLine website.
If you have any information about what happened you can share it with us, or even any another tv tv series got cancelled
Posted by: xdude - 03-14-2020, 11:28 AM - Forum: VPS Support - Replies (8)
Is it possible to install Windows 2016 trial in this server ? I don't see any OS change options in the panel
Posted by: deanhills - 03-14-2020, 10:07 AM - Forum: Meet & Greet! - Replies (8)
Please welcome @"Monolithic Studios" as an additional backup for Hostlease sponsorship. He will be assisting Jordy ( @Pacific Spirit ) with support needs for VPSs 16-18 if and when needed.

Welcome @"Monolithic Studios"!

Please note that there is no obligation on sponsors to provide support, and the rule is that members are not allowed to contact sponsors direct for support.  Support requests need to be made in the VPS Support Request (public or private) section of the Forum:

https://post4vps.com/Forum-VPS-Discussion

Sponsors are only needed to help if and when something technical goes wrong on the server in which case the Admin of post4vps will contact the sponsor.

If and when @"Monolithic Studios" happens to be online and have the time available, and wish to help that is always welcome.  Big Grin

Thank you again to Hostlease and to Jordy specifically for being so generous in providing four really good VPSs to post4vps. These are much appreciated. Thanks Jordy! Cool
Pages (306): Jump to page 
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,271
» Latest member: orzpainter
» Forum threads: 3,100
» Forum posts: 34,783

Full Statistics

Online Users
There are currently 365 online users.
» 0 Member(s) | 363 Guest(s)
Yandex, Bing

Latest Threads
⚡ EnjoyVPS.Com : 35+ Glob...
Forum: Others
Last Post: RIYAD
01-06-2026, 01:21 AM
» Replies: 0
» Views: 524
Get LLHOST Netherlands Fe...
Forum: Others
Last Post: LLHOST
09-29-2025, 03:02 AM
» Replies: 0
» Views: 976
Super Fast LLHOST Netherl...
Forum: Value VPS Providers
Last Post: LLHOST
09-16-2025, 05:01 AM
» Replies: 0
» Views: 677
Get LLHOST Netherlands Fe...
Forum: Cheap Providers
Last Post: LLHOST
09-08-2025, 01:33 PM
» Replies: 0
» Views: 810
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers
Last Post: DewlanceHosting
08-16-2025, 03:12 AM
» Replies: 0
» Views: 945
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
08-16-2025, 03:10 AM
» Replies: 8
» Views: 6,515
Budget Dedicated Servers ...
Forum: Others
Last Post: HostNamaste
08-13-2025, 04:54 AM
» Replies: 2
» Views: 1,972
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers
Last Post: bestadvisor
07-13-2025, 09:36 AM
» Replies: 0
» Views: 1,408
[Promo] 30% Discount – VP...
Forum: Cheap Providers
Last Post: LLHOST
07-11-2025, 12:56 PM
» Replies: 0
» Views: 1,000
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers
Last Post: RIYAD
07-02-2025, 03:02 AM
» Replies: 0
» Views: 2,229

Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting