DEAL HiFormance 2GB OpenVZ $10/yr.

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,170
Reaction score
5,199
The best Cloud platform is now even better AND cheaper, just $10/year! Here's the link. Pay for 3 years in advance and get double the CPU, RAM, SSD space, or a second IP address. Just open a ticket with your preference after you sign up.

WARNING: OpenVZ platforms such as this HiFormance offering are not suitable for CentOS 7-based servers as well as 3CX, Issabel, and VitalPBX deployments! Stick with CentOS 6.9 running Incredible PBX 13-13, and you'll be fine.

 
Last edited:

tycho

Guru (not...)
Joined
Aug 9, 2011
Messages
652
Reaction score
272
Pay for 3 years in advance and get double the CPU, RAM, SSD space, or a second IP address. Just open a ticket with your preference after you sign up.

Is that:

double the CPU -AND- RAM -AND- SSD space, -OR- a second IP address

or

double the CPU -OR- RAM-OR- SSD space -OR- a second IP address

(or some other variant?)
 

dhoppy

Active Member
Joined
Mar 9, 2009
Messages
439
Reaction score
179
The best Cloud platform is now even better AND cheaper, just $10/year! Here's the link. Pay for 3 years in advance and get double the CPU, RAM, SSD space, or a second IP address. Just open a ticket with your preference after you sign up.

I don't need a second IP, and I have voicemails delete after they are emailed, so I don't think I need more ssd space. What would be better double CPU or double RAM?
 

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
760
Reaction score
199
Has anyone got openvpn running on a Hiformance OpenVZ?
 
Joined
Oct 26, 2013
Messages
69
Reaction score
23
Has anyone got openvpn running on a Hiformance OpenVZ?

Yes, I do, actually several of them, one to connect my phones at the house, and the a couple to establish an IAX2 link between a couple of other Cloud Asterisk installs of friends...
 

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
760
Reaction score
199
Yes, I do, actually several of them, one to connect my phones at the house, and the a couple to establish an IAX2 link between a couple of other Cloud Asterisk installs of friends...

thank you for the confirmation
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,170
Reaction score
5,199
They’ve replenished the servers in about a half dozen cities now.
 

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
760
Reaction score
199
Only other setup required is the traditional OpenVZ tweak for NeoRouter:
Code:
echo 'OPTIONS="-i venet0:0"' >> /etc/sysconfig/knockd
service knockd restart
# remember to enable TUN/TAP in Control Panel

is the bit above still required?

edit: yes it is, where is tun/tap?

edit edit found, and now got 4gb ram.

edit edit edit rebuilt with Scientific Linux 64 bit, so much faster
 
Last edited:

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,170
Reaction score
5,199
Just a heads up that the Incredible PBX 13-13 VPS offerings now are available at HiFormance.

Signup links:

$10/year and choice of L.A., Buffalo, or Dallas (limited supply)
$13/year and choice of L.A., Buffalo, Dallas, Chicago, Atlanta, or New York

With either plan, you can prepay 3 years and get double the 2GB RAM or 20GB disk storage.

Just choose IncrediblePBX 13-13 as the operating system when you purchase your VPS, and you'll be up and running in less than a minute. Log into your new VPS from the PC where you will manage your PBX, type YES at the prompt, press ENTER, set your passwords, and reboot. Done.

Incredible PBX 13-13 VPS features all the latest and greatest CentOS 6.9, Asterisk 13.21, and FreePBX GPL modules:

Dfv4covXUAAkpxU.jpg


Dfv4e6MW4AA_HFF.jpg
 
Last edited:

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,170
Reaction score
5,199
If you wish to upgrade Incredible PBX 13-13.3 for CentOS 6.9 (64-bit) to Asterisk 13.21.1, here are the steps with console window greater than 26 x 90:
Code:
cd /usr/src
rm -rf asterisk-13.21.0
wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-13.21.1.tar.gz
tar zxvf asterisk-13.21.1.tar.gz
mv asterisk-13.21.1.tar.gz /tmp
cd asterisk-13.21.1
contrib/scripts/get_mp3_source.sh
 mv res/res_xmpp.c res/res_xmpp.c.orig
 wget http://incrediblepbx.com/res_xmpp-13.tar.gz
 tar zxvf res_xmpp-13.tar.gz
 cp -p res/res_xmpp.c res/res_xmpp.c.oauth
make distclean
wget http://incrediblepbx.com/menuselect-incredible13.8.tar.gz
tar zxvf menuselect-incredible*
rm -f menuselect-incredible*
wget https://issues.asterisk.org/jira/secure/attachment/54233/srtp_aead_and_big_aes.patch
wget http://incrediblepbx.com/srtp_aead_and_big_aes.patch.patch
patch -p0 <./srtp_aead_and_big_aes.patch.patch
patch -p0 <./srtp_aead_and_big_aes.patch
CFLAGS='-DENABLE_SRTP_AES_256 -DENABLE_SRTP_AES_GCM' ./configure --libdir=/usr/lib64 --with-pjproject-bundled
 make menuselect.makeopts
 menuselect/menuselect --enable-category MENUSELECT_ADDONS menuselect.makeopts
 menuselect/menuselect --enable-category MENUSELECT_CODECS menuselect.makeopts
 menuselect/menuselect --disable-category MENUSELECT_TESTS menuselect.makeopts
 menuselect/menuselect --enable CORE-SOUNDS-EN-GSM --enable MOH-OPSOUND-WAV --enable EXTRA-SOUNDS-EN-GSM --enable cdr_mysql menuselect.makeopts
 menuselect/menuselect --disable app_mysql --disable app_setcallerid --disable func_audiohookinherit --disable res_fax_spandsp menuselect.makeopts
 menuselect/menuselect --disable test_named_lock --disable test_res_pjsip_scheduler --disable test_file --disable test_bridging --disable test_res_pjsip_scheduler menuselect.makeopts
 sed -i 's|march=native|mtune=native|' Makefile.rules
expect -c 'set timeout 60;spawn make menuselect;expect "Save";send "\t\t\r";interact'
make
make install
ldconfig
cd /usr/src/Asterisk-Flite-2.2-rc1-flite1.3
make clean
make
make install
amportal restart
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,170
Reaction score
5,199
June 20 Update: For those of you on the West Coast and readers in the Far East, we are pleased to announce that HiFormance has extended the Incredible PBX offer to their new $1/month VZ-2019 platform featuring 4GB RAM, 20GB SSD storage, 4TB of bandwidth, and DDOS protection at the QuadraNet Los Angeles data center. As with the other offers, you can double the bandwidth or storage by prepaying for three years in advance and opening a ticket. For those in the Far East, you can upgrade to the Asia Optimized CN2, Los Angeles offering for an additional $10.99 a year.
 

Fruvous

New Member
Joined
Oct 20, 2015
Messages
9
Reaction score
0
HiFormance has shut down and will not be giving refunds for any outstanding service.
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,170
Reaction score
5,199
HINT: File a disputed charge with your credit card provider or PayPal.
 

Kimberly

Member
Joined
Jul 16, 2013
Messages
44
Reaction score
13
You know Ward, if you had not pushed HiFormance here on the forum or over at your website, then I and probably others, wouldn't be up the s creek without a paddle. At least provide us the information we need to get our servers back up and connecting to GV. I can set up Incredible PBX but I don't have the scripts need to get the GV part back up and running. I know you are scared of Google and their lawyers but providing code in text form is perfectly legal under federal laws.
 

TopMark

New Member
Joined
Jul 11, 2018
Messages
6
Reaction score
1
Not only that, we wouldn't have an increase of a half of a degree globally. Why not blame him for the illegal boarder crossers too. If he doesn't want or is not able to fix your stuff, fix it yourself.
 

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
760
Reaction score
199
You know Ward, if you had not pushed HiFormance here on the forum or over at your website, then I and probably others, wouldn't be up the s creek without a paddle. At least provide us the information we need to get our servers back up and connecting to GV. I can set up Incredible PBX but I don't have the scripts need to get the GV part back up and running. I know you are scared of Google and their lawyers but providing code in text form is perfectly legal under federal laws.

last time I checked, @wardmundy is not part of ColoCrossing.

What is ColoCrossing, well, they are the company that Hiformance were leasing their hardware from, they are also the company that own LowEndTalk and LowEndBox, which are these two sites which keep posting all these unbelievable deals on behalf of the company they are owned by.

There's a beautiful thread over on LowEndTalk regarding this mess: https://www.lowendtalk.com/discussi...as-announced-they-will-close-down-in-few-days

Anyway
 

Members online

Forum statistics

Threads
25,782
Messages
167,513
Members
19,203
Latest member
frapu
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top